Skip to content

Commit 1282649

Browse files
committed
Merge pull request puppetlabs#481 from tphoney/release_4.7.0
prep work for 4.7.0
2 parents a022441 + 14709d6 commit 1282649

7 files changed

+30
-1
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
##2015-06-22 - Supported Release 4.7.0
2+
###Summary
3+
4+
Adds Solaris 12 support along with improved Puppet 4 support. There are significant test improvements, and some minor fixes.
5+
6+
####Features
7+
- Add support for Solaris 12
8+
9+
####Bugfixes
10+
- Fix for AIO Puppet 4
11+
- Fix time for ruby 1.8.7
12+
- Specify rspec-puppet version
13+
- range() fix for typeerror and missing functionality
14+
- Fix pw_hash() on JRuby < 1.7.17
15+
- fqdn_rand_string: fix argument error message
16+
- catch and rescue from looking up non-existent facts
17+
- Use puppet_install_helper, for Puppet 4
18+
19+
####Improvements
20+
- Enforce support for Puppet 4 testing
21+
- fqdn_rotate/fqdn_rand_string acceptance tests and implementation
22+
- Simplify mac address regex
23+
- validate_integer, validate_numeric: explicitely reject hashes in arrays
24+
- Readme edits
25+
- Remove all the pops stuff for rspec-puppet
26+
- Sync via modulesync
27+
- Add validate_slength optional 3rd arg
28+
- Move tests directory to examples directory
29+
130
##2015-04-14 - Supported Release 4.6.0
231
###Summary
332

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

metadata.json

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

0 commit comments

Comments
 (0)