Merge pull request #175 from HelenCampbell/release

1.6.0 Release Prep
This commit is contained in:
Hunter Haugen
2016-06-08 11:29:55 -07:00
2 changed files with 21 additions and 2 deletions

View File

@@ -1,3 +1,21 @@
## Supported Release 1.6.0
### Summary
Addition of a new supported OS, along with several other features and bugfixes.
#### Features
- Ubuntu 16.04 support.
- Addition example for installing Java 8.
- Update to newest modulesync_configs.
- Addition of RedHat for Oracle Java.
#### Bugfixes
- Custom archive type now given extract_path.
- Fix for rspec deprectation warnings.
- Typo fixes for readme.
- Fixed tests to run under strict variables.
- Updated Java package for SLES 11.4.
## Supported Release 1.5.0
### Summary

View File

@@ -1,6 +1,6 @@
{
"name": "puppetlabs-java",
"version": "1.5.0",
"version": "1.6.0",
"author": "puppetlabs",
"summary": "Installs the correct Java package on various platforms.",
"license": "Apache-2.0",
@@ -59,7 +59,8 @@
"operatingsystemrelease": [
"10.04",
"12.04",
"14.04"
"14.04",
"16.04"
]
},
{