Releases: deployphp/deployer
Releases · deployphp/deployer
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
v7.3.2
What's Changed
- fix(docs): typos in supervisord-monitor example by @jamsch in #3564
- add log_files to Symfony recipe by @garak in #3572
- Added migrate task to Yii recipe by @pappfer in #3563
- Add an option to don't show banner after a task by @lptn in #3578
- changes for using latest shopware flex template by @xavgru12 in #3586
- Fix/m2 artifact success by @SamJUK in #3601
- Fix typo in
rollback.php
by @tyrann0us in #3617 - Update php.php to 8.2 by @Wulfheart in #3619
- Add .env to shared, remove unecessary writable config by @simonrjones in #3620
- DD#0000: feat: Magento2: Add support for preload keys by @valguss in #3567
- fix completion templates skipping by @RecklessTimon in #3639
- SshCommand: Fix host selection by @gharlan in #3649
- use {{bin/magento}} to build static content by @itaymesh in #3651
- Update documentation, improve language, fix grammar and typos by @schwemmer in #3657
- DD#0000: feat: Move var-exporter into main requirements by @valguss in #3662
- Fix output of elapsed time in section markers in gitlab by @bk-tba in #3664
- Shopware: Register new themes and scheduled tasks during deploy by @M-arcus in #3681
- Allow multiple cachetool calls by @infabo in #3684
- Filter out empty rsync command arguments by @coreyworrell in #3686
- [TASK] Update TYPO3 recipe by @ochorocho in #3674
- style(docs/hosts): correct included words in inline code styling by @SimJoSt in #3691
- Crontab: Rewrite the crontab recipe to work with sections by @ardentsword in #3708
- Reverse 4c69145 and improve on #3586 by @UlrichThomasGabor in #3714
- Fix test function by @nlemoine in #3717
New Contributors
- @jamsch made their first contribution in #3564
- @pappfer made their first contribution in #3563
- @lptn made their first contribution in #3578
- @xavgru12 made their first contribution in #3586
- @SamJUK made their first contribution in #3601
- @tyrann0us made their first contribution in #3617
- @Wulfheart made their first contribution in #3619
- @simonrjones made their first contribution in #3620
- @RecklessTimon made their first contribution in #3639
- @itaymesh made their first contribution in #3651
- @schwemmer made their first contribution in #3657
- @bk-tba made their first contribution in #3664
- @infabo made their first contribution in #3684
- @coreyworrell made their first contribution in #3686
- @ochorocho made their first contribution in #3674
- @ardentsword made their first contribution in #3708
- @nlemoine made their first contribution in #3717
Full Changelog: v7.3.1...v7.3.2
v7.3.1
v7.3.0
What's Changed
- Magento: Split asset compilation by @renttek in #3326
- Added support for ntfy.sh notifications, contrib/ntfy by @HereticPilgrim in #3522
- Added missing deploy task to recipe/common by @HereticPilgrim in #3526
- Magento: Only set maintenance mode once if needed by @schmengler in #3469
- Shopware: Do not warm up cache when clearing the cache by @M-arcus in #3532
- Shopware: Added new task for refreshing themes by @M-arcus in #3530
- Fixed collapsible section's end markers in GitLab CI job output by @ngrie in #3545
- Contrib supervisord monitor by @mwagena in #3486
- Teams, Telegram, Slack contrib recipe no longer fails silently if no webhook is configured by @HereticPilgrim in #3523
New Contributors
- @mwagena made their first contribution in #3486
- @M-arcus made their first contribution in #3532
- @ngrie made their first contribution in #3545
- @renttek made their first contribution in #3326
Full Changelog: v7.2.1...v7.3.0
v7.2.1
v7.2.0
What's Changed
- Magento: allow subdirectory and create variable for bin/magento by @schmengler in #3460
- Prevent type errors when defined timeout options are not numeric by @blmage in #3484
- Add PUT to Httpie.php by @Schrank in #3497
New Contributors
- @SimJoSt made their first contribution in #3481
- @blmage made their first contribution in #3484
- @jhhazelaar made their first contribution in #3466
- @akosglue made their first contribution in #3498
Full Changelog: v7.1.4...v7.2.0
v7.1.4
What's Changed
- Updated upgrade instructions by @dkoether in #3458
- Updated default cachetool version to 9.0.0 (PHP 8.1 compatible) by @schmengler in #3462
- Added an option to build a Magento artifact from the repository by @guvra in #3456
- Magento: Fixed artifact_path generation by @schmengler in #3459
- Simplified for loop in releases_list by @ocean90 in #3471
New Contributors
- @dkoether made their first contribution in #3458
- @guvra made their first contribution in #3456
- @ocean90 made their first contribution in #3471
Full Changelog: v7.1.3...v7.1.4