Skip to content

Commit 5f7ef1f

Browse files
Merge pull request #1099 from puppetlabs/release-prep
Release prep v4.0.1
2 parents f0bde88 + 70ac55a commit 5f7ef1f

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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).
44

5+
## [v4.0.1](https://github.com/puppetlabs/puppetlabs-firewall/tree/v4.0.1) (2022-12-06)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v4.0.0...v4.0.1)
8+
9+
### Fixed
10+
11+
- \(GH-1097\) Bumping back required puppet version [\#1098](https://github.com/puppetlabs/puppetlabs-firewall/pull/1098) ([LukasAud](https://github.com/LukasAud))
12+
- support --nflog-size as replacement for --nflog-range [\#1096](https://github.com/puppetlabs/puppetlabs-firewall/pull/1096) ([kjetilho](https://github.com/kjetilho))
13+
- \(1093\) - Fix unresolved fact error [\#1094](https://github.com/puppetlabs/puppetlabs-firewall/pull/1094) ([jordanbreen28](https://github.com/jordanbreen28))
14+
- package "iptables" has been replaced by "iptables-nft" on EL9 [\#1085](https://github.com/puppetlabs/puppetlabs-firewall/pull/1085) ([kjetilho](https://github.com/kjetilho))
15+
516
## [v4.0.0](https://github.com/puppetlabs/puppetlabs-firewall/tree/v4.0.0) (2022-11-22)
617

718
[Full Changelog](https://github.com/puppetlabs/puppetlabs-firewall/compare/v3.6.0...v4.0.0)

REFERENCE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ installed.
207207

208208
* nflog_prefix: The ability to set a prefix for nflog messages.
209209

210-
* nflog_range: The ability to set nflog_range.
210+
* nflog_size: Set the max size of a message to send to nflog.
211211

212212
* nflog_threshold: The ability to set nflog_threshold.
213213

@@ -914,9 +914,14 @@ useful for distinguishing messages in the logs.
914914

915915
##### `nflog_range`
916916

917+
Used with the jump target NFLOG.
918+
This has never worked, use nflog_size instead.
919+
920+
##### `nflog_size`
921+
917922
Used with the jump target NFLOG.
918923
The number of bytes to be copied to userspace (only applicable for nfnetlink_log).
919-
nfnetlink_log instances may specify their own range, this option overrides it.
924+
nfnetlink_log instances may specify their own size, this option overrides it.
920925

921926
##### `nflog_threshold`
922927

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-firewall",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"author": "puppetlabs",
55
"summary": "Manages Firewalls such as iptables",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)