Release version 2.8.0
authorAuto-release <team-modules@puppet.com>
Mon, 14 Dec 2020 09:43:27 +0000 (09:43 +0000)
committerAuto-release <team-modules@puppet.com>
Mon, 14 Dec 2020 09:43:27 +0000 (09:43 +0000)
CHANGELOG.md
REFERENCE.md
metadata.json

index 8d05ff7222800de573f2c70a86b5b249437bbdce..1f96956406b466b107f42d0f8b7846c8f8f15913 100644 (file)
@@ -2,6 +2,19 @@
 
 All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
 
+## [v2.8.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v2.8.0) (2020-12-14)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v2.7.0...v2.8.0)
+
+### Added
+
+- pdksync - \(feat\) - Add support for Puppet 7 [\#959](https://github.com/puppetlabs/puppetlabs-firewall/pull/959) ([daianamezdrea](https://github.com/daianamezdrea))
+- \(IAC-966\) - MODULES-10522: Add support for the --condition parameter [\#941](https://github.com/puppetlabs/puppetlabs-firewall/pull/941) ([adrianiurca](https://github.com/adrianiurca))
+
+### Fixed
+
+- Restore copyright names [\#951](https://github.com/puppetlabs/puppetlabs-firewall/pull/951) ([hunner](https://github.com/hunner))
+
 ## [v2.7.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v2.7.0) (2020-10-15)
 
 [Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v2.6.0...v2.7.0)
@@ -152,7 +165,6 @@ All notable changes to this project will be documented in this file. The format
 - Changed regex for iniface and outiface to allow '@' in interface names [\#791](https://github.com/puppetlabs/puppetlabs-firewall/pull/791) ([GeorgeCox](https://github.com/GeorgeCox))
 - \(MODULES-8214\) Handle src\_type and dst\_type as array [\#790](https://github.com/puppetlabs/puppetlabs-firewall/pull/790) ([mateusz-gozdek-sociomantic](https://github.com/mateusz-gozdek-sociomantic))
 - \(MODULES-7990\) Merge multiple comments into one while parsing rules [\#789](https://github.com/puppetlabs/puppetlabs-firewall/pull/789) ([mateusz-gozdek-sociomantic](https://github.com/mateusz-gozdek-sociomantic))
-- add -g flag handling in ip6tables.rb provider [\#788](https://github.com/puppetlabs/puppetlabs-firewall/pull/788) ([cestith](https://github.com/cestith))
 - \(MODULES-7681\) Add support for bytecode property [\#771](https://github.com/puppetlabs/puppetlabs-firewall/pull/771) ([baurmatt](https://github.com/baurmatt))
 
 ### Fixed
index bd2991fc7c523942590755d6e69dc6a43804fcb0..8837ccab87ce46e3ee9d2b4e327d34aabe0d2250 100644 (file)
@@ -147,6 +147,8 @@ installed.
 
   * clusterip: Configure a simple cluster of nodes that share a certain IP and MAC address without an explicit load balancer in front of them.
 
+  * condition: Match if a specific condition variable is (un)set (requires xtables-addons)
+
   * connection_limiting: Connection limiting features.
 
   * conntrack: Connection tracking features.
@@ -335,6 +337,10 @@ Valid values: `%r{\d+}`
 Used with the CLUSTERIP jump target.
 Number of total nodes within this cluster.
 
+##### `condition`
+
+Match on boolean value (0/1) stored in /proc/net/nf_condition/name.
+
 ##### `connlimit_above`
 
 Valid values: `%r{^\d+$}`
index 12c6c25304f101616ebd570301fe0771209c73d9..944a999148ad3499d89f34a23cd010760ea54942 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-firewall",
-  "version": "2.7.0",
+  "version": "2.8.0",
   "author": "puppetlabs",
   "summary": "Manages Firewalls such as iptables",
   "license": "Apache-2.0",
@@ -81,4 +81,4 @@
   "template-url": "https://github.com/puppetlabs/pdk-templates#main",
   "template-ref": "heads/main-0-g62126e1",
   "pdk-version": "1.18.1"
-}
\ No newline at end of file
+}