From fc56fe3d7c3dd2bb7ff792fca194b062b1744218 Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Wed, 14 May 2014 16:30:29 -0400 Subject: [PATCH] Update changelog, modulefile and metadata.json for supported 1.0.3 release. --- CHANGELOG.md | 14 ++++++++++++++ Modulefile | 2 +- metadata.json | 18 +++++++++++++----- 3 files changed, 28 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec0a281..ec049a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## - Supported Release 1.0.3 +###Summary + +This is a supported release. No functional changes were made from 1.0.2. + +####Features +- Added test support for Ubuntu Trusty. + +####Bugfixes + +####Known bugs + +*Not supported on Windows. + ##2014-03-04 - Supported Release 1.0.2 ###Summary diff --git a/Modulefile b/Modulefile index a1c880e..4f8a0aa 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-concat' -version '1.0.2' +version '1.0.3' source 'git://github.com/puppetlabs/puppetlabs-concat.git' author 'Puppetlabs' license 'Apache 2.0' diff --git a/metadata.json b/metadata.json index 09d5524..3f84e9b 100644 --- a/metadata.json +++ b/metadata.json @@ -11,28 +11,35 @@ "operatingsystem": "RedHat", "operatingsystemrelease": [ "5", - "6" + "6", + "7" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "5", - "6" + "6", + "7" + ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "5", - "6" + "6", + "7" + ] }, { "operatingsystem": "Scientific", "operatingsystemrelease": [ "5", - "6" + "6", + "7" + ] }, { @@ -52,7 +59,8 @@ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "10.04", - "12.04" + "12.04", + "14.04" ] }, {