diff options
author | David Schmitt <david.schmitt@puppetlabs.com> | 2015-07-15 14:12:46 +0100 |
---|---|---|
committer | David Schmitt <david.schmitt@puppetlabs.com> | 2015-07-15 14:12:46 +0100 |
commit | 1282649b91b482dd547b674f4d52af166a5eab69 (patch) | |
tree | 5b7c77e9913a0447c3ad648afcb386cc54a7222e | |
parent | a0224412893d39463a4fde82887312b279f83e1b (diff) | |
parent | 14709d625b840da1919b5cd8933b73fb771e547b (diff) | |
download | puppet-stdlib-1282649b91b482dd547b674f4d52af166a5eab69.tar.gz puppet-stdlib-1282649b91b482dd547b674f4d52af166a5eab69.tar.bz2 |
Merge pull request #481 from tphoney/release_4.7.0
prep work for 4.7.0
-rw-r--r-- | CHANGELOG.md | 29 | ||||
-rw-r--r-- | examples/file_line.pp (renamed from tests/file_line.pp) | 0 | ||||
-rw-r--r-- | examples/has_interface_with.pp (renamed from tests/has_interface_with.pp) | 0 | ||||
-rw-r--r-- | examples/has_ip_address.pp (renamed from tests/has_ip_address.pp) | 0 | ||||
-rw-r--r-- | examples/has_ip_network.pp (renamed from tests/has_ip_network.pp) | 0 | ||||
-rw-r--r-- | examples/init.pp (renamed from tests/init.pp) | 0 | ||||
-rw-r--r-- | metadata.json | 2 |
7 files changed, 30 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c33314..7343cef 100644 --- a/CHANGELOG.md +++ b/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 +- Move tests directory to examples directory + ##2015-04-14 - Supported Release 4.6.0 ###Summary diff --git a/tests/file_line.pp b/examples/file_line.pp index eea693e..eea693e 100644 --- a/tests/file_line.pp +++ b/examples/file_line.pp diff --git a/tests/has_interface_with.pp b/examples/has_interface_with.pp index e1f1353..e1f1353 100644 --- a/tests/has_interface_with.pp +++ b/examples/has_interface_with.pp diff --git a/tests/has_ip_address.pp b/examples/has_ip_address.pp index 8429a88..8429a88 100644 --- a/tests/has_ip_address.pp +++ b/examples/has_ip_address.pp diff --git a/tests/has_ip_network.pp b/examples/has_ip_network.pp index a15d8c0..a15d8c0 100644 --- a/tests/has_ip_network.pp +++ b/examples/has_ip_network.pp diff --git a/tests/init.pp b/examples/init.pp index 9675d83..9675d83 100644 --- a/tests/init.pp +++ b/examples/init.pp diff --git a/metadata.json b/metadata.json index 3254497..5c20ade 100644 --- a/metadata.json +++ b/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", |