Releases: deployphp/deployer
Releases · deployphp/deployer
7.5.5
v7.5.4
v7.5.3
v7.5.2
v7.5.1
v7.5.0
The PHP deployment tool with support for popular frameworks out of the box.
What's Changed
- Fixed and improved provision recipe.
- Now with support for Ubuntu 20, 22, 24 and older!
- New way of installing Node.
- New distribution and release process.
- Plus, Docker image: deployphp/deployer
- Plus, Phive distribution
phive install deployer
This is the last release of Deployer with PHP v7 support. Next version of Deployer v8 will support only PHP v8.
v7.5.0-beta
First beta of 7.5. With new dependencies distribution.
v7.4.1
We’re excited to announce that this version of Deployer comes with an official Docker image!
To get started, simply run:
docker run --rm -it -v .:/app deployphp/deployer init
Features:
- Add deployment recipe for CodeIgniter 4 (#3878)
- Shopware: Added
deploy:update_code
task (#3816) - Magento 2: Changed upgrading database logic (#3812)
- Httpie Timeout: Increased timeout for Sentry integration (#3879)
- UI Enhancements: Various improvements to user interface (#3835)
Fixes:
- Craft CMS: Fixed deploy recipe (#3839)
- Magento 2: Theme processing fix (#3818)
- Caddyfile & Realpath Errors: Hotfix for errors in
provision:website
(#3837) - Spelling Fix: Corrected typo 'downlaod' to 'download' (#3887)
- PHP-FPM: Avoid reloading in Apache (#3847)
Configuration Updates:
v7.4.0
What's Changed
- Fix issue provoked after adding array casting and returning empty fcg… by @mrodespin in #3724
- Removing wrong information regarding reverse DNS by @thannaske in #3726
- Fix creating cron jobs first time by @ioanok in #3729
- Fix version variables in Contao recipe by @ameotoko in #3735
- fix: run cachetool without args by @infabo in #3742
- Crontab: allow sudo with crontab:use_sudo option by @jkarwasz-portavice in #3759
- Adding Spiral Framework recipe by @msmakouz in #3582
- Don't show warning if
become
parameter is set toroot
by @MartijnCuppens in #3761 - Switch to owner change instead of shh user change by @MartijnCuppens in #3763
- Create parent folders if needed by @MartijnCuppens in #3764
- Move Caddy file in to separate file by @MartijnCuppens in #3765
- Increase
upload_max_filesize
to 128M by @MartijnCuppens in #3770 - Escape shell arguments correctly by @fritzmg in #3603
- docs(recipe/magento2): fix typo in conccurent by @SimJoSt in #3779
- refactor(shopware): Optimize
getPlugins
to use json output by @mralexandernickel in #3780 - Add release name to deploy:info by @Propaganistas in #3783
- Update actions/checkout and actions/cache to v4 by @benoitchantre in #3793
- Fix the Rsync command filter to rekey the array by @coreyworrell in #3796
- Add feature to stop cron before deployment and start cron after by @gbobts in #3797
- Add another check for setup:upgrade by @lamasfoker in #3658
- Update Laravel recipe add pulse tasks by @the-dijkstra in #3809
- Shopware has switched to
.env.local
by @UlrichThomasGabor in #3810
New Contributors
- @mrodespin made their first contribution in #3724
- @thannaske made their first contribution in #3726
- @ioanok made their first contribution in #3729
- @jkarwasz-portavice made their first contribution in #3759
- @msmakouz made their first contribution in #3582
- @MartijnCuppens made their first contribution in #3761
- @fritzmg made their first contribution in #3603
- @mralexandernickel made their first contribution in #3780
- @Propaganistas made their first contribution in #3783
- @gbobts made their first contribution in #3797
- @lamasfoker made their first contribution in #3658
- @the-dijkstra made their first contribution in #3809
Full Changelog: v7.3.3...v7.4.0
v7.3.3
What's Changed
- ci-cd docs: update link to gitlab doc section by @bes-internal in #3721
- Revert "[TASK] Update TYPO3 recipe" by @antonmedv in #3723
Full Changelog: v7.3.2...v7.3.3