From a10eb88f65c40333c68a9c2f901844f74dbfaccb Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Tue, 19 Jan 2021 21:39:45 -0800 Subject: [PATCH] Update 1.8.1 release note, adding PR 4387 and 4380 notes (#4410) This PR update 1.8.1 release note, adding PR 4387 and 4380 notes, and bumps the time. Signed-off-by: Yong Tang --- notes/coredns-1.8.1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notes/coredns-1.8.1.md b/notes/coredns-1.8.1.md index 7f2702b0a..7a9f107e4 100644 --- a/notes/coredns-1.8.1.md +++ b/notes/coredns-1.8.1.md @@ -3,7 +3,7 @@ title = "CoreDNS-1.8.1 Release" description = "CoreDNS-1.8.1 Release Notes." tags = ["Release", "1.8.1", "Notes"] release = "1.8.1" -date = 2021-01-10T08:00:00+00:00 +date = 2021-01-20T08:00:00+00:00 author = "coredns" draft = true +++ @@ -31,6 +31,7 @@ Bergström, luanphantiki, Matt Kulka, mgugger, Miek Gieben, Serge, sschepens, Yo * plugin/dnstap: remove custom encoder (https://github.com/coredns/coredns/pull/4242) * plugin/file: Use NXDOMAIN response if CNAME target is NXDOMAIN (https://github.com/coredns/coredns/pull/4303) * plugin/file: document wrong behavior in lookup fox Apex (https://github.com/coredns/coredns/pull/4376) +* plugin/file: guard against cname loops (https://github.com/coredns/coredns/pull/4387) * plugin/forward: respond with REFUSED when max_concurrent is exceeded (https://github.com/coredns/coredns/pull/4326) * plugin/forward: HC every 0.5 seconds, do not do exponential backoff (https://github.com/coredns/coredns/pull/4371) * plugin/health: Fix health check endpoint (https://github.com/coredns/coredns/pull/4231) @@ -40,3 +41,4 @@ Bergström, luanphantiki, Matt Kulka, mgugger, Miek Gieben, Serge, sschepens, Yo * plugin/kubernetes: Watch EndpointSlices (https://github.com/coredns/coredns/pull/4209) * plugin/local: add local plugin (https://github.com/coredns/coredns/pull/4262) * plugin/trace: Fix zipkin json_v2 (https://github.com/coredns/coredns/pull/4180) +* plugin/transfer: Fix go-routine leak (https://github.com/coredns/coredns/pull/4380)