1
0
mirror of https://github.com/containers/netavark.git synced 2026-02-05 06:45:56 +01:00

release notes for v1.17.0

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-11-12 13:28:34 +01:00
parent 6cd4a15ab9
commit 35e1f235a5

View File

@@ -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))