Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Annih committed May 15, 2023
1 parent 8f6a17c commit f239ed2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.2.0 2023-05-15

- Make outbound proxy property sensitive in the default nexus3 resource
- Use systemd_unit resource instead of template+execute for Nexus3 unit
- Add JVM option Djava.endorsed.dirs to fix NoClassDefFoundError

## 4.1.0 2021-11-08

- Make outbound proxy configuration sensitive to not leak credentials
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
source_url 'https://github.com/criteo-cookbooks/chef-nexus3' if respond_to?(:source_url)
issues_url 'https://github.com/criteo-cookbooks/chef-nexus3/issues' if respond_to?(:issues_url)
version '4.1.0'
version '4.2.0'

chef_version '>= 12.14.34'

Expand Down

0 comments on commit f239ed2

Please sign in to comment.