Changelog and versionbump for 4.10.0
This commit is contained in:
parent
93600e45b0
commit
964e24a637
2 changed files with 33 additions and 1 deletions
32
CHANGELOG.md
32
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
|
## Supported Release 4.9.1
|
||||||
###Summary
|
###Summary
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "puppetlabs-stdlib",
|
"name": "puppetlabs-stdlib",
|
||||||
"version": "4.9.1",
|
"version": "4.10.0",
|
||||||
"author": "puppetlabs",
|
"author": "puppetlabs",
|
||||||
"summary": "Standard library of resources for Puppet modules.",
|
"summary": "Standard library of resources for Puppet modules.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
Loading…
Reference in a new issue