Prepare a 4.2.2 release.
This commit is contained in:
parent
af71faa247
commit
e7b27205c4
3 changed files with 5 additions and 5 deletions
|
@ -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'
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue