8000 Releases ยท containers/netavark ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: containers/netavark

v1.15.0

13 May 15:28
v1.15.0
aadd9fe
Compare
Choose a tag to compare
  • 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

18 Mar 14:18
v1.14.1
8711e83
Compare
Choose a tag to compare
  • 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

10 Feb 14:45
v1.14.0
2af9044
Compare
Choose a tag to compare
  • bridge: Add support for a new option called mode. When set to unmanaged 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

05 Dec 14:54
v1.13.1
0935a20
Compare
Choose a tag to compare
  • Fixed a bug where port forwarding rules might not be removed correctly on nftables when different host ips are used for the same port. (#1129)
  • On aardvark-dns setup errors properly cleanup interfaces and firewall rules again. (#1121)

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
0