From 05c6587d852800cc69e3a9381ff466ac3aa630d2 Mon Sep 17 00:00:00 2001 From: Jonathan Tripathy Date: Thu, 3 Sep 2015 15:17:32 +0100 Subject: Release Prep 4.9.0 --- CHANGELOG.md | 15 +++++++++++---- metadata.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b35d01..f5bd8c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,23 @@ -##2015-08-13 - Supported Release 4.8.1 +##2015-09-08 - Supported Release 4.9.0 ###Summary -Adds some new functions. +This release adds new features including the new functions dos2unix, unix2dos, try_get_value, convert_base as well as other features and improvements. ####Features -- Add new functions: `dos2unix` and `unix2dos` +- (MODULES-2370) allow `match` parameter to influence `ensure => absent` behavior +- (MODULES-2410) Add new functions dos2unix and unix2dos +- (MODULE-2456) Modify union to accept more than two arrays +- Adds a convert_base function, which can convert numbers between bases +- Add a new function "try_get_value" ####Bugfixes - n/a ####Improvements -- n/a +- (MODULES-2478) Support root_home fact on AIX through "lsuser" command +- Acceptance test improvements +- Unit test improvements +- Readme improvements ## 2015-08-10 - Supported Release 4.8.0 ### Summary diff --git a/metadata.json b/metadata.json index dab84e5..2378787 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.8.0", + "version": "4.9.0", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", -- cgit v1.2.3 From 01c42d5212477a3bc65ae4673b599663ca2f092b Mon Sep 17 00:00:00 2001 From: tphoney Date: Mon, 23 Nov 2015 15:00:40 +0000 Subject: 4.9.1 release prep --- CHANGELOG.md | 5 +++++ metadata.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5bd8c7..2e2fffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Supported Release 4.9.1 +###Summary + +Small release for support of newer PE versions. This increments the version of PE in the metadata.json file. + ##2015-09-08 - Supported Release 4.9.0 ###Summary diff --git a/metadata.json b/metadata.json index 2378787..3f31d09 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.9.0", + "version": "4.9.1", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", @@ -100,7 +100,7 @@ "requirements": [ { "name": "pe", - "version_requirement": "3.x" + "version_requirement": ">= 3.0.0 < 2015.4.0" }, { "name": "puppet", -- cgit v1.2.3