File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ Java Cookbook CHANGELOG
22=======================
33This file is used to list changes made in each version of the Java cookbook.
44
5+ v1.41.0 - 7/15/2016
6+ -----
7+ - Feature: Add new resource for cookbooks to subscribe to, see README
8+ - Use a remote_file resource for JCE download instead of curl in an execute block.
9+ - Since v1.40.4 Travis deploys cookbook to supermarket - expect more frequent,
10+ smaller releases.
11+
512v1.40.4 - 7/12/2016
613-----
714- Automated deploy, no cookbook changes.
Original file line number Diff line number Diff line change 44license 'Apache 2.0'
55description 'Installs Java runtime.'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '1.40.4 '
7+ version '1.41.0 '
88
99recipe 'java::default' , 'Installs Java runtime'
1010recipe 'java::default_java_symlink' , 'Updates /usr/lib/jvm/default-java'
You can’t perform that action at this time.
0 commit comments