From 8dd201b9f3349bfc9fb342ab4e6970e4d67fd3c8 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 13 May 2025 13:47:35 +0200 Subject: [PATCH] update release notes from v1.14.1 Signed-off-by: Paul Holzinger --- RELEASE_NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c695316..dc8c177 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Release Notes +## v1.14.1 + +* Fixed an issue where the Makefile did not install the `netavark-firewalld(7)` man page. ([#1179](https://github.com/containers/netavark/issues/1179)) +* Fixed the detection of Firewalld's StrictForwardPorts property. +* Upstream tests no longer check for the commit sha in the version output by default so downstream tests on packaged versions without the commit info can pass. + ## v1.14.0 * bridge: Add support for a new option called `mode`. When set to `unmanaged` only the veth pair and ip addresses are setup. The bridge must exist and no firewall or sysctl setting will be configured in this mode. ([#1090](https://github.com/containers/netavark/issues/1090))