Releases: deployphp/deployer
Releases · deployphp/deployer
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
v7.1.3
v7.1.3-beta.1
Deployer 7.1.3-beta.1
v7.1.2
What's Changed
- Show failed tasks for CI-environments by @alexgit2k in #3446
- Update writable deploy recipe to use release_or_current_path by @isleshocky77 in #3449
- Fixed PostgreSQL db provisioning by @antonmedv