Skip to content

Commit

Permalink
Release v1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Nov 14, 2014
1 parent 91dd94b commit 343c995
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,12 @@ suites:
excludes:
- fedora-19
- fedora-20
- name: oracle-rpm
run_list:
- recipe[java]
attributes:
java:
install_flavor: oracle_rpm
jdk_version: 7
oracle:
accept_oracle_download_terms: true
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@ Java Cookbook CHANGELOG
=======================
This file is used to list changes made in each version of the Java cookbook.

v1.29.0 - 11/6/2014
-------
### Bug
- **[#216](https://github.com/agileorbit-cookbooks/java/pull/216)** - Ensure dirs, links, and jinfo files are owned correctly
- **[#217](https://github.com/agileorbit-cookbooks/java/pull/217)** - Update to Oracle JDK 8u25
- **[#214](https://github.com/agileorbit-cookbooks/java/pull/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 - 9/6/2014
-------
### Improvement
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.28.0"
version "1.29.0"

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

0 comments on commit 343c995

Please sign in to comment.