]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
1.6.0 Release Prep
authorJonathan Tripathy <jt@puppetlabs.com>
Tue, 12 May 2015 10:11:20 +0000 (11:11 +0100)
committerJonathan Tripathy <jt@puppetlabs.com>
Tue, 19 May 2015 17:38:51 +0000 (18:38 +0100)
CHANGELOG.md
README.markdown
metadata.json

index be6888ee23c8f69e50f778cfde09e14054d2ee0b..974262fb6569658ac6e9b8a11e74d833c71ff643 100644 (file)
@@ -1,3 +1,22 @@
+##2015-05-19 - Supported Release 1.6.0
+###Summary
+
+This release includes support for TEE, MSS, the time ipt module, Debian 8 support, and a number of test fixes and other improvements.
+
+####Features
+- Add TEE support
+- Add MSS support (including clamp-mss-to-pmtu support)
+- Add support for the time ipt module (-m time)
+- Add support for Debian 8
+- Add support for ICMPv6 types 'neighbour-{solicitation,advertisement}'
+- Add support for ICMPv6 type 'too-big'
+- Add support for new 'match_mark' property
+- Added 'ipv4' and 'ipv6' options to 'proto' property
+
+####Bugfixes
+- Fix for Systemd-based OSes where systemd needs restarted before being able to pick up new services (MODULES-1984)
+- Arch Linux package management fix
+
 ##2015-03-31 - Supported Release 1.5.0
 ###Summary
 
index d271b01f7f8dd55f490a2c7c284d891fc82e6cbb..c42628d5e4edd72e27062f87780247e17e241691 100644 (file)
@@ -824,6 +824,11 @@ when the "Unbreakable" kernel is used. These may function correctly when using
 the stock RedHat kernel instead. Declaring either of these parameters on an
 unsupported system will result in iptable rules failing to apply.
 
+### Debian 8 Support
+
+As Puppet Enterprise itself does not yet support Debian 8, use of this module with Puppet Enterprise under a Debian 8
+system should be regarded as experimental.
+
 ###Other
 
 Bugs can be reported using JIRA issues
index 65099d0f4e9206e5b89d2bf5692fb187452b9316..da9b2971300db529e285edac79cad00d1e5137c4 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-firewall",
-  "version": "1.5.0",
+  "version": "1.6.0",
   "author": "Puppet Labs",
   "summary": "Manages Firewalls such as iptables",
   "license": "Apache-2.0",
@@ -80,6 +80,6 @@
     }
   ],
   "dependencies": [
-
+  
   ]
 }