Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## [Unreleased]
*no unreleased changes*

## 7.3.1 / 2025-01-02
### Added
* Capistrano: deploy application secrets from a subversion or git repository

Expand Down
10 changes: 7 additions & 3 deletions code_safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ file safety:
CHANGELOG.md:
comments:
reviewed_by: brian.shand
safe_revision: 71036ef8c1a1d040281c692868246e6ab7a6ba37
safe_revision: f15b2f95bdb7252b9bf60eee65e69207ce486e9d
CODE_OF_CONDUCT.md:
comments:
reviewed_by: timgentry
Expand Down Expand Up @@ -96,14 +96,18 @@ file safety:
comments:
reviewed_by: brian.shand
safe_revision: 71036ef8c1a1d040281c692868246e6ab7a6ba37
lib/ndr_dev_support/capistrano/deploy_secrets.rb:
comments:
reviewed_by: brian.shand
safe_revision: f15b2f95bdb7252b9bf60eee65e69207ce486e9d
lib/ndr_dev_support/capistrano/install_ruby.rb:
comments:
reviewed_by: brian.shand
safe_revision: 71036ef8c1a1d040281c692868246e6ab7a6ba37
lib/ndr_dev_support/capistrano/ndr_model.rb:
comments:
reviewed_by: brian.shand
safe_revision: 71036ef8c1a1d040281c692868246e6ab7a6ba37
safe_revision: f15b2f95bdb7252b9bf60eee65e69207ce486e9d
lib/ndr_dev_support/capistrano/restart.rb:
comments:
reviewed_by: josh.pencheon
Expand Down Expand Up @@ -243,7 +247,7 @@ file safety:
lib/ndr_dev_support/version.rb:
comments:
reviewed_by: brian.shand
safe_revision: 601cb39a50fd3b719083fed23bf1cb9ae512d223
safe_revision: e1b6dbf71344f982a4238e3e8085d533f7c51d06
lib/tasks/audit_bundle.rake:
comments:
reviewed_by: kenny.lee
Expand Down
2 changes: 1 addition & 1 deletion lib/ndr_dev_support/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# This defines the NdrDevSupport version. If you change it, rebuild and commit the gem.
# Use "rake build" to build the gem, see rake -T for all bundler rake tasks (and our own).
module NdrDevSupport
VERSION = '7.3.0'
VERSION = '7.3.1'
end
Loading