Skip to content

Releases: containers/aardvark-dns

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 16:01
Immutable release. Only release title and notes can be modified.
v2.0.0
d98c599

Note this is major release to keep the version aligned with netavark. There are no breaking changes in aardvark-dns however.

  • The MSRV has been bumped to v1.88.
  • Dependency updates.

v1.17.1

Choose a tag to compare

@github-actions github-actions released this 07 Apr 17:01
Immutable release. Only release title and notes can be modified.
v1.17.1
d9d17d4
  • This release fixes a security issue (CVE-2026-35406) where tcp connections where not handled correctly when receiving a malformed packet which causes aardvark-dns to enter a infinite loop at 100% cpu usage which can lead to a DOS attack. Versions before v1.16.0 are unaffected.

v1.17.0

Choose a tag to compare

@github-actions github-actions released this 12 Nov 15:18
v1.17.0
2158073
  • 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

Choose a tag to compare

@Luap99 Luap99 released this 14 Aug 18:15
v1.16.0
56db1e0
  • Allow more than one DNS message per tcp socket. (#605)
  • Dependency updates.

v1.15.0

Choose a tag to compare

@Luap99 Luap99 released this 13 May 15:32
v1.15.0
d71294c
  • Dependency updates.

v1.14.0

Choose a tag to compare

@Luap99 Luap99 released this 10 Feb 14:28
v1.14.0
423ee20
  • Dependency updates.

v1.13.1

Choose a tag to compare

@Luap99 Luap99 released this 06 Nov 17:17
v1.13.1
966017c
  • Fix parsing of ipv6 link local addresses in resolv.conf (#535)

v1.13.0

Choose a tag to compare

@baude baude released this 29 Oct 18:25
v1.13.0
  • 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

Choose a tag to compare

@Luap99 Luap99 released this 25 Sep 08:26
v1.10.1-rhel
3d0fec1
  • Don't tear down all server threads on SIGHUP (#513)

v1.12.2

Choose a tag to compare

@Luap99 Luap99 released this 04 Sep 13:54
v1.12.2
4034a24
  • 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.