Skip to content

Releases: deployphp/deployer

Deployer 4.2.1

02 Feb 03:48
Compare
Choose a tag to compare

Fixed deployer/phar-update dependency for composer installation.

Deployer 4.2.0

01 Feb 16:13
Compare
Choose a tag to compare

This release contains a few DX improvements and bug fixes.

Deployer 4.1.0

19 Jan 07:44
Compare
Choose a tag to compare

New Deployer 4.1.0 with a bunch of improvements and SSH multiplexing

CHANGELOG.md

Deployer 4.0.2

25 Nov 13:58
Compare
Choose a tag to compare
  • Fixed bug with copy shared files #894 #896 #898
  • Fixed recursive upload in native ssh #891
  • Improved Laravel recipe #901 #902
  • Improved exceptions in runLocally #904

Deployer 4.0.1

19 Nov 09:08
Compare
Choose a tag to compare
  • Fixed SilverStripe recipe #876
  • Fixed release sorting #870
  • Fixed release cleanup #871
  • Added more writable modes 1ebcc81
  • Returned ACL as default writable mode
  • Improved Symfony recipe #880
  • Fixed DotArray syntax in Collection #873 #886
  • Allowed init command overriding #872
  • Fixed typo3 recipe #885
  • Fixed remove of shared dir on first deploy #875 #877

Deployer 4.0.0

14 Nov 13:37
Compare
Choose a tag to compare

⭐️ ✨ ✨

  • Feature: namespace for functions.
  • Feature: native ssh support.
  • Feature: relative symlinks.
  • Feature: lock deployment.
  • Feature: --branch option.
  • Feature: desc function.
  • Feature: add function.
  • Feature: local and global dep.
  • Feature: allow run dep from subdirs.
  • Feature: on failure tasks.
  • Feature: deployment log.
  • Feature: easier task definition.
  • Feature: console:dump.
  • Feature: interop env on localhost with once().
  • Feature: better terminate message.
  • Feature: incremental release names.
  • Feature: unlimited releases.
  • Feature: default stage selector.
  • Feature: output task duration.
  • Feature: faster cloning with git cache.
  • Improved task grouping, after and before.
  • Improved console output.
  • Improved --no-ansi output.
  • Improved deploy:writable task.
  • Improved configuration management with set/get.
  • Improved atomic symlinking.
  • Improved cleanup on new release.
  • Improved Symfony, Laravel, Yii recipes.
  • Added Flow Framefork #838.
  • And much more.

Deployer 4

To upgrade dep phar run next command:

dep self-update --upgrade

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.