Skip to content

Commit 964e24a

Browse files
author
Helen Campbell
committed
Changelog and versionbump for 4.10.0
1 parent 93600e4 commit 964e24a

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
##2015-12-15 - Supported Release 4.10.0
2+
###Summary
3+
4+
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.
5+
6+
####Features
7+
- Adds service_provider fact
8+
- Adds is_a() function
9+
- Adds package_provider fact
10+
- Adds validate_ip_address function
11+
- Adds seeded_rand function
12+
13+
####Bugfixes
14+
- Fix backwards compatibility from an improvement to the parseyaml function
15+
- Renaming of load_module_metadata test to include _spec.rb
16+
- Fix root_home fact on AIX 5.x, now '-c' rather than '-C'
17+
- Fixed Gemfile to work with ruby 1.8.7
18+
19+
####Improvements
20+
- (MODULES-2462) Improvement of parseyaml function
21+
- Improvement of str2bool function
22+
- Improvement to readme
23+
- Improvement of intersection function
24+
- Improvement of validate_re function
25+
- Improved speed on Facter resolution of service_provider
26+
- empty function now handles numeric values
27+
- Package_provider now prevents deprecation warning about the allow_virtual parameter
28+
- load_module_metadata now succeeds on empty file
29+
- Check added to ensure puppetversion value is not nil
30+
- Improvement to bool2str to return a string of choice using boolean
31+
- Improvement to naming convention in validate_ipv4_address function
32+
133
## Supported Release 4.9.1
234
###Summary
335

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-stdlib",
3-
"version": "4.9.1",
3+
"version": "4.10.0",
44
"author": "puppetlabs",
55
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)