]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Release preparation for version 2.1.0
authorDaniel Carabas <daniel.carabas@puppet.com>
Tue, 24 Sep 2019 09:38:13 +0000 (12:38 +0300)
committerDaniel Carabas <daniel.carabas@puppet.com>
Tue, 24 Sep 2019 09:38:13 +0000 (12:38 +0300)
CHANGELOG.md
REFERENCE.md
metadata.json

index 4950e2311e15aca3fc83e450b8e4f6d2fbb673e2..bef9f3d343cd46c636091ce533efb590c970fd2b 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.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)
index 658305724115b5a1802e45429c58de132d09ee95..b510e3b120e95a246126e14c85b34347975418d8 100644 (file)
@@ -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`
index 5bc4ce9112b46d5bf5fd9e2231b33b819bab64c5..831b924845b96861d7bfd4f74b8c93ebbedeb80b 100644 (file)
@@ -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",