Capistrano v3.8.0 Release Notes

Release Date: 2017-03-10 // about 7 years ago
  • Minor breaking changes:

    • โšก๏ธ #1846: add_host - When this method has already been called once for a given host and it is called a second time with a port, a new host will be added. Previously, the first host would have been updated. (@dbenamy)

    ๐Ÿ†• New features:

    ๐Ÿ›  Fixes:

    • 0๏ธโƒฃ #1835: Stopped printing parenthesis in ask prompt if no default or nil was passed as argument (@chamini2)
    • #1840: Git plugin: shellescape git_wrapper_path (@olleolleolle)
    • #1843: Properly shell escape git:wrapper steps - @mattbrictson
    • #1846: Defining a role is now O(hosts) instead of O(hosts2) (@dbenamy)
    • โš™ Run svn switch to work with svn branches if repo_url is changed
    • #1856: Fix hg repo_tree implementation - @mattbrictson
    • โš  #1857: Don't emit doctor warning when repo_tree is set - @mattbrictson

    Other changes: