File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Supported Release 1.6.0
2
+ ### Summary
3
+
4
+ Addition of a new supported OS, along with several other features and bugfixes.
5
+
6
+ #### Features
7
+ - Ubuntu 16.04 support.
8
+ - Addition example for installing Java 8.
9
+ - Update to newest modulesync_configs.
10
+ - Addition of RedHat for Oracle Java.
11
+
12
+ #### Bugfixes
13
+ - Custom archive type now given extract_path.
14
+ - Fix for rspec deprectation warnings.
15
+ - Typo fixes for readme.
16
+ - Fixed tests to run under strict variables.
17
+ - Updated Java package for SLES 11.4.
18
+
1
19
## Supported Release 1.5.0
2
20
### Summary
3
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-java" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"author" : " puppetlabs" ,
5
5
"summary" : " Installs the correct Java package on various platforms." ,
6
6
"license" : " Apache-2.0" ,
59
59
"operatingsystemrelease" : [
60
60
" 10.04" ,
61
61
" 12.04" ,
62
- " 14.04"
62
+ " 14.04" ,
63
+ " 16.04"
63
64
]
64
65
},
65
66
{
You can’t perform that action at this time.
0 commit comments