Releases: deployphp/deployer
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
v7.0.0-rc.4
Two noticeable changes:
- Fixed lots of bugs related to repository parsing.
- Deleted auto-detection of project-local deployer installation (Global dep binary no longer can find and redirect call to project-local bin/dep).
This release contains lots of fixes:
#2886 #2841 #2836 #2837 #2835 #2831 #2830 #2793 #2808 #2755 #2767 #2779 #2789 #2785 #2777 #2776 #2850 #2852
As well as lots of cleanups and docs improvements.
v7.0.0-rc.3
cafe007 Updated composer deps
c1bef57 Fixed once()
on a group task
634341f Added provision of mariadb (#2775)
9b35a87 Added provision of databases in provision recipe (#2768)
333baff Displays info about skipped tasks
465aed4 Improved deploy:info task
92a0eb6 Refactored deploy:update_code to use target config
3e15404 Removed shallow()
task method
e04b166 Removed "Using ..." message.
dddfab7 Added support for PHP 8.1 (#2763)
37be457 Do not run deployment if no current path exists (Shopware) (#2761)
v7.0.0-rc.2
1ede058 Fixed timeout for heavy tasks in provision recipe (#2752)
4f84ee1 Fixed php-fpm unix socket in provision recipe (#2751)
d28bb9f Fixed maintenance status check in Magento recipe (#2748)
c893ca5 Fixed blackjack command
0a3db5d Fixed controlPath with length >= 104 characters (#2740)
25778d4 Improved docgen
10a2f43 Fixed POST method in fetch()
a4801b6 Made Magento 2 recipe suitable for push strategy deployments (#2734)
v7.0.0-rc.1
v7.0.0-beta.40
v7.0.0-beta.39
In this release:
b40c641 Refactored shopware recipe
0c7c0b1 Renamed locateBinaryPath()
to which()
8cf0f2a Added shell
option for runLocally
func
101f1a1 Added mysql provisioning
9d38ecd Fixed bug with stuck loop on connect error
8ac587e Added support for hidden keys in yaml files (#2715)
afa7680 Removed var/sessions
as a default shared dir in the Symfony recipe (#2720)