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 <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang 2021-01-19 21:39:45 -08:00 committed by GitHub
parent 34dbf1e861
commit a10eb88f65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ title = "CoreDNS-1.8.1 Release"
description = "CoreDNS-1.8.1 Release Notes." description = "CoreDNS-1.8.1 Release Notes."
tags = ["Release", "1.8.1", "Notes"] tags = ["Release", "1.8.1", "Notes"]
release = "1.8.1" release = "1.8.1"
date = 2021-01-10T08:00:00+00:00 date = 2021-01-20T08:00:00+00:00
author = "coredns" author = "coredns"
draft = true 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/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: 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: 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: 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/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) * 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/kubernetes: Watch EndpointSlices (https://github.com/coredns/coredns/pull/4209)
* plugin/local: add local plugin (https://github.com/coredns/coredns/pull/4262) * 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/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)