4.5.0 prep
This commit is contained in:
parent
46ce05e4a5
commit
145eb08b1f
2 changed files with 16 additions and 3 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
||||||
|
##2014-12-15 - Supported Release 4.5.0
|
||||||
|
###Summary
|
||||||
|
|
||||||
|
This release improves functionality of the member function and adds improved future parser support.
|
||||||
|
|
||||||
|
####Features
|
||||||
|
- MODULES-1329: Update member() to allow the variable to be an array.
|
||||||
|
- Sync .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md via modulesync
|
||||||
|
|
||||||
|
####Bugfixes
|
||||||
|
- Fix range() to work with numeric ranges with the future parser
|
||||||
|
- Accurately express SLES support in metadata.json (was missing 10SP4 and 12)
|
||||||
|
|
||||||
##2014-11-10 - Supported Release 4.4.0
|
##2014-11-10 - Supported Release 4.4.0
|
||||||
###Summary
|
###Summary
|
||||||
This release has an overhauled readme, new private manifest function, and fixes many future parser bugs.
|
This release has an overhauled readme, new private manifest function, and fixes many future parser bugs.
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "puppetlabs-stdlib",
|
"name": "puppetlabs-stdlib",
|
||||||
"version": "4.4.0",
|
"version": "4.5.0",
|
||||||
"author": "puppetlabs",
|
"author": "puppetlabs",
|
||||||
"summary": "Puppet Module Standard Library",
|
"summary": "Puppet Module Standard Library",
|
||||||
"license": "Apache 2.0",
|
"license": "Apache-2.0",
|
||||||
"source": "git://github.com/puppetlabs/puppetlabs-stdlib",
|
"source": "https://github.com/puppetlabs/puppetlabs-stdlib",
|
||||||
"project_page": "https://github.com/puppetlabs/puppetlabs-stdlib",
|
"project_page": "https://github.com/puppetlabs/puppetlabs-stdlib",
|
||||||
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
||||||
"operatingsystem_support": [
|
"operatingsystem_support": [
|
||||||
|
|
Loading…
Reference in a new issue