]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Release 1.7.0 Prep 1.7.0
authorJonathan Tripathy <jt@puppetlabs.com>
Mon, 27 Jul 2015 14:55:54 +0000 (15:55 +0100)
committerJonathan Tripathy <jt@puppetlabs.com>
Mon, 27 Jul 2015 15:08:26 +0000 (16:08 +0100)
CHANGELOG.md
metadata.json

index 974262fb6569658ac6e9b8a11e74d833c71ff643..a045a3a4eba6a2eceafb653ec221f3ca9decebe3 100644 (file)
@@ -1,3 +1,28 @@
+##2015-07-28 - Supported Release 1.7.0
+###Summary
+
+This release includes numerous features, bugfixes and other improvements including Puppet 4 & PE 2015.2 support as well as ClusterIP and DSCP jump target support.
+
+####Features
+- Puppet 4 and PE 2015.2 official support
+- ClusterIP jump target (including options) now supported
+- DSCP jump target (including options) now supported
+- SLES 10 now compatible (but not supported)
+
+####Bugfixes
+- (MODULES-1967) Parse escape sequences from iptables
+- (MODULES-1592) Allow src_type and dst_type prefixed with '!' to pass validation
+- (MODULES-2186) - iptables rules with -A in comment now supported
+- (MODULES-1976) Revise rule name validation for ruby 1.9
+- Fix installation hang on Debian Jessie
+- Fix for physdev idempotency on EL5
+
+####Improvements
+- Documentation improvements
+- Enforce the seluser on selinux systems
+- All the relevent services are now autorequired by the firewall and firewallchain types
+- Replace Facter.fact().value() calls with Facter.value() to support Facter 3
+
 ##2015-05-19 - Supported Release 1.6.0
 ###Summary
 
index da9b2971300db529e285edac79cad00d1e5137c4..97627232a6db6a5a6895be4d2724bc4f3db4f50a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-firewall",
-  "version": "1.6.0",
+  "version": "1.7.0",
   "author": "Puppet Labs",
   "summary": "Manages Firewalls such as iptables",
   "license": "Apache-2.0",
   "requirements": [
     {
       "name": "pe",
-      "version_requirement": "3.x"
+      "version_requirement": ">= 3.0.0 < 2015.3.0"
     },
     {
       "name": "puppet",
-      "version_requirement": "3.x"
+      "version_requirement": ">= 3.0.0 < 5.0.0"
     }
   ],
   "dependencies": [