Skip to content

Releases: deployphp/deployer

Deployer 3.3.0

19 May 01:50
Compare
Choose a tag to compare

In this release:

  • Fixed bin path for php, composer, git #621 #628 #629
  • Fixed Laravel recipe #622
  • Fixed Symfony recipe #642
  • Fixed format release name according to timezone #649 #656
  • Added header comment check for coding style fixer #624
  • Added feature allow 2-factor authenticate with private key + password #638
  • Added recipe for TYPO3 #640
  • Updated travis script, README

See detail in here

Deployer 3.2.1

11 Apr 10:00
Compare
Choose a tag to compare

In this release:

See detail in here

Deployer 3.2.0

07 Apr 08:30
Compare
Choose a tag to compare

In this release:

  • Full support for Symfony 3 (now you can install Deployer with composer in Symfony3 projects)
  • Faster parallel deployment 🚀
  • Added support for custom bin paths (php, git, composer)
  • Fixed SSH upload method bug #600
  • Fixed bug cache warmup and deploy:writable task #592
  • Added check for current file/dir #594

Deployer 3.1.2

20 Mar 07:03
Compare
Choose a tag to compare

In this release:

  • Improved verbose output.
  • Added node.js template.

Deployer 3.1.1

19 Mar 16:40
Compare
Choose a tag to compare

In this release:

  • Fix bug with deploy:update_code releases lists.
  • Add missing deploy:shared for composer recipe.

Deployer 3.1.0

19 Mar 16:05
Compare
Choose a tag to compare

In this release:

  • Dropped support for PHP 5.4.0
  • Added --revision options which allows to deploy specified commit
  • Added support for Symfony 3 ✨ #593
  • Added template chooser for dep init command
  • Added Symfony, Laravel, Yii templates
  • Added DEPLOYER constant to dep #584
  • Added release_name env for allow change release names ✨ 💖 #585
  • Added info about task duration #589
  • Added task deploy:clean and clear_paths params for cleanup files and directories #455
  • Added travis matrix for testing Deployer with lowest and stable composer deps 🏆
  • Added check what releases_list contains only releases ✨ #559 #558
  • Fixed dep init in phar
  • Fixed output #555
  • Fixed Symfony 3 some shared_dirs
  • Fixed upload function on Windows #257 #563

To upgrade run:

$ dep self-update --upgrade

Deployer 3.0.11

25 Feb 01:29
Compare
Choose a tag to compare

In this release:

  • Added initialize command for deployer. #407
  • Added some recipes for framework: CakePHP3 #462 , Drupal 8 #463 , Symfony 3 #515
  • Added way to execute tasks only for certain stages, using funcrion onlyForStage() #535
  • Added feature custom composer command via set() or env() #511
  • Fixed and updated some recipes: Symfony #499 , Drupal 7, Laravel #508 #516
  • Fixed shared_files directory handling #533 #534
  • Fixed env variable replacement in download parameters #528

See full changed list here

Deployer 3.0.10

03 Sep 01:41
Compare
Choose a tag to compare

In this release:

  • Fixed recursive chmod to avoid inconsistency permission in nested dirs (#334)
  • Fixed using local date for release (default using UTC timezone) (#357)
  • Fixed allow string argument at onlyOn method. Now, you can use ->onlyOn('server1', 'server2') or ->onlyOn(['server1', 'server2']) (#410)
  • Fixed execute setfacl command only once if not using sudo (#442)
  • Added Magento recipe (#380)
  • Added Drupal 7 recipe (#397)
  • Added Yii2 recipe (#448)
  • Added task deploy:copy_dirs (#385)
  • Added support setting http_user for task deploy:writable (#447)

Deployer 3.0.9

21 Aug 07:30
Compare
Choose a tag to compare

In this release:

  • Fixed default timeout value for phpseclib.

Deployer 3.0.8

20 Aug 01:21
Compare
Choose a tag to compare

Note: Please update to version 3.0.9 to fix problem default timeout value for phpseclib. #435

In this release:

  • Fixed problem with command execution timeout #429
  • Fixed symfony recipe #431