diff options
author | Travis Fields <cyberious@users.noreply.github.com> | 2014-12-15 16:12:34 -0800 |
---|---|---|
committer | Travis Fields <cyberious@users.noreply.github.com> | 2014-12-15 16:12:34 -0800 |
commit | 3f9617fef03104cf41c21ca619829287e1b8caae (patch) | |
tree | 4fb3fc9b7e649ae54dddbb8711b13e428739b8f1 | |
parent | 46ce05e4a50fc9c943ed4b5bca96ecc416a23115 (diff) | |
parent | 145eb08b1f5367cda9d0120796ff55ce1363e25c (diff) |
Merge pull request #381 from mhaskel/4.5.0-prep
4.5.0 prep
-rw-r--r-- | CHANGELOG.md | 13 | ||||
-rw-r--r-- | metadata.json | 6 |
2 files changed, 16 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb73db..8da04af 100644 --- a/CHANGELOG.md +++ b/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 ###Summary This release has an overhauled readme, new private manifest function, and fixes many future parser bugs. diff --git a/metadata.json b/metadata.json index f049cfb..bf02176 100644 --- a/metadata.json +++ b/metadata.json @@ -1,10 +1,10 @@ { "name": "puppetlabs-stdlib", - "version": "4.4.0", + "version": "4.5.0", "author": "puppetlabs", "summary": "Puppet Module Standard Library", - "license": "Apache 2.0", - "source": "git://github.com/puppetlabs/puppetlabs-stdlib", + "license": "Apache-2.0", + "source": "https://github.com/puppetlabs/puppetlabs-stdlib", "project_page": "https://github.com/puppetlabs/puppetlabs-stdlib", "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", "operatingsystem_support": [ |