]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Release prep v4.0.1
authorGitHub Action <puppetlabs@users.noreply.github.com>
Tue, 6 Dec 2022 19:13:57 +0000 (19:13 +0000)
committerGitHub Action <puppetlabs@users.noreply.github.com>
Tue, 6 Dec 2022 19:13:57 +0000 (19:13 +0000)
CHANGELOG.md
REFERENCE.md
metadata.json

index 30cd6b19c8a98ed8fc77b429b80039814c3737a1..4630ae66435f22b4d3832aaee5ed1d06a2fd895a 100644 (file)
@@ -2,6 +2,17 @@
 
 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).
 
+## [v4.0.1](https://github.com/puppetlabs/puppetlabs-firewall/tree/v4.0.1) (2022-12-06)
+
+[Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v4.0.0...v4.0.1)
+
+### Fixed
+
+- \(GH-1097\) Bumping back required puppet version [\#1098](https://github.com/puppetlabs/puppetlabs-firewall/pull/1098) ([LukasAud](https://github.com/LukasAud))
+- support --nflog-size as replacement for --nflog-range [\#1096](https://github.com/puppetlabs/puppetlabs-firewall/pull/1096) ([kjetilho](https://github.com/kjetilho))
+- \(1093\) - Fix unresolved fact error [\#1094](https://github.com/puppetlabs/puppetlabs-firewall/pull/1094) ([jordanbreen28](https://github.com/jordanbreen28))
+- package "iptables" has been replaced by "iptables-nft" on EL9 [\#1085](https://github.com/puppetlabs/puppetlabs-firewall/pull/1085) ([kjetilho](https://github.com/kjetilho))
+
 ## [v4.0.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v4.0.0) (2022-11-22)
 
 [Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v3.6.0...v4.0.0)
index d4d90217d14e415879df225556ef1d432d278a7a..352d0a694dda825cc2aabb99ae2d73668b8210e4 100644 (file)
@@ -207,7 +207,7 @@ installed.
 
   * nflog_prefix: The ability to set a prefix for nflog messages.
 
-  * nflog_range: The ability to set nflog_range.
+  * nflog_size: Set the max size of a message to send to nflog.
 
   * nflog_threshold: The ability to set nflog_threshold.
 
@@ -914,9 +914,14 @@ useful for distinguishing messages in the logs.
 
 ##### `nflog_range`
 
+Used with the jump target NFLOG.
+This has never worked, use nflog_size instead.
+
+##### `nflog_size`
+
 Used with the jump target NFLOG.
 The number of bytes to be copied to userspace (only applicable for nfnetlink_log).
-nfnetlink_log instances may specify their own range, this option overrides it.
+nfnetlink_log instances may specify their own size, this option overrides it.
 
 ##### `nflog_threshold`
 
index ea089d146a4fb95900e9c9b9263693867a18019b..cc8681073f567cbfd9f909cfa1be65063471fe14 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "puppetlabs-firewall",
-  "version": "4.0.0",
+  "version": "4.0.1",
   "author": "puppetlabs",
   "summary": "Manages Firewalls such as iptables",
   "license": "Apache-2.0",