Skip to content

Commit

Permalink
Release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Sep 6, 2014
1 parent 66b703b commit 67d4550
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ Java Cookbook CHANGELOG
=======================
This file is used to list changes made in each version of the Java cookbook.

v1.28.0 - 9/6/2014
-------
### 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

v1.27.0 - 8/22/2014
-------
- Update Oracle JDK8 to version 8u20
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs Java runtime."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.27.0"
version "1.28.0"

recipe "java::default", "Installs Java runtime"
recipe "java::default_java_symlink", "Updates /usr/lib/jvm/default-java"
Expand Down

0 comments on commit 67d4550

Please sign in to comment.