Skip to content

Releases: deployphp/deployer

Deployer 6.4.4

01 Jul 04:38
Compare
Choose a tag to compare

Added

  • Added git_clone_dissociate option, defaults to true; when set to false git-clone doesn't dissociate the eventual reference repository after clone, useful when using git-lfs [#1820]
  • Added writable_recursive option (default: true) used in all writable modes (chmod, chown, chgrp, acl) [#1822]
  • Added artisan:optimize:clear task for Laravel 5.7 and above

Changed

  • Add lock and unlock task to flow_framework receipe
  • Updated artisan:optimize to run for Laravel 5.7 and above, since it got added back last year. It still doesn't run for 5.5 and below.
  • View:clear command to a new view:cache command

Fixed

  • Fix rsync upload honor become option for host [#1796]
  • Fixed bug to execute ssh command on windows [#1775]
  • Fix when recipe/deploy/writable.php resolves as one of http users.
  • Fix deployer detects wrong version [#1842]

Removed

  • Deploy:vendors from the wordpress recipe

Deployer 6.4.3

17 Jan 13:55
Compare
Choose a tag to compare

Fixed

  • Input option handling [#1793]

Deployer 6.4.2

15 Jan 05:59
Compare
Choose a tag to compare

Fixed

  • Improved ParallelExecutor::generateOptions to manage all types of InputOption [#1792]

Deployer 6.4.1

11 Jan 12:02
Compare
Choose a tag to compare

Fixed

  • Fixed http_user detection [#1790]

Deployer 6.4.0

11 Jan 07:55
Compare
Choose a tag to compare

Added

  • Support to define remote shell path via host-config [#1708] [#1709] [#1709]
  • Added horizon:terminate to the Laravel recipe
  • Added migrations_config option to the Symfony recipes to specify Doctrine migration configuration to use
  • Added recipe for sulu 2.0 [#1758]
  • Added recipe for sulu 1.x and improve sulu 2.0 recipe [#1764]
  • Added become option for rsync upload

Changed

  • Laravel recipe should not run artisan:cache:clear in deploy task
  • Pass-through the quiet mode into the git commands for updating code
  • deploy:writable will no longer be able to automatically detect http_user if there are multiple candidates for the role [#1778]

Fixed

  • Fixed Range expansion when hosts.yml is loaded. [#1671]
  • Fixed usage (only if present) of deploy_path config setting. [#1677]
  • Fixed adding custom headers causes Httpie default header override.
  • Fixed Laravel laravel_version failure
  • Fixed parser errors by adding the trim function to the changelog parser tokens
  • Fixed arguments for rsync to be properly escaped
  • Prevent multiple execution of task()->once() with --parallel and --limit option [#1419]

Deployer 4.3.4

18 Sep 10:25
Compare
Choose a tag to compare
v4.3.4

Allow installation with elfet/pure v3 (#1703)

Deployer 4.3.3

18 Sep 07:35
Compare
Choose a tag to compare
v4.3.3

moved symfony finder to dev-dependency (#1702)

Deployer 6.3.0

27 Aug 06:39
Compare
Choose a tag to compare

This release brings a lot of functionality and fixes. Enjoy!

See all changes in changelog.

Deployer 6.2.0

21 Apr 03:42
Compare
Choose a tag to compare

This release contains a few fixes for Symfony 4 recipe and a few new features.

See all changes in changelog.

Deployer 6.1.0

05 Mar 13:36
Compare
Choose a tag to compare

Long-awaited release of Deployer with Symfony 4 and support and Symfony Flex recipe.