Releases: deployphp/deployer
Releases · deployphp/deployer
v7.1.0
- Fixed PHP 8.1.14 compatibilities.
- Added Magento2 artifact deployment (#3317)
- Added pub/static/_cache as shared_dir (#3343)
- Added NewRelic endpoint to config and used it when posting to api (#3374)
- Fix: use include path when importing YAML files (#3377)
- Laravel recipe: Add horizon publish command (#3425)
- Added CraftCMS recipe (#3405)
- Added Cloudflare API Token support for auth, domain optional if zone_id provided (#3406)
- Added --yes flag to Caddy gpg command (#3407)
- Laravel recipe: Skip database tasks if .env is missing (#3359)
- Fix: #3319 - Receiving variables db_user and db_name (#3351)
- Fix: escape metainfo to prevent bash syntax errors (#3328)
- Additional writable modes (#3316)
- Fixed typo for SSH_KNOWN_HOSTS in CI/CD docs (#3310)
- Fix: only delete symlink on broken release
- Improved error message: show next free release
v7.0.2
v7.0.1
What's Changed
- Fixed Caddy installation by @gizamichal in #3274
- Changed python to python-is-python3 in package list by @kishan93 in #3233
- Laravel: Added octane tasks in laravel recipe by @luigel in #3076
- Magento2: Added var/page_cache as writable_dirs by @gizamichal in #3202
- Contrib: Generate random crontab tmp path by @hdumazeau in #3068
New Contributors
- @sevjan made their first contribution in #3248
- @mihani made their first contribution in #3265
- @asheroto made their first contribution in #3271
- @kishan93 made their first contribution in #3233
- @alexislefebvre made their first contribution in #3167
- @hdumazeau made their first contribution in #3068
Full Changelog: v7.0.0...v7.0.1
v6.9.0
v7.0.0
At last! It Is Done!
🎁 👏 🥳 Deployer v7 release! 🎉 🍾 🥂
A deployment tool written in PHP with support for popular frameworks out of the box.
After more than 2 years of development, with contributions from 63 people, and the kind support of sponsors, I'm glad to present you with a brand new version of Deployer!
The v7 branch saw 40 betas, 9 RCs, with thousands of projects already using Deployer v7 in their production deployment.
One of the biggest changes is a new provision recipe. The provision recipe can automatically install and configure any VPS for running your PHP application. It will install webserver, SSL, PHP, Redis, node, etc. Everything that is needed to run any PHP application in production.
composer require deployer/deployer
v7.0.0-rc.9
What's Changed
- Phar renamed back to
dep
fromdeployer.phar
+ source code also available now. - Add --with-deletes flag to contao:migrate task by @qzminski in #3072
- Add curly braces to the domain in Caddyfile by @victor-vanherpt in #3115
- Use correct Git ref spec when
sub_directory
is specified. by @mjaschen in #3138 - Update UPGRADE.md by @JohnnyEvo in #3158
- Add upgrade info for
cleanup
task by @tomaszkane in #3161 - chore: add task name to replace exception message by @kjkooistra-youwe in #3184
- Add upgrade docs about default_stage by @tomaszkane in #3197
- Fix definition of {{bin/console}} parameter in Contao recipe by @ameotoko in #3200
- Pimcore recipe fixes by @gizamichal in #3212
New Contributors
- @victor-vanherpt made their first contribution in #3115
- @mjaschen made their first contribution in #3138
- @JohnnyEvo made their first contribution in #3158
- @tomaszkane made their first contribution in #3161
- @ameotoko made their first contribution in #3200
- @gizamichal made their first contribution in #3212
Full Changelog: v7.0.0-rc.8...v7.0.0-rc.9
v7.0.0-rc.8
v7.0.0-rc.7
- Renamed dep back to deployer.phar.
- Added better completion support.
v7.0.0-rc.6
- Rename bin deployer.phar to dep.
v7.0.0-rc.5
What's Changed
- Added Doctrine mapping files validation by @cafferata in #2901
- Added Contao recipe by @richardhj in #2851
- Added Dependabot by @benoitchantre in #2926
- Added Magento2: allow non-zero-downtime deployment by @lfolco in #2941
- Added PATCH to Httpie by @CaptainFalcon92 in #2950
- Added a basic version of replacing tasks, fixes #2878 by @UlrichThomasGabor in #2879
- Added a new release process: publish deployer.phar in a tag by @antonmedv in #3051
- Added an option to deploy only a sub-folder of the repository by @matsn0w in #2821
- Added artisan event:cache to Laravel deployment task by @chrisan in #3035
- Added statement terminator in php_fpm_version by @refsz in #2956
- Added task phpdocs by @clxmstaab in #2974
- Added zsh completion syntax fix by @Fisiu in #2947
- Added: make the importer extendable by @qzminski in #3010
- Fixed Magento version detection, fixes #2905 by @sprankhub in #2906
- Fixed
host
examples by @Ge1i0N in #2961 - Fixed chgrp by @UlrichThomasGabor in #2834
- Fixed ssh command to work on Windows by @Yoann-TYT in #2920
- Fixed the dep init in PHP 8.1 by @luigel in #2925
- Fixed: check func_num_args() in get() by @refsz in #2951
- Fixed: don't add remote user to setfacl command, if it doesn't exist as an os user by @ElAberino in #2822
- Fixed: don't copy node_modules because it will be removed by @refsz in #2919
- Fixed: make sure to use the correct PHP binary with existing Composer by @Toflar in #2967
- Fixed: phpcs update by @mathieuimbert in #3032
- Fixed: phpstan issues by @mathieuimbert in #3001
- Fixed: remove absolute file paths from theme-config using the deploy_path by @peterjaap in #2801
- Fixed: remove platform from Composer config by @benoitchantre in #3044
- Fixed: site-enabled folder for Caddy configs by @asamats in #2949
New Contributors
- @ElAberino made their first contribution in #2822
- @Fisiu made their first contribution in #2947
- @underdpt made their first contribution in #2952
- @CaptainFalcon92 made their first contribution in #2950
- @Ge1i0N made their first contribution in #2961
- @benoitchantre made their first contribution in #2926
- @Toflar made their first contribution in #2967
- @refsz made their first contribution in #2956
- @lfolco made their first contribution in #2941
- @matsn0w made their first contribution in #2821
- @richardhj made their first contribution in #2851
- @Yoann-TYT made their first contribution in #2920
- @dependabot made their first contribution in #2993
- @mathieuimbert made their first contribution in #3001
- @qzminski made their first contribution in #3010
- @asamats made their first contribution in #2949
- @chrisan made their first contribution in #3035
Full Changelog: v7.0.0-rc.4...v7.0.0-rc.5