]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Prep for supported release 1.8.2
authorWilson McCoubrey <wilson@puppet.com>
Tue, 3 Jan 2017 17:39:18 +0000 (17:39 +0000)
committerWilson McCoubrey <wilson@puppet.com>
Wed, 4 Jan 2017 14:23:44 +0000 (14:23 +0000)
CHANGELOG.md
metadata.json

index cde8f84c454b58791bd9799c9717bc0a7565b7e7..17057bc7783f380fb32d1819917e1e3386390fc9 100644 (file)
@@ -1,3 +1,19 @@
+## Supported Release 1.8.2
+### Summary
+This release includes numerous features and bugfixes, See below.
+
+#### Bugfixes
+- Fixing issue with double quotes being removed when part of the rule comment
+- Add the --wait flag to the insert/update/delete iptables actions to prevent failures from occuring when iptables is running outside of puppet for iptables >= 1.4.20
+- Fix iptables_version and ip6tables_version facts not returning the version
+
+#### Features
+- Support for multiple IP sets in a single rule
+- Implement queue_bypass and queue_num parameters for NFQUEUE jump target
+- Tighten SELinux permissions on persistent files
+- RHEL7 SELinux support for puppet 3
+- Manage ip6tables service for Redhat Family
+
 ## Supported Release 1.8.1
 ### Summary
 This release documents an important issue with mcollective that may impact users of the firewall module. Workarounds are suggested as part of this advisory until mcollective can be patched.
index 41a9750b42a0779bebc479263ec5f1a59d192a06..188a5e23f47e35f84b1fa2deb5b46d164b86d062 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-firewall",
-  "version": "1.8.1",
+  "version": "1.8.2",
   "author": "Puppet Labs",
   "summary": "Manages Firewalls such as iptables",
   "license": "Apache-2.0",
@@ -59,7 +59,8 @@
       "operatingsystemrelease": [
         "10.04",
         "12.04",
-        "14.04"
+        "14.04",
+        "16.04"        
       ]
     },
     {
     }
   ],
   "requirements": [
-    {
-      "name": "pe",
-      "version_requirement": ">= 3.0.0 < 2015.4.0"
-    },
     {
       "name": "puppet",
-      "version_requirement": ">= 3.5.0 < 5.0.0"
+      "version_requirement": ">= 4.0.0 < 5.0.0"
     }
   ],
   "dependencies": [