From: Wilson McCoubrey Date: Tue, 3 Jan 2017 17:39:18 +0000 (+0000) Subject: Prep for supported release 1.8.2 X-Git-Tag: 1.8.2~2^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c5d46ab82fdad7aad56e4aef9a4e8e89650c3c3a;p=puppet-modules%2Fpuppetlabs-firewall.git Prep for supported release 1.8.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index cde8f84..17057bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/metadata.json b/metadata.json index 41a9750..188a5e2 100644 --- a/metadata.json +++ b/metadata.json @@ -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" ] }, { @@ -70,13 +71,9 @@ } ], "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": [