Skip to content

Releases: unleashedtech/deployer-recipes

0.4.0

24 Jun 18:05
efa6606
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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

25 Mar 18:09
Compare
Choose a tag to compare
0.3.23 Pre-release
Pre-release

Fixed

  • Fixed missing local host labels issue.

0.3.22

15 Mar 21:47
Compare
Choose a tag to compare
0.3.22 Pre-release
Pre-release

Fixed

  • Removing unnecessary shared_files item in the Magento 2 recipe.

0.3.21

15 Mar 19:36
Compare
Choose a tag to compare
0.3.21 Pre-release
Pre-release

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 from magento:init task.
  • Updating fill function to support int & boolean defined values.

0.3.20

10 Mar 16:21
Compare
Choose a tag to compare
0.3.20 Pre-release
Pre-release

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

03 Feb 21:44
Compare
Choose a tag to compare
0.3.19 Pre-release
Pre-release

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 the composer install command.
  • Removed functions.php autoload reference.

0.3.18

03 Feb 17:37
Compare
Choose a tag to compare
0.3.18 Pre-release
Pre-release

Fixed

  • Temporarily removing automatic deploy failure unlock functionality due to order of operations issue.

0.3.17

03 Feb 17:23
Compare
Choose a tag to compare
0.3.17 Pre-release
Pre-release

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

03 Feb 16:46
Compare
Choose a tag to compare
0.3.16 Pre-release
Pre-release

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.

02 Feb 20:49
ac4e947
Compare
Choose a tag to compare
New Magento2 recipe. Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.3.14...0.3.15