Releases: deployphp/deployer
Releases · deployphp/deployer
Deployer 4.2.1
Fixed deployer/phar-update
dependency for composer installation.
Deployer 4.2.0
This release contains a few DX improvements and bug fixes.
Deployer 4.1.0
New Deployer 4.1.0 with a bunch of improvements and SSH multiplexing
Deployer 4.0.2
Deployer 4.0.1
- 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
⭐️ ✨ ✨
- 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.
To upgrade dep phar run next command:
dep self-update --upgrade
Deployer 3.3.0
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
In this release:
- Fixed detecting httpd user (#613)
- Fixed path to
composer.phar
file when downloaded from https://getcomposer.org site (#615 #616)
See detail in here
Deployer 3.2.0
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
In this release:
- Improved verbose output.
- Added node.js template.