From: Jonathan Tripathy Date: Mon, 27 Jul 2015 14:55:54 +0000 (+0100) Subject: Release 1.7.0 Prep X-Git-Tag: 1.7.0^0 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=9911c30731cf5b6c9f7b3b025a54c3fa5f82143d;p=puppet-modules%2Fpuppetlabs-firewall.git Release 1.7.0 Prep --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 974262f..a045a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +##2015-07-28 - Supported Release 1.7.0 +###Summary + +This release includes numerous features, bugfixes and other improvements including Puppet 4 & PE 2015.2 support as well as ClusterIP and DSCP jump target support. + +####Features +- Puppet 4 and PE 2015.2 official support +- ClusterIP jump target (including options) now supported +- DSCP jump target (including options) now supported +- SLES 10 now compatible (but not supported) + +####Bugfixes +- (MODULES-1967) Parse escape sequences from iptables +- (MODULES-1592) Allow src_type and dst_type prefixed with '!' to pass validation +- (MODULES-2186) - iptables rules with -A in comment now supported +- (MODULES-1976) Revise rule name validation for ruby 1.9 +- Fix installation hang on Debian Jessie +- Fix for physdev idempotency on EL5 + +####Improvements +- Documentation improvements +- Enforce the seluser on selinux systems +- All the relevent services are now autorequired by the firewall and firewallchain types +- Replace Facter.fact().value() calls with Facter.value() to support Facter 3 + ##2015-05-19 - Supported Release 1.6.0 ###Summary diff --git a/metadata.json b/metadata.json index da9b297..9762723 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-firewall", - "version": "1.6.0", + "version": "1.7.0", "author": "Puppet Labs", "summary": "Manages Firewalls such as iptables", "license": "Apache-2.0", @@ -72,11 +72,11 @@ "requirements": [ { "name": "pe", - "version_requirement": "3.x" + "version_requirement": ">= 3.0.0 < 2015.3.0" }, { "name": "puppet", - "version_requirement": "3.x" + "version_requirement": ">= 3.0.0 < 5.0.0" } ], "dependencies": [