File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,24 @@ Java Cookbook CHANGELOG
22=======================
33This 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+
523v1.24.0 - 7/25/2014
624-------
725New Cookbook maintainer! ** [ Agile Orbit] ( http://agileorbit.com ) **
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.24 .0"
7+ version "1.25 .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