Skip to content

Releases: containers/netavark

v1.13.0

29 Oct 18:27
v1.13.0
Compare
Choose a tag to compare
  • Fixed bug where port forwarding rules might not be removed correctly on nftables
  • Add DNS DNAT rules first with nftables

v1.12.2

19 Aug 15:14
v1.12.2
Compare
Choose a tag to compare
  • Ensure DNS rules cover TCP for iptables and nftables
  • On ardvark-dns start, delete entries again on failure

v1.12.1

02 Aug 12:19
v1.12.1
Compare
Choose a tag to compare
  • Fixed problem with categories in Cargo.toml that prevented us from publishing v1.12.0

v1.12.0

01 Aug 15:34
v1.12.0
Compare
Choose a tag to compare
  • 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

30 May 15:31
v1.11.0
Compare
Choose a tag to compare
  • 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

10 Feb 14:47
v1.10.3
Compare
Choose a tag to compare
  • 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

31 Jan 20:42
v1.10.2
Compare
Choose a tag to compare
  • Fixed a bug where netavark update could sometimes fail

1.10.1

25 Jan 15:41
v1.10.1
Compare
Choose a tag to compare
  • updated nftables to 0.3

v1.10.0

24 Jan 21:00
v1.10.0
Compare
Choose a tag to compare
  • 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

27 Nov 14:16
v1.9.0
Compare
Choose a tag to compare
  • add firewalld-reload subcommand
  • bridge: force static mac on bridge interface
  • dependency updates
  • numerous fixes to test suite