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

release notes for v1.15.0

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-05-13 13:56:38 +02:00
parent 8dd201b9f3
commit 7395403a0d

View File

@@ -1,5 +1,13 @@
# Release Notes
## v1.15.0
* Fixed an issue where invalid dns names that included a space would cause aardvark-dns to crash. Instead such names are now ignored and generate a warning. ([#1019](https://github.com/containers/netavark/issues/1019))
* Netavark teardown now ignores SIGTERM and SIGINT signals to prevent interfaces/firewall rules from leaking during teardown. ([#1223](https://github.com/containers/netavark/issues/1223))
* Netavark no longer set the dns.podman search domain in the response. Aardvark-dns sill uses that name and resolves it but it will no longer be added to the containers resolv.conf because of that. ([#1133](https://github.com/containers/netavark/issues/1133))
* The MSRV has been bumped to v1.77.
* Dependency updates.
## 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))