]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Prepare 1.1.0 release.
authorAshley Penney <ashley.penney@puppetlabs.com>
Tue, 13 May 2014 16:27:15 +0000 (12:27 -0400)
committerAshley Penney <ashley.penney@puppetlabs.com>
Tue, 13 May 2014 16:27:15 +0000 (12:27 -0400)
CHANGELOG.md
Modulefile
metadata.json

index a6c93cfa29e6cbb0ea7141f6a031057716e7e1b5..c04ed775f1278b044b558dfbf38b1324ef0d8f89 100644 (file)
@@ -1,3 +1,38 @@
+## 2014-05-13 Release 1.1.0
+###Summary
+
+This release has a significant change from previous releases; we now apply the
+firewall resources alphabetically by default, removing the need to create pre
+and post classes just to enforce ordering.  It only effects default ordering
+and further information can be found in the README about this.  Please test
+this in development before rolling into production out of an abundance of
+caution.
+
+We've also added `mask` which is required for --recent in recent (no pun
+intended) versions of iptables, as well as connlimit and connmark.  This
+release has been validated against Ubuntu 14.04 and RHEL7 and should be fully
+working on those platforms.
+
+####Features
+
+- Apply firewall resources alphabetically. 
+- Add support for connlimit and connmark.
+- Add `mask` as a parameter. (Used exclusively with the recent parameter).
+
+####Bugfixes
+
+- Add systemd support for RHEL7.
+- Replace &&'s with the correct and in manifests.
+- Fix tests on Trusty and RHEL7
+- Fix for Fedora Rawhide.
+- Fix boolean flag tests.
+- Fix DNAT->SNAT typo in an error message.
+
+####Known Bugs
+
+* For Oracle, the `owner` and `socket` parameters require a workaround to function. Please see the Limitations section of the README.
+
+
 ## 2014-03-04 Supported Release 1.0.2
 ###Summary
 
index 45831729e4e81535bb7426590dc11278ebad697e..56fde2c2ee1af803f3801243beddcf0714f94271 100644 (file)
@@ -1,5 +1,5 @@
 name 'puppetlabs-firewall'
-version '1.0.2'
+version '1.1.0'
 source 'git://github.com/puppetlabs/puppetlabs-firewall.git'
 author 'puppetlabs'
 license 'ASL 2.0'
index f4c45a68f3bb435e0093062a3b5c215ec8194288..8060984919d32002b7806b3121334f012d2c5e6e 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name": "puppetlabs-firewall",
-    "version": "1.0.2",
+    "version": "1.1.0",
     "source": "https://github.com/puppetlabs/puppetlabs-firewall",
     "author": "Puppet Labs",
     "license": "Apache-2.0",