From 4be1f005d4a38bda8babecb07620f96623462218 Mon Sep 17 00:00:00 2001 From: Auto-release Date: Mon, 14 Dec 2020 09:43:27 +0000 Subject: [PATCH] Release version 2.8.0 --- CHANGELOG.md | 14 +++++++++++++- REFERENCE.md | 6 ++++++ metadata.json | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d05ff7..1f96956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/REFERENCE.md b/REFERENCE.md index bd2991f..8837cca 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -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+$}` diff --git a/metadata.json b/metadata.json index 12c6c25..944a999 100644 --- a/metadata.json +++ b/metadata.json @@ -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 +} -- 2.45.2