Skip to content

Commit f1f5125

Browse files
committed
Release 1.25.0
1 parent ee231bb commit f1f5125

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

5+
v1.25.0 - 8/1/2014
6+
-------
7+
### Improvement
8+
- **[#189](https://github.com/agileorbit-cookbooks/java/pull/189)** - Resource ark -> attribute bin_cmds default value
9+
- **[#168](https://github.com/agileorbit-cookbooks/java/pull/168)** - Add option to put JAVA_HOME in /etc/environment
10+
- **[#172](https://github.com/agileorbit-cookbooks/java/pull/172)** - Allow ark to pull from http and files ending in .gz.
11+
12+
### Documentation
13+
- Recommendations for inclusion in community cookbooks
14+
- Production Deployment with Oracle Java
15+
- Update testing instructions for chefdk
16+
- Various Readme formatting.
17+
18+
### Misc
19+
- Use Supermarket endpoint in berksfile
20+
- rspec cleanup
21+
- Adding ubuntu-14.04 to test suite
22+
523
v1.24.0 - 7/25/2014
624
-------
725
New Cookbook maintainer! **[Agile Orbit](http://agileorbit.com)**

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.24.0"
7+
version "1.25.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)