From: Morgan Haskel Date: Fri, 31 Oct 2014 21:26:18 +0000 (-0700) Subject: 1.2.0 prep X-Git-Tag: 1.2.0^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2ad6bebb9ef554ce782ea5fec6c7b4ba4d1757a1;p=puppet-modules%2Fpuppetlabs-firewall.git 1.2.0 prep --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c3f3e..cc85c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +##2014-11-04 - Supported Release 1.2.0 +###Summary + +This release has a number of new features and bugfixes, including rule inversion, future parser support, improved EL7 support, and the ability to purge ip6tables rules. + +####Features +- Documentation updates! +- Test updates! +- Add ipset support +- Enable rule inversion +- Future parser support +- Improved support for EL7 +- Support netfilter-persistent +- Add support for statistics module +- Add support for mac address source rules +- Add cbt protocol + +####Bugfixes +- Incorrect use of `source => :iptables` in the ip6tables provider was making it impossible to purge ip6tables rules (MODULES-41) +- Don't require `toports` when `jump => 'REDIRECT'` (MODULES-1086) +- Don't limit which chains iniface and outiface parameters can be used in +- Don't fail on rules added with ipsec/strongswan (MODULES-796) + ##2014-07-08 - Supported Release 1.1.3 ###Summary This is a supported release with test coverage enhancements. diff --git a/metadata.json b/metadata.json index eae9ac8..a0ad452 100644 --- a/metadata.json +++ b/metadata.json @@ -1,12 +1,12 @@ { "name": "puppetlabs-firewall", - "version": "1.1.3", + "version": "1.2.0", "author": "Puppet Labs", "summary": "Manages Firewalls such as iptable", "license": "Apache-2.0", "source": "https://github.com/puppetlabs/puppetlabs-firewall", - "project_page": "http://forge.puppetlabs.com/puppetlabs/firewall", - "issues_url": "https://github.com/puppetlabs/puppetlabs-firewall/issues", + "project_page": "http://github.com/puppetlabs/puppetlabs-firewall", + "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", "operatingsystem_support": [ { "operatingsystem": "RedHat",