diff options
author | Ashley Penney <ashley.penney@puppetlabs.com> | 2014-06-04 14:15:14 -0400 |
---|---|---|
committer | Ashley Penney <ashley.penney@puppetlabs.com> | 2014-06-04 14:18:41 -0400 |
commit | e7b27205c4fdc9162f11ee606be93865c1a080ea (patch) | |
tree | 10bab391a6a6c395afb4efe9f058a52c7d9137e4 | |
parent | af71faa247043e01fc31ef8248304e8e20a25d6f (diff) | |
download | puppet-stdlib-e7b27205c4fdc9162f11ee606be93865c1a080ea.tar.gz puppet-stdlib-e7b27205c4fdc9162f11ee606be93865c1a080ea.tar.bz2 |
Prepare a 4.2.2 release.
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | Modulefile | 2 | ||||
-rw-r--r-- | metadata.json | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f160002..97979bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ -##2014-05-14 - Supported Release 4.3.0 +##2014-06-04 - Release 4.2.2 ### Summary -This is a supported release of the code released as 4.2.1. +This release adds PE3.3 support in the metadata and fixes a few tests. ## 2014-05-08 - Release - 4.2.1 ### Summary @@ -1,5 +1,5 @@ name 'puppetlabs-stdlib' -version '4.3.0' +version '4.2.2' source 'git://github.com/puppetlabs/puppetlabs-stdlib.git' author 'puppetlabs' license 'Apache 2.0' diff --git a/metadata.json b/metadata.json index 638e36d..acb880f 100644 --- a/metadata.json +++ b/metadata.json @@ -89,7 +89,7 @@ "requirements": [ { "name": "pe", - "version_requirement": "3.3.x" + "version_requirement": ">= 3.2.0 < 3.4.0" }, { "name": "puppet", @@ -97,7 +97,7 @@ } ], "name": "puppetlabs-stdlib", - "version": "4.2.1", + "version": "4.2.2", "source": "git://github.com/puppetlabs/puppetlabs-stdlib", "author": "puppetlabs", "license": "Apache 2.0", |