Skip to content

Commit 67d4550

Browse files
committed
Release 1.28.0
1 parent 66b703b commit 67d4550

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ Java Cookbook CHANGELOG
22
=======================
33
This file is used to list changes made in each version of the Java cookbook.
44

5+
v1.28.0 - 9/6/2014
6+
-------
7+
### Improvement
8+
- Allow setting of group to extracted java files.
9+
10+
### Bug
11+
- Add -no-same-owner parameter to tar extract to avoid issues when the chef cache dir is on an NFS mounted drive.
12+
- 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
13+
514
v1.27.0 - 8/22/2014
615
-------
716
- Update Oracle JDK8 to version 8u20

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 "Installs Java runtime."
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version "1.27.0"
7+
version "1.28.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)