Deployer v6.4.0 Release Notes

Release Date: 2019-01-11 // about 5 years ago
  • โž• 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]