coredns/notes/coredns-1.6.5.md
Miek Gieben 62f7e0784f Add release notes for 1.6.5 (#3373)
Signed-off-by: Miek Gieben <miek@miek.nl>
2019-10-14 01:37:24 +09:00

1.8 KiB

+++ title = "CoreDNS-1.6.5 Release" description = "CoreDNS-1.6.5 Release Notes." tags = ["Release", "1.6.5", "Notes"] release = "1.6.5" date = 2019-10-13T10:00:00+00:00 author = "coredns" +++

The CoreDNS team has released CoreDNS-1.6.5.

A fairly small release that polishes various plugins and fixes a bunch of bugs.

Plugins

  • forward don't block on returning sockets; instead timeout and drop the socket on the floor, this makes each go-routine guarantee to exit .
  • kubernetes adds metrics to measure kubernetes control plane latency, see documentation for details.
  • file fixes a panic when comparing domains names

Brought to You By

Erfan Besharat, Hauke Löffler, Ingo Gottwald, janluk, Miek Gieben, Uladzimir Trehubenka, Yong Tang, yuxiaobo96.

Noteworthy Changes