chore(deps): update dependency capistrano from v3.17.3 to v3.19.2 #243
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'3.17.3'
->'3.19.2'
Release Notes
capistrano/capistrano (capistrano)
v3.19.2
: 3.19.2Compare Source
🐛 Bug Fixes
uninitialized constant Capistrano::SCM::Git::StringIO
(#2164) @taketo1113Full Changelog: capistrano/capistrano@v3.19.1...v3.19.2
v3.19.1
: 3.19.1Compare Source
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
git log
does not use a pager (#2162) @G-RathFull Changelog: capistrano/capistrano@v3.19.0...v3.19.1
v3.19.0
: 3.19.0Compare Source
For Git-based deployments, Capistrano now creates a
REVISION_TIME
file (in addition to aREVISION
file) in each release. See #2155 for more details. To opt out of this behavior, clear the following Rake task in yourconfig/deploy.rb
:✨ New Features
REVISION_TIME
with git commit timestamp upon deploy (#2155) @G-Rath🏠 Housekeeping
Full Changelog: capistrano/capistrano@v3.18.1...v3.19.0
v3.18.1
: 3.18.1Compare Source
📚 Documentation
🏠 Housekeeping
Full Changelog: capistrano/capistrano@v3.18.0...v3.18.1
v3.18.0
: 3.18.0Compare Source
Changes
🐛 Bug Fixes
🏠 Housekeeping
Full Changelog: capistrano/capistrano@v3.17.3...v3.18.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.