summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelen Campbell <helen@puppetlabs.com>2015-12-11 20:08:25 +0000
committerHelen Campbell <helen@puppetlabs.com>2015-12-11 20:08:25 +0000
commit964e24a63799f5a9c316c14713c633f11f2e251f (patch)
tree67d1262e60146b727dfc9fcfcdb9da00e8e088d1
parent93600e45b006eeebfa012b4f8ffd7ca31643d330 (diff)
downloadpuppet-stdlib-964e24a63799f5a9c316c14713c633f11f2e251f.tar.gz
puppet-stdlib-964e24a63799f5a9c316c14713c633f11f2e251f.tar.bz2
Changelog and versionbump for 4.10.0
-rw-r--r--CHANGELOG.md32
-rw-r--r--metadata.json2
2 files changed, 33 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83f57f5..94a0577 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,35 @@
+##2015-12-15 - Supported Release 4.10.0
+###Summary
+
+Includes the addition of several new functions and considerable improvements to the existing functions, tests and documentation. Includes some bug fixes which includes compatibility, test and fact issues.
+
+####Features
+- Adds service_provider fact
+- Adds is_a() function
+- Adds package_provider fact
+- Adds validate_ip_address function
+- Adds seeded_rand function
+
+####Bugfixes
+- Fix backwards compatibility from an improvement to the parseyaml function
+- Renaming of load_module_metadata test to include _spec.rb
+- Fix root_home fact on AIX 5.x, now '-c' rather than '-C'
+- Fixed Gemfile to work with ruby 1.8.7
+
+####Improvements
+- (MODULES-2462) Improvement of parseyaml function
+- Improvement of str2bool function
+- Improvement to readme
+- Improvement of intersection function
+- Improvement of validate_re function
+- Improved speed on Facter resolution of service_provider
+- empty function now handles numeric values
+- Package_provider now prevents deprecation warning about the allow_virtual parameter
+- load_module_metadata now succeeds on empty file
+- Check added to ensure puppetversion value is not nil
+- Improvement to bool2str to return a string of choice using boolean
+- Improvement to naming convention in validate_ipv4_address function
+
## Supported Release 4.9.1
###Summary
diff --git a/metadata.json b/metadata.json
index 3f31d09..947ef9a 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-stdlib",
- "version": "4.9.1",
+ "version": "4.10.0",
"author": "puppetlabs",
"summary": "Standard library of resources for Puppet modules.",
"license": "Apache-2.0",