firewalld 0.6.6 release
A new release of firewalld, version 0.6.6, is available.
This is a bug fix only release. It is also the final release for this stable branch.
- fix: src/tests/Makefile: distclean should clean atconfig
- tests/functions: increase firewalld debug level
- fix: test: use debug output based on autotest variable
- chore: doc: update authors
- fix: failure to load modules no longer fatal
- fix: don’t probe for available kernel modules
- fix: build: distribute testsuite
- fix: tests: convert nftables fib checks to runtime
- fix: tests: convert probe of nft numeric args to runtime
- fix: tests: convert ip6tables checks to runtime
- fix: tests: convert host ipv6 checks to runtime
- chore: tests: rename IF_IPV6_SUPPORTED to IF_HOST_SUPPORTS_IPV6_RULES
- fix: test: CHECK_NAT_COEXISTENCE: only check for kernel version
- fix: test: direct passthrough: no need to check for dummy module
- fix: test/functions: FWD_END_TEST: improve grep for errors/warnings
Source available here:
- Tarball: firewalld-0.6.6.tar.gz
- SHA256: 24121326220a9508ac13b1bfc4f6702a8c75fe0dc295c345d7424fa2b64634f7
- Complete changelog on github: 0.6.5 to 0.6.6
firewalld 0.8.1 release
A new release of firewalld, version 0.8.1, is available.
This is a big fix only release.
- fix: CLI: service: also output helpers for service info
- fix: reload: let NM interface assignments override permanent config
- tests: support running in containers, “make check-container”
- tests: add integration tests, e.g. network-manager
Source available here:
- Tarball: firewalld-0.8.1.tar.gz
- SHA256: ae21e813e1a185335603fdd02a6df386ae0574f54b44a6f7d75b08c7ae30843b
- Complete changelog on github: 0.8.0 to 0.8.1
firewalld 0.8.0 release
A new release of firewalld, version 0.8.0, is available.
This is a feature release. It also includes all bug fixes since v0.7.0.
New features:
- nftables: convert to libnftables JSON interface
This completely converts firewalld to using the libnftables JSON interface.
Firewalld no longer makes calls to the
nft
binary. It drastically improves rule application times and reliability by applying rules in large transactions. - service: new “helper” element to replace “module” More accurately represents the conntrack helper. Deprecates “module”.
- allow custom helpers using standard helper modules (rhbz 1733066)
- testsuite is now shipped in the dist tarball
Statistics since v0.7.0:
- 100 commits
- 74 files changed, 3593 insertions(+), 2163 deletions(-)
Source available here:
- Tarball: firewalld-0.8.0.tar.gz
- SHA256: a1835af972b0f3b6053ae6d8c63e24515d29de151f41b466ac0fd954cab60f1b
- Complete changelog on github: 0.7.0 to 0.8.0
firewalld 0.6.5 release
A new release of firewalld, version 0.6.5, is available.
This is a bug fix only release.
- fix: do not allow zone drifting
- fix: test/regression/gh258: add missing keyword for rhbz 1713823
- fix: rich rule destination with services
- fix: test/regression/pr323: skip if GRE module doesn’t exist
- fix: direct: removeRules() was mistakenly removing all rules
- Revert “fix: ipXtables: using “mangle” in zone not dependent on “nat””
- fix: guarantee zone source dispatch is sorted by zone name
- fix: nftables: fix zone dispatch using ipset sources in nat chains
- doc: add –default-config and –system-config
- fix: –add-masquerade should only affect ipv4
- fix: nftables: –forward-ports should only affect IPv4
- fix: direct: removeRules() not removing all rules in chain
- fix: allow custom helpers using standard helper modules
- fix: service: usage of helpers with ‘-‘ in name
- fix: Revert “ebtables: drop support for broute table”
- fix: ebtables: don’t use tables that aren’t available
- Change-interface can accept permanent option
Source available here:
- Tarball: firewalld-0.6.5.tar.gz
- SHA256: a2bbec0d8fed3bfc186f1ccc6b543dd94106f8cd431dd56a635272e431f54b91
- Complete changelog on github: 0.6.4 to 0.6.5
firewalld 0.7.2 release
A new release of firewalld, version 0.7.2, is available.
This is a bug fix only release.
- fix: direct: removeRules() was mistakenly removing all rules
- fix: guarantee zone source dispatch is sorted by zone name
- fix: nftables: fix zone dispatch using ipset sources in nat chains
- doc: add –default-config and –system-config
- fix: –add-masquerade should only affect ipv4
- fix: nftables: –forward-ports should only affect IPv4
- fix: direct: removeRules() not removing all rules in chain
- dbus: service: fix service includes individual APIs
- fix: allow custom helpers using standard helper modules
- fix: service: usage of helpers with ‘-‘ in name
- fix: Revert “ebtables: drop support for broute table”
- fix: ebtables: don’t use tables that aren’t available
- fix: fw: initialize _rfc3964_ipv4
Source available here:
- Tarball: firewalld-0.7.2.tar.gz
- SHA256: fbd1b72b3c4b4d0c20659f664b2ba36175364ffbb9cebf3bdfaf9b5e6983be77
- Complete changelog on github: 0.7.1 to 0.7.2