From 50ca60cbeeca0467fae9da12968b651345f87f91 Mon Sep 17 00:00:00 2001 From: Travis Fields Date: Thu, 6 Nov 2014 11:08:48 -0800 Subject: [PATCH] Prep for 1.2.0 supported release --- CHANGELOG => CHANGELOG.md | 79 ++++++++++++++++++++++++--------------- metadata.json | 5 ++- 2 files changed, 51 insertions(+), 33 deletions(-) rename CHANGELOG => CHANGELOG.md (56%) diff --git a/CHANGELOG b/CHANGELOG.md similarity index 56% rename from CHANGELOG rename to CHANGELOG.md index 3d74e41..5377747 100644 --- a/CHANGELOG +++ b/CHANGELOG.md @@ -1,49 +1,59 @@ -2014-08-25 - Supported Version 1.1.2 +##2014-11-11 - Supported Version 1.2.0 -Summary: This release begins the support coverage of the puppetlabs-java -module. +###Summary: +This release adds SLES 12 support and is tested for Future Parser Support -Bugfixes: +####Bugfixes: +- Several readme updates +- Testcase flexability increased + +####Features: +- Add SLES 12 support +- Future Parser tested +- Validated against PE 3.7 + +##2014-08-25 - Supported Version 1.1.2 + +###Summary: +This release begins the support coverage of the puppetlabs-java module. + +###Bugfixes: - Update java alternative values from deprecated names - Readme updated - Testing updated -2014-05-02 - Version 1.1.1 +##2014-05-02 - Version 1.1.1 -Summary: +###Summary: Add support for new versions of Debian and Ubuntu! -Features: +####Features: - Add support for Ubuntu Trusty (14.04) - Add support for Debian Jessie (8.x) -2014-01-06 - Version 1.1.0 +##2014-01-06 - Version 1.1.0 -Summary: +####Summary: Primarily a release for Ubuntu users! -Features: +####Features: - Add support for Ubuntu Saucy (13.10) - Add `java_home` parameter for centralized setting of JAVA_HOME. +- Add Scientific Linux -Bugfixes: +###Bugfixes: - Plus signs are valid in debian/ubuntu package names. - - -1.0.2 () - -Brett Porter -* Support Scientific Linux - -1.0.1 (2013-08-01) +##2013-08-01 - Version 1.0.1 Matthaus Owens * Update java packages for Fedora systems -1.0.0 (2013-07-29) +##2013-07-29 - Version 1.0.0 + +####Detailed Changes Krzysztof SuszyƄski * Adding support for Oracle Enterprise Linux @@ -68,32 +78,39 @@ Nathan R Valentine Sharif Nassar * Add support for Debian alternatives, and more than one JDK/JRE per platform. -2013-04-04 Reid Vandewiele - 0.3.0 +##2013-04-04 - Version 0.3.0 +Reid Vandewiele - * Refactor, introduce params pattern -2012-11-15 Scott Schneider - 0.2.0 +##2012-11-15 - Version 0.2.0 +Scott Schneider * Add Solaris support -2011-06-16 Jeff McCune - 0.1.5 +##2011-06-16 - Version 0.1.5 +Jeff McCune * Add Debian based distro (Lucid) support -2011-06-02 Jeff McCune - 0.1.4 +##2011-06-02 - Version 0.1.4 +Jeff McCune * Fix class composition ordering problems -2011-05-28 Jeff McCune - 0.1.3 +##2011-05-28 - Version 0.1.3 +Jeff McCune * Remove stages -2011-05-26 Jeff McCune - 0.1.2 +##2011-05-26 - Version 0.1.2 +Jeff McCune * Changes JRE/JDK selection class parameter to $distribution -2011-05-25 Jeff McCune - 0.1.1 +##2011-05-25 - Version 0.1.1 +Jeff McCune * Re-did versioning to follow semantic versioning - -2011-05-25 Jeff McCune - 1.0.1 * Add validation of class parameters -2011-05-24 Jeff McCune - 1.0.0 +##2011-05-24 - Version 0.1.0 +Jeff McCune * Default to JDK version 6u25 -2011-05-24 Jeff McCune - 0.0.1 +##2011-05-24 - Version 0.0.1 +Jeff McCune * Initial release diff --git a/metadata.json b/metadata.json index 81fa0b5..c39f39e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-java", - "version": "1.1.2", + "version": "1.2.0", "author": "puppetlabs", "summary": "Manage the official Java runtime", "license": "Apache", @@ -56,7 +56,8 @@ { "operatingsystem": "SLES", "operatingsystemrelease": [ - "11 SP1" + "11 SP1", + "12" ] }, {