Releases: sous-chefs/java
Releases · sous-chefs/java
10.0.1
- Split out workflows to allow standardfiles to control markdown, yaml and delivery
- Adds a "Final" workflow to set a known pass/failure hook
- This allows us to have Terraform set the Final workflow as a required check
10.0.0
- Remove recipes to stop confusing users
9.0.1
- Standardise files with files in sous-chefs/repo-management
9.0.0
- Remove Corretto checksum code defualts as this changes reguarly,
and is not provide in the SHA256 format via an API - Set unified_mode to true for Chef 17 support
- Bump the minimum Chef version to 15.3 for unified_mode support
8.6.1
Update metadata for 8.6.1
8.6.0
- Added Amazon Corretto 15 support to
corretto_install - Added configurable
file_cache_pathproperty tojava_certificate - Added
cacertsproperty tojava_certificatefor interacting with java cacerts file (Java 9+)
8.5.0
- resolved cookstyle error: spec/spec_helper.rb:4:18 convention:
Style/RedundantFileExtensionInRequire - resolved cookstyle error: spec/spec_helper.rb:5:18 convention:
Style/RedundantFileExtensionInRequire - resolved cookstyle error: spec/spec_helper.rb:6:18 convention:
Style/RedundantFileExtensionInRequire - resolved cookstyle error: spec/spec_helper.rb:7:18 convention:
Style/RedundantFileExtensionInRequire - If installation issues with
openjdk_installresource (fixes #645) - Remove testing of Amazon Linux 1
- Use fedora-latest
v4.1.0
v1.29.0 - 11/14/2014
Bug
- #216 - Ensure dirs, links, and jinfo files are owned correctly
- #217 - Update to Oracle JDK 8u25
- #214 - Update to Oracle JDK 7u71-b14
Improvement
- Adding a connect_timeout option for downloading java.
Misc
- Switched to chef-zero provisioner in test suites.
- Adding ISSUES.md for guidance on creating new issues for the Java cookbook.
- Fix IBM unit tests.
v1.28.0
Improvement
- Allow setting of group to extracted java files.
Bug
- Add -no-same-owner parameter to tar extract to avoid issues when the chef cache dir is on an NFS mounted drive.
- In the ark provider, it doesn't compare the MD5 sum with the right value which causes Java cookbook always download tarball from oracle server