Releases: containers/netavark
Releases · containers/netavark
v1.13.0
- Fixed bug where port forwarding rules might not be removed correctly on nftables
- Add DNS DNAT rules first with nftables
v1.12.2
- Ensure DNS rules cover TCP for iptables and nftables
- On ardvark-dns start, delete entries again on failure
v1.12.1
- Fixed problem with categories in Cargo.toml that prevented us from publishing v1.12.0
v1.12.0
- Dependency updates
- Netavark-DHCP proxy: use dns servers from dhcp lease
- Improved handling and visibility of errors from aardvark-dns
- Use nftables as default driver for Fedora 41
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
v1.10.3
- Fixed a bug where the netavark update command could sometimes incorrectly start a new Aardvark DNS server instead of restarting the existing server
v1.10.2
- Fixed a bug where netavark update could sometimes fail
v1.10.0
- added an nftables backend that allows its use on systems without iptables installed
- added command line option to change firewall driver
- show error if process is in wrong netns
- removed unessesary unlock lockfile calls
- updated dependencies
v1.9.0
- add firewalld-reload subcommand
- bridge: force static mac on bridge interface
- dependency updates
- numerous fixes to test suite