]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
(MODULES-4891) release prep for 1.9.0
authorEric Putnam <putnam.eric@gmail.com>
Tue, 16 May 2017 21:02:47 +0000 (14:02 -0700)
committerEric Putnam <putnam.eric@gmail.com>
Tue, 16 May 2017 21:32:17 +0000 (14:32 -0700)
CHANGELOG.md
metadata.json

index 17057bc7783f380fb32d1819917e1e3386390fc9..b6735a5678528a6418634178660089b443e23502 100644 (file)
@@ -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.
index fbc54cb18f2ffd0653339cca72b72140f78602a0..c9f10cc06762f1ac734c9d07f2d3857f62e16fe9 100644 (file)
@@ -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",
     {
       "operatingsystem": "Ubuntu",
       "operatingsystemrelease": [
-        "10.04",
-        "12.04",
         "14.04",
-        "16.04"        
+        "16.04"
       ]
     },
     {