Releases: unleashedtech/deployer-recipes
Releases · unleashedtech/deployer-recipes
0.4.0
Changed
- Updated Magento recipe shared dirs & files directives to better support
Magento's Git restrictions. - Deployer and Composer deprecated the dist install and with this change they
also changed what exists in the vendor/bin directory. Deployer.phar is in
vendor/bin instead of dep. All calls (in scripts) to deployer should be
changed accordingly. This change gets rid of the composer deprecation warning
that showed up during composer installs. - Add 30 minute timeout to magento2 commands.
Removed
- vendor/bin/dep is now vendor/bin/deployer.phar
0.3.23
Fixed
- Fixed missing local host labels issue.
0.3.22
Fixed
- Removing unnecessary
shared_files
item in the Magento 2 recipe.
0.3.21
Fixed
- Adding
pub/static
to Magento 2 shared directories list & simplifying the list. - Removing all
writable_dirs
directives in Magento 2 recipe. - Removing
deploy:unlock
frommagento:init
task. - Updating
fill
function to supportint
&boolean
defined values.
0.3.20
Changed
- Updated Drupal recipes to better support multi-site DB pull operations.
- Added
dev:sites
task which outputs the list of defined sites. - Defined a pair of local hosts.
- Updating
cms:drupal:db:backup:create
to use project name in backup.
Fixed
- Fixing cms:drupal:db:backup:create to handle grep count error status code.
0.3.19
Changed
- Added ClientInterface::getClientTimeout method. Related refactoring so Docksal
uses the result of ClientInterface::getDefaultTimeout when running a command.
Fixed
- Restoring cms:drupal:pre:deploy to run the
composer:install
Deployer task rather
than thecomposer install
command. - Removed functions.php autoload reference.
0.3.18
Fixed
- Temporarily removing automatic deploy failure unlock functionality due to order of operations issue.
0.3.17
Fixed
- Fixing
fill
unsupported function type hint issue.
[0.3.16] - 2022-02-03
Changed
- Revising main config to auto-unlock following a failure.
0.3.16
Changed
- Revising main config to auto-unlock following a failure.
Fixed
- Revising
cms:drupal:db:backup:create
to allow each DB backup command an hour to execute, by default.
New Magento2 recipe.
What's Changed
- Magento2 support by @danshumaker in #14
- Magento2 Release by @dshumakerUT in #18
New Contributors
- @danshumaker made their first contribution in #14
Full Changelog: 0.3.14...0.3.15