From c4d2fec970e62d99c2384c0011121cd7b391a6df Mon Sep 17 00:00:00 2001 From: Daniel Carabas Date: Tue, 24 Sep 2019 12:38:13 +0300 Subject: [PATCH] Release preparation for version 2.1.0 --- CHANGELOG.md | 13 +++++++++++++ REFERENCE.md | 4 ++-- metadata.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4950e23..bef9f3d 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.1.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v2.1.0) (2019-09-24) + +[Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v2.0.0...v2.1.0) + +### Added + +- \(MODULES-6136\) Add zone property of CT target. [\#852](https://github.com/puppetlabs/puppetlabs-firewall/pull/852) ([rwf14f](https://github.com/rwf14f)) +- \(FM-8025\) Add RedHat 8 support [\#847](https://github.com/puppetlabs/puppetlabs-firewall/pull/847) ([eimlav](https://github.com/eimlav)) + +### Fixed + +- MODULES-9801 - fix negated physdev [\#858](https://github.com/puppetlabs/puppetlabs-firewall/pull/858) ([lionce](https://github.com/lionce)) + ## [v2.0.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v2.0.0) (2019-05-14) [Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/1.15.3...v2.0.0) diff --git a/REFERENCE.md b/REFERENCE.md index 6583057..b510e3b 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -492,7 +492,7 @@ The value for the iptables --jump parameter. Normal values are: But any valid chain name is allowed. -For the values ACCEPT, DROP and REJECT you must use the generic +For the values ACCEPT, DROP, and REJECT, you must use the generic 'action' parameter. This is to enfore the use of generic parameters where possible for maximum cross-platform modelling. @@ -559,7 +559,7 @@ this boolean will enable randomized port mapping. ##### `reject` -When combined with jump => "REJECT" you can specify a different icmp +When combined with action => "REJECT" you can specify a different icmp response to be sent back to the packet sender. ##### `log_level` diff --git a/metadata.json b/metadata.json index 5bc4ce9..831b924 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-firewall", - "version": "2.0.0", + "version": "2.1.0", "author": "puppetlabs", "summary": "Manages Firewalls such as iptables", "license": "Apache-2.0", -- 2.45.2