Capistrano Versions Save

A deployment automation tool built on Ruby, Rake, and SSH.

v3.18.1

1 month ago

📚 Documentation

  • Fix typos (#2151) @kianmeng
  • Add capistrano-nomad to third party plugins list (#2145) @axsuul

🏠 Housekeeping

  • Fix RuboCop in CI (#2148) @mattbrictson
  • Add Ruby 3.3 to CI (#2147) @mattbrictson

Full Changelog: https://github.com/capistrano/capistrano/compare/v3.18.0...v3.18.1

v3.18.0

6 months ago

Changes

  • Remove default webpacker path to linked_dirs (#2139) @taketo1113

🐛 Bug Fixes

  • Fix "lambda method requires a literal block" error (Ruby 3.3) (#2141) @mattbrictson

🏠 Housekeeping

  • Upgrade to latest ver of release-drafter and update config (#2143) @mattbrictson
  • Upgrade CI to actions/checkout v4 (#2142) @mattbrictson
  • Auto-bump version number in generated release notes (#2140) @mattbrictson
  • Migrate from CircleCI to GitHub Actions; add Cucumber features to CI (#2132) @mattbrictson

Full Changelog: https://github.com/capistrano/capistrano/compare/v3.17.3...v3.18.0

v3.17.3

11 months ago

This is a gem housekeeping release. No user-facing changes.

📚 Documentation

  • Fix typo in authorization docs (#2128) @HLFH

🏠 Housekeeping

  • Fix deprecated usage of open-uri so feature tests work on Ruby 3 (#2129) @mattbrictson
  • Fix failing OpenSSL install on Ruby 2.3 CI image (#2130) @mattbrictson
  • Add Ruby 3.2 to CI matrix (#2126) @mattbrictson
  • Fix failing CI builds for Ruby < 2.3 (#2124) @mattbrictson

New Contributors

Full Changelog: https://github.com/capistrano/capistrano/compare/v3.17.2...v3.17.3

v3.17.2

1 year ago

📚 Documentation

  • Add capistrano-mysql_tables as 3rd party plugin (#2121) @floydj

🏠 Housekeeping

  • Fix failing Ruby 2.0 CI build (#2116) @mattbrictson

Full Changelog: https://github.com/capistrano/capistrano/compare/v3.17.1...v3.17.2

v3.17.1

1 year ago

📚 Documentation

  • Remove reference to the deprecated :scm variable (#2111) @elondaits

🏠 Housekeeping

  • Switch cucumber tests to use https instead of git:// (#2112) @mattbrictson
  • Install newer SSH client to fix CI for old Rubies (#2106) @mattbrictson

Full Changelog: https://github.com/capistrano/capistrano/compare/v3.17.0...v3.17.1

v3.17.0

2 years ago

✨ New Features

  • Add common Rails paths to suggested linked_dirs and linked_files (#2105) @gdurelle
  • Add new default webpacker path to linked_dirs (#2084) @razum2um

🐛 Bug Fixes

  • Add linked_dirs and linked_files to VariblesDoctor WHITELIST (#2103) @y-yagi

🏠 Housekeeping

  • Switch from Travis to Circle CI (#2100) @mattbrictson
  • Ensure rubocop can run under Ruby 3.1 (#2099) @mattbrictson
  • Fix warnings and errors in cucumber feature tests (#2095) @mattbrictson

v3.16.0

3 years ago

✨ New Features

  • Add a :verify_commit option; if enabled, checks that the revision being deployed has a valid signature (git only) (#2076) @mohamedhafez

🏠 Housekeeping

  • Fix cucumber puts deprecation warnings (#2075) @mattbrictson

v3.15.0

3 years ago

🛡 Security

  • Randomize path of git wrapper script (9c92ad51)

📚 Documentation

  • Add Capistrano::Teams to 3rd Party Plugin (#2064) @danieltoader

🏠 Housekeeping

  • Add latest Ruby versions to CI, including 3.0 (#2071) @mattbrictson
  • Fix Bundler deprecation warning in rake features (#2063) @mattbrictson

v3.14.1

3 years ago

🐛 Bug Fixes

  • #2046 Fix Ruby 2.7 keyword parameters warnings and add Ruby 2.7 to CI (#2060) @Eric-Guo

v3.14.0

3 years ago

✨ New Features

  • Add custom prompt support for user input (#2055) @rolandasb

📚 Documentation

  • Update docs website icons, optimize images (#2056) @rolandasb

🏠 Housekeeping

  • Fix CI builds for EOL Ruby versions (#2058) @mattbrictson