Skip to content

Commit

Permalink
prep work for 4.7.0
Browse files Browse the repository at this point in the history
add new improvements

puppet4 changes for testing
  • Loading branch information
tphoney committed Jul 15, 2015
1 parent a022441 commit 14709d6
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,32 @@
##2015-06-22 - Supported Release 4.7.0
###Summary

Adds Solaris 12 support along with improved Puppet 4 support. There are significant test improvements, and some minor fixes.

####Features
- Add support for Solaris 12

####Bugfixes
- Fix for AIO Puppet 4
- Fix time for ruby 1.8.7
- Specify rspec-puppet version
- range() fix for typeerror and missing functionality
- Fix pw_hash() on JRuby < 1.7.17
- fqdn_rand_string: fix argument error message
- catch and rescue from looking up non-existent facts
- Use puppet_install_helper, for Puppet 4

####Improvements
- Enforce support for Puppet 4 testing
- fqdn_rotate/fqdn_rand_string acceptance tests and implementation
- Simplify mac address regex
- validate_integer, validate_numeric: explicitely reject hashes in arrays
- Readme edits
- Remove all the pops stuff for rspec-puppet
- Sync via modulesync
- Add validate_slength optional 3rd arg

This comment has been minimized.

Copy link
@alexjfisher

alexjfisher Sep 2, 2015

Collaborator

IIRC, this was just a fix to the documentation. The 3rd argument had always been there.

- Move tests directory to examples directory

##2015-04-14 - Supported Release 4.6.0
###Summary

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-stdlib",
"version": "4.6.0",
"version": "4.7.0",
"author": "puppetlabs",
"summary": "Standard library of resources for Puppet modules.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 14709d6

Please sign in to comment.