Releases: containers/netavark
Releases ยท containers/netavark
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)
- Netavark teardown now ignores SIGTERM and SIGINT signals to prevent interfaces/firewall rules from leaking during teardown. (#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)
- 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) - 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 tounmanaged
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) - bridge: Add support for DHCP when using unmanaged mode. (#868)
- bridge: Add support for the
vlan
option. (#1028) - When using DHCP netavark will now send the container hostname in the DHCP request and use the container id as client id. (#676)
- The firewalld driver was improved and major outstanding bugs were addressed but is still considered experimental. A new man page
netavark-firewalld(7)
has been added to document some of the firewalld interactions. - Dependency updates.
v1.13.1
v1.13.0
v1.12.2
v1.12.1
v1.12.0
v1.11.0
- Do not perform namespace detection for aardvark-dns updates as it is not needed
- Fixed condition where ignored errors were being returned as real
- With nftables, only dump netavark table rules
- Fix port forward with strict RPF and multi-networks
- updated dependencies