Skip to content

Releases: containers/aardvark-dns

v1.17.0

12 Nov 15:18
v1.17.0
2158073

Choose a tag to compare

  • Aardvark-dns now updates the upstream nameservers from /etc/resolv.conf when the file content changes using inotify. This means a container restart is no longer required to re-read resolv.conf.
  • Dependency updates.

v1.16.0

14 Aug 18:15
v1.16.0
56db1e0

Choose a tag to compare

  • Allow more than one DNS message per tcp socket. (#605)
  • Dependency updates.

v1.15.0

13 May 15:32
v1.15.0
d71294c

Choose a tag to compare

  • Dependency updates.

v1.14.0

10 Feb 14:28
v1.14.0
423ee20

Choose a tag to compare

  • Dependency updates.

v1.13.1

06 Nov 17:17
v1.13.1
966017c

Choose a tag to compare

  • Fix parsing of ipv6 link local addresses in resolv.conf (#535)

v1.13.0

29 Oct 18:25
v1.13.0

Choose a tag to compare

  • Set TTL to 0 for container names
  • Allow forwarding of names with no ndots
  • DNS: limit to 3 resolvers and use better timeout for them
  • Ignore unknown resolv.conf options

v1.10.1-rhel

25 Sep 08:26
v1.10.1-rhel
3d0fec1

Choose a tag to compare

  • Don't tear down all server threads on SIGHUP (#513)

v1.12.2

04 Sep 13:54
v1.12.2
4034a24

Choose a tag to compare

  • This release fixes a security issue (CVE-2024-8418) where tcp connections where not handled correctly which allowed a container to block dns queries for other clients on the same network #500. Versions before v1.12.0 are unaffected as they do not have tcp support.

v1.12.1

01 Aug 18:40
v1.12.1

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:35
v1.12.0

Choose a tag to compare

  • Dependency updates
  • Improve all around error handling and logging
  • Added TCP/IP support
  • Update upsteam resolvers on each refresh