From addb6e09315c5fb0704e52942b9b5d36f5a698fa Mon Sep 17 00:00:00 2001 From: Helen Campbell Date: Wed, 8 Jun 2016 19:27:51 +0100 Subject: [PATCH] 1.6.0 Release Prep --- CHANGELOG.md | 18 ++++++++++++++++++ metadata.json | 5 +++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0e2a78..ea8e9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/metadata.json b/metadata.json index da58d9c..3d4a5e5 100644 --- a/metadata.json +++ b/metadata.json @@ -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" ] }, {