diff options
author | Travis Fields <travis@puppetlabs.com> | 2015-01-15 13:55:48 -0800 |
---|---|---|
committer | Travis Fields <travis@puppetlabs.com> | 2015-01-15 13:55:48 -0800 |
commit | 75d16ae0010940a10df3010aae1605c395df4606 (patch) | |
tree | 2152f45561f78b494cf12c2cf25b3b28cdd6e52a | |
parent | 39fa2d1bd8e88d08ace75dcbcb8fa98c555550b1 (diff) | |
parent | 71a7a47d3cf9b7fa73879828eb799b22354dc797 (diff) | |
download | puppet-stdlib-75d16ae0010940a10df3010aae1605c395df4606.tar.gz puppet-stdlib-75d16ae0010940a10df3010aae1605c395df4606.tar.bz2 |
Merge branch '4.6.x' back to master
-rw-r--r-- | CHANGELOG.md | 23 | ||||
-rw-r--r-- | metadata.json | 2 |
2 files changed, 24 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c66734e..1385695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +##2015-01-14 - Supported Release 4.6.0 +###Summary + +Improved functionality and preparing for Puppet Next with new parser + +####Features +- MODULES-444: concat can now take more than two arrays +- basename function added to have Ruby File.basename functionality +- delete function can now take an array of items to remove +- MODULES-1473: deprecate type function in favor of type_of + +####Bugfixes +- Several test case fixes +- Ensure_resource is more verbose on debug mode + +##2015-01-14 - Supported Release 4.5.1 +###Summary + +This release changes the temporary facter_dot_d cache locations outside of the /tmp directory due to a possible security vunerability. CVE-2015-1029 + +####Bugfixes +- Facter_dot_d cache will now be stored in puppet libdir instead of tmp + ##2014-12-15 - Supported Release 4.5.0 ###Summary diff --git a/metadata.json b/metadata.json index 09ad4e8..27def9c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.5.0", + "version": "4.5.1", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", |