]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
prep work for 4.7.0
authortphoney <tp@puppetlabs.com>
Thu, 9 Jul 2015 14:13:00 +0000 (15:13 +0100)
committertphoney <tp@puppetlabs.com>
Wed, 15 Jul 2015 13:06:34 +0000 (14:06 +0100)
add new improvements

puppet4 changes for testing

CHANGELOG.md
examples/file_line.pp [moved from tests/file_line.pp with 100% similarity]
examples/has_interface_with.pp [moved from tests/has_interface_with.pp with 100% similarity]
examples/has_ip_address.pp [moved from tests/has_ip_address.pp with 100% similarity]
examples/has_ip_network.pp [moved from tests/has_ip_network.pp with 100% similarity]
examples/init.pp [moved from tests/init.pp with 100% similarity]
metadata.json

index 7c33314609f208fad3944a0d29b53e7f346af7da..7343ceffe0a00c905aec0e8498162251a27d8a46 100644 (file)
@@ -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
 
similarity index 100%
rename from tests/file_line.pp
rename to examples/file_line.pp
similarity index 100%
rename from tests/init.pp
rename to examples/init.pp
index 3254497f96e4738c121c8c5a273a02bfb7806bfc..5c20ade2f8357dc887672b7594dfe278b3770195 100644 (file)
@@ -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",