Skip to content

Commit 343c995

Browse files
committed
Release v1.29.0
1 parent 91dd94b commit 343c995

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

.kitchen.yml

+9
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,12 @@ suites:
119119
excludes:
120120
- fedora-19
121121
- fedora-20
122+
- name: oracle-rpm
123+
run_list:
124+
- recipe[java]
125+
attributes:
126+
java:
127+
install_flavor: oracle_rpm
128+
jdk_version: 7
129+
oracle:
130+
accept_oracle_download_terms: true

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@ Java Cookbook CHANGELOG
22
=======================
33
This file is used to list changes made in each version of the Java cookbook.
44

5+
v1.29.0 - 11/6/2014
6+
-------
7+
### Bug
8+
- **[#216](https://github.com/agileorbit-cookbooks/java/pull/216)** - Ensure dirs, links, and jinfo files are owned correctly
9+
- **[#217](https://github.com/agileorbit-cookbooks/java/pull/217)** - Update to Oracle JDK 8u25
10+
- **[#214](https://github.com/agileorbit-cookbooks/java/pull/214)** - Update to Oracle JDK 7u71-b14
11+
12+
### Improvement
13+
- Adding a connect_timeout option for downloading java.
14+
15+
### Misc
16+
- Switched to chef-zero provisioner in test suites.
17+
- Adding ISSUES.md for guidance on creating new issues for the Java cookbook.
18+
- Fix IBM unit tests.
19+
520
v1.28.0 - 9/6/2014
621
-------
722
### Improvement

metadata.rb

+1-1
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.28.0"
7+
version "1.29.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)