From 70ac55a04b04bacc4f0285b162bdc88fc8deead0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 6 Dec 2022 19:13:57 +0000 Subject: [PATCH] Release prep v4.0.1 --- CHANGELOG.md | 11 +++++++++++ REFERENCE.md | 9 +++++++-- metadata.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30cd6b1..4630ae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/REFERENCE.md b/REFERENCE.md index d4d9021..352d0a6 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -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` diff --git a/metadata.json b/metadata.json index ea089d1..cc86810 100644 --- a/metadata.json +++ b/metadata.json @@ -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", -- 2.45.2