summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schmitt <david.schmitt@puppet.com>2016-12-05 15:24:37 +0000
committerGitHub <noreply@github.com>2016-12-05 15:24:37 +0000
commitd3533a6e77afa173437ca8439e6f306bd70730db (patch)
tree6f092758cf295fa7835b20371c9aea7187c0f4ac
parent7507af555361b2dcba8ed6189dc54c21e64ea031 (diff)
parentc4cfa39244687d10ca89435d803aeb019112c36f (diff)
Merge pull request #698 from HelenCampbell/releaseprep
Release prep for 4.13.2
-rw-r--r--CHANGELOG.md19
-rw-r--r--metadata.json2
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9157b2d..1a880c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+## Supported Release 4.13.2
+### Summary
+
+Adds several new features and updates, especially around refining the deprecation and validate_legacy functions. Also includes a Gemfile update around an issue with parallel_tests dependancy for different versions of Ruby.
+
+#### Features
+- Deprecation function now uses puppet stacktrace if available.
+- join_key_to_values function now handles array values. If values are arrays, multiple keys are added for each element.
+- Updated Gemfile to deal with parallel_tests Ruby dependancy (MODULES-3983).
+- Updated/Fixed ipv4 regex validator (MODULES-3980).
+- Deprecation clarification added to README.
+
+#### Bugfixes
+- README typo fixes.
+- Use .dup to duplicate classes for modification (MODULES-3829).
+- Fixes spec failures that were caused by a change in the tested error message in validate_legacy_spec.
+- Broken link to validate_legacy docs fixed.
+- Updates deprecation tests to include future parser.
+
## Supported Release 4.13.1
### Summary
diff --git a/metadata.json b/metadata.json
index 8ad4eec..ad1cf42 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-stdlib",
- "version": "4.13.1",
+ "version": "4.13.2",
"author": "puppetlabs",
"summary": "Standard library of resources for Puppet modules.",
"license": "Apache-2.0",