From 692b490438867aa0f848d1e998afc2d640ea3e86 Mon Sep 17 00:00:00 2001 From: Paula McMaw Date: Mon, 20 Nov 2017 17:21:33 +0000 Subject: [PATCH] Release prep for 2.2.0 (#268) --- CHANGELOG.md | 14 ++++++++++++++ metadata.json | 5 +++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e9cfc..fc9f60e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## Supported Release [2.2.0] +### Summary +This release is a maintenance release that includes a roll up of minor changes. + +#### Added +- Addition of Ubuntu for Oracle Java. +- Addition of Debian 9 in supported versions. +- Addition of OpenBSD case and use `realpath` rather than `readlink` in Java Default Home Facter fact. + +#### Removed +- Removal of OpenBSD as a special case and deprecated `with_env` in Java Version Facter Facter fact. + ## Supported Release 2.1.1 ### Summary This release is a maintenance release that includes a roll up of minor changes. @@ -256,3 +268,5 @@ Jeff McCune ## 2011-05-24 - Version 0.0.1 Jeff McCune * Initial release + +[2.2.0]:https://github.com/puppetlabs/puppetlabs-java/compare/2.1.1...2.2.0 \ No newline at end of file diff --git a/metadata.json b/metadata.json index 838bf5b..fddf306 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-java", - "version": "2.1.1", + "version": "2.2.0", "author": "puppetlabs", "summary": "Installs the correct Java package on various platforms.", "license": "Apache-2.0", @@ -50,7 +50,8 @@ "operatingsystem": "Debian", "operatingsystemrelease": [ "7", - "8" + "8", + "9" ] }, {