Skip to content

Releases: sous-chefs/java

10.0.1

21 Sep 09:30

Choose a tag to compare

  • 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

02 Sep 09:42

Choose a tag to compare

  • Remove recipes to stop confusing users

9.0.1

30 Aug 05:32

Choose a tag to compare

  • Standardise files with files in sous-chefs/repo-management

9.0.0

04 Jun 15:54

Choose a tag to compare

  • 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

01 Jun 12:17

Choose a tag to compare

Update metadata for 8.6.1

8.6.0

22 Jan 21:12

Choose a tag to compare

  • Added Amazon Corretto 15 support to corretto_install
  • Added configurable file_cache_path property to java_certificate
  • Added cacerts property to java_certificate for interacting with java cacerts file (Java 9+)

8.5.0

03 Dec 18:32

Choose a tag to compare

  • 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_install resource (fixes #645)
  • Remove testing of Amazon Linux 1
  • Use fedora-latest

v4.1.0

08 May 17:47
5de7de6

Choose a tag to compare

Merge pull request #548 from sous-chefs/release/4.1.0

release 4.1.0

v1.29.0 - 11/14/2014

14 Nov 15:44

Choose a tag to compare

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

06 Sep 19:31

Choose a tag to compare

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