Skip to content

Commit

Permalink
adds: updated version, depenencies and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TalkingQuickly committed Mar 25, 2021
1 parent cf530e7 commit 7fb6a2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## 5.0.1 (March 2021)

- Adds full support for deploy (but not config creation) without sudo access
- Refactor config files to use single array of hashes with flags
- Refactor Sidekiq and Monit configurations to copy files directly rather than using symlinks to avoid potential root access leak
- Fixes bug where object identifier was outputted in logs rather than filename
- Fixes nginx not being reloaded after `setup_config` due to shared log directory not yet existing

## 5.0.0 (March 2021)

Expand Down
1 change: 1 addition & 0 deletions capistrano-cookbook.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'capistrano', '~> 3.16'
spec.add_dependency 'capistrano3-puma', '~> 5.0.4'
spec.add_dependency 'capistrano-sidekiq', '~> 2.0'

spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "rake"
Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/cookbook/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capistrano
module Cookbook
VERSION = "5.0.0"
VERSION = "5.0.1"
end
end

0 comments on commit 7fb6a2d

Please sign in to comment.