]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
1.3.0 prep
authorMorgan Haskel <morgan@puppetlabs.com>
Tue, 16 Dec 2014 22:05:54 +0000 (14:05 -0800)
committerMorgan Haskel <morgan@puppetlabs.com>
Tue, 16 Dec 2014 22:05:54 +0000 (14:05 -0800)
CHANGELOG.md
metadata.json

index cc85c88c05f9bb01cc7c380ad94944299c266ef8..7ff2a275d83d0da991eaee100085db0b55fdffd8 100644 (file)
@@ -1,3 +1,18 @@
+##2014-12-16 - Supported Release 1.3.0
+###Summary
+
+This release includes a number of bugfixes and features, including fixing `tcp_flags` support, and added support for interface aliases, negation for iniface and outiface, and extra configurability for packages and service names.
+
+####Features
+- Add support for interface aliases (eth0:0) (MODULES-1469)
+- Add negation for iniface, outiface (MODULES-1470)
+- Make package and service names configurable (MODULES-1309)
+
+####Bugfixes
+- Fix test regexes for EL5 (MODULES-1565)
+- Fix `tcp_flags` support for ip6tables (MODULES-556)
+- Don't arbitrarily limit `set_mark` for certain chains
+
 ##2014-11-04 - Supported Release 1.2.0
 ###Summary
 
index 138af49d6a1b98892a6629378e258a7fc454f9af..ebc11a32e9744e42ae496f59a157bba3b7ee73aa 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-firewall",
-  "version": "1.2.0",
+  "version": "1.3.0",
   "author": "Puppet Labs",
   "summary": "Manages Firewalls such as iptable",
   "license": "Apache-2.0",