]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Changelog and versionbump for 4.10.0
authorHelen Campbell <helen@puppetlabs.com>
Fri, 11 Dec 2015 20:08:25 +0000 (20:08 +0000)
committerHelen Campbell <helen@puppetlabs.com>
Fri, 11 Dec 2015 20:08:25 +0000 (20:08 +0000)
CHANGELOG.md
metadata.json

index 83f57f5fa26bd122bc17a7a6fa1bc84696fd7e75..94a05774beda9e609dc6365fc93f7f8b9d00bc94 100644 (file)
@@ -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
 
index 3f31d0929ee373728a6127e9f6f92351e00b0eab..947ef9ade56bfdb4e70fb1d61517c52c1bdf4e2e 100644 (file)
@@ -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",