From 35e1f235a5aef94e6e6321b882f298ea94a9bfe2 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 12 Nov 2025 13:28:34 +0100 Subject: [PATCH] release notes for v1.17.0 Signed-off-by: Paul Holzinger --- RELEASE_NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9933f70..bfb6bd1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,14 @@ # Release Notes +## v1.17.0 + +* The dhcp proxy now sends DHCPRELEASE on container teardown. ([#1271](https://github.com/containers/netavark/issues/1271)) +* The bridge driver now correctly supports aardvark-dns in unmanaged mode and binds to the host interface ip addresses instead of the gateway. ([#1177](https://github.com/containers/netavark/issues/1177) +* A new `firewall-reload` command has been added. This command reloads the netavark firewall configuration when executed then exits right away. This is useful to run after the host firewall got flushed to then restore connectivity for the containers without having to restart them. ([#1258](https://github.com/containers/netavark/issues/1258)) +* The MSRV has been bumped to v1.86. +* Dependency updates. + + ## v1.16.1 * Fixed an incompatibility with nftables 1.1.4 json output which broke the firewall rule generation. ([#1303](https://github.com/containers/netavark/issues/1303))