Skip to content

Releases: capistrano/capistrano

3.19.2

07 Nov 15:29
632e273
Compare
Choose a tag to compare

🐛 Bug Fixes

Full Changelog: v3.19.1...v3.19.2

3.19.1

02 Jul 00:35
7913243
Compare
Choose a tag to compare

This release fixes an edge case where the new REVISION_TIME feature of 3.19.0 could cause deploys to hang in server environments where Git is configured to use an interactive pager.

🐛 Bug Fixes

  • Explicitly request that git log does not use a pager (#2162) @G-Rath

Full Changelog: v3.19.0...v3.19.1

3.19.0

24 Jun 23:10
9f254c3
Compare
Choose a tag to compare

For Git-based deployments, Capistrano now creates a REVISION_TIME file (in addition to a REVISION file) in each release. See #2155 for more details. To opt out of this behavior, clear the following Rake task in your config/deploy.rb:

Rake::Task["git:set_current_revision_time"].clear_actions

✨ New Features

  • Create REVISION_TIME with git commit timestamp upon deploy (#2155) @G-Rath

🏠 Housekeeping

Full Changelog: v3.18.1...v3.19.0

3.18.1

10 Mar 19:20
3f9891a
Compare
Choose a tag to compare

📚 Documentation

🏠 Housekeeping

Full Changelog: v3.18.0...v3.18.1

3.18.0

18 Oct 01:08
35dda25
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🏠 Housekeeping

Full Changelog: v3.17.3...v3.18.0

3.17.3

23 May 18:26
0af1336
Compare
Choose a tag to compare

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

📚 Documentation

🏠 Housekeeping

New Contributors

Full Changelog: v3.17.2...v3.17.3

3.17.2

20 Feb 17:47
dd94770
Compare
Choose a tag to compare

📚 Documentation

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

🏠 Housekeeping

Full Changelog: v3.17.1...v3.17.2

3.17.1

07 Aug 17:41
9e331e3
Compare
Choose a tag to compare

📚 Documentation

🏠 Housekeeping

Full Changelog: v3.17.0...v3.17.1

3.17.0

12 Mar 21:47
549fb7e
Compare
Choose a tag to compare

✨ 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

3.16.0

28 Feb 20:29
Compare
Choose a tag to compare

✨ New Features

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

🏠 Housekeeping