From 4986cefa72ceccef4f4f9e83b53130a128ec86ac Mon Sep 17 00:00:00 2001 From: Jonathan Tripathy Date: Tue, 12 May 2015 11:11:20 +0100 Subject: [PATCH] 1.6.0 Release Prep --- CHANGELOG.md | 19 +++++++++++++++++++ README.markdown | 5 +++++ metadata.json | 4 ++-- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be6888e..974262f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.markdown b/README.markdown index d271b01..c42628d 100644 --- a/README.markdown +++ b/README.markdown @@ -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 diff --git a/metadata.json b/metadata.json index 65099d0..da9b297 100644 --- a/metadata.json +++ b/metadata.json @@ -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": [ - + ] } -- 2.45.2