summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Jen <bryan.jen@gmail.com>2017-01-18 11:18:12 -0700
committerGitHub <noreply@github.com>2017-01-18 11:18:12 -0700
commitb09aeb92c5f4b17519949ce926f57d8d3e77365e (patch)
tree3803c286093fbc357b8e395a4217f59675dcbbd4
parente8cab901d51f96d425961de3e3e3e183efa4b047 (diff)
parent7e66ae97462c4d31aae112030e788f9fefe54732 (diff)
Merge pull request #711 from HelenCampbell/rprepp
Release Prep for 4.15.0
-rw-r--r--CHANGELOG.md16
-rw-r--r--metadata.json7
2 files changed, 19 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98873f6..fe60dd9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,19 @@
+## Supported Release 4.15.0
+### Summary
+
+This release introduces multiple new functions, a new fact and the addition of Ubuntu Xenial support. Also includes a bugfix and documentation update.
+
+#### Features
+- Addition of puppet_server fact to return agents server.
+- Addition of a pry function.
+- Addition of tests for ensure_resources.
+- Addition of FQDN UUID generation function.
+- Addition of Ubuntu Xenial to OS Support.
+
+####Bugfixes
+- Ensure_packages now works with Ruby < 2.0.
+- Updated the documentation of str2bool function.
+
## Supported Release 4.14.0
### Summary
diff --git a/metadata.json b/metadata.json
index b697da0..378ae11 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-stdlib",
- "version": "4.14.0",
+ "version": "4.15.0",
"author": "puppetlabs",
"summary": "Standard library of resources for Puppet modules.",
"license": "Apache-2.0",
@@ -66,15 +66,14 @@
"10.04",
"12.04",
"14.04",
- "16.06"
+ "16.04"
]
},
{
"operatingsystem": "Solaris",
"operatingsystemrelease": [
"10",
- "11",
- "12"
+ "11"
]
},
{