Skip to content

Commit 4f1b94b

Browse files
committed
Release 2.1.0
Signed-off-by: Tim Smith <tsmith@chef.io>
1 parent 0b5ed24 commit 4f1b94b

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,14 @@
22

33
This file is used to list changes made in each version of the Java cookbook.
44

5-
## [UNRELEASED]
6-
### Updated
5+
## 2.1.0 - (2018-05-25)
6+
77
- Added Java 10 JCE attributes to default attrs
8-
- Update oracle recipe to not perform a switch on java major version and instead
9-
use the version provided in attributes. This allows end users to include new Java
10-
versions without the cookbook requiring an update each time a major version gets
11-
released
12-
- Updated the oracle_install resource to pick up semantic versioning that Oracle
13-
has started using for Java 10+
14-
- Updated the default attributes file to include x86_64 endpoint and checksum for
15-
Oracle Java 10. The i586 version is not (yet) available.
8+
- Update oracle recipeM to not perform a switch on java major version and instead use the version provided in attributes. This allows end users to include new Java versions without the cookbook requiring an update each time a major version gets released
9+
- Updated the oracle_install resource to pick up semantic versioning that Oracle has started using for Java 10+
10+
- Updated the default attributes file to include x86_64 endpoint and checksum for Oracle Java 10\. The i586 version is not (yet) available.
11+
- Fix JCE installation on Windows
12+
- Avoid EmptyWindowsCommand error on Windows
1613

1714
## v2.0.1 - (2018-05-02)
1815

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache-2.0'
55
description 'Recipes and resources for installing Java and managing certificates'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '2.0.1'
7+
version '2.1.0'
88

99
recipe 'java::default', 'Installs Java runtime'
1010
recipe 'java::default_java_symlink', 'Updates /usr/lib/jvm/default-java'

0 commit comments

Comments
 (0)