From: Eric Putnam Date: Tue, 16 May 2017 21:02:47 +0000 (-0700) Subject: (MODULES-4891) release prep for 1.9.0 X-Git-Tag: 1.9.0~1^2~1 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=585d2cb832f4e8d35a4a13c322616f5f1001eb07;p=puppet-modules%2Fpuppetlabs-firewall.git (MODULES-4891) release prep for 1.9.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 17057bc..b6735a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## Supported Release 1.8.3 +### Summary +This release includes several bugfixes and NFLOG support. + +#### Added +- Support for NFLOG including the `NFLOG` jump target and four commandline options ([FM-4896](https://tickets.puppetlabs.com/browse/FM-4896)) +- Support for the geoip module ([MODULES-4279](https://tickets.puppetlabs.com/browse/MODULES-4279)) +- Management of the ebtables package + +#### Fixed +- iptables parser fails with "Invalid address from IPAddr.new: -m" ([MODULES-4234](https://tickets.puppetlabs.com/browse/MODULES-4234)) +- selinux context for iptables configuration +- Replace Puppet.version.to_f with Puppet::Util::Package.versioncmp ( [MODULES-4528](https://tickets.puppetlabs.com/browse/MODULES-4528)) + ## Supported Release 1.8.2 ### Summary This release includes numerous features and bugfixes, See below. diff --git a/metadata.json b/metadata.json index fbc54cb..c9f10cc 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-firewall", - "version": "1.8.2", + "version": "1.8.3", "author": "Puppet Labs", "summary": "Manages Firewalls such as iptables", "license": "Apache-2.0", @@ -57,10 +57,8 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "10.04", - "12.04", "14.04", - "16.04" + "16.04" ] }, {