diff options
author | 2021-01-12 07:46:22 +0100 | |
---|---|---|
committer | 2021-01-12 06:46:22 +0000 | |
commit | 0f307cf7284f52307e991526919e0e58895c3a33 (patch) | |
tree | e480ead28e08b2e253a38dc46bbd3c4ab91f99b9 /notes | |
parent | d54b5c93fee2d59da3b9a795b0aa780f3c7eebcf (diff) | |
download | coredns-0f307cf7284f52307e991526919e0e58895c3a33.tar.gz coredns-0f307cf7284f52307e991526919e0e58895c3a33.tar.zst coredns-0f307cf7284f52307e991526919e0e58895c3a33.zip |
1.8.1 notes: sort PR (#4373)
Automatically submitted.
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-1.8.1.md | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/notes/coredns-1.8.1.md b/notes/coredns-1.8.1.md index 5161d3861..268543596 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 = 2020-12-22T08:00:00+00:00 +date = 2021-01-10T08:00:00+00:00 author = "coredns" draft = true +++ @@ -15,25 +15,29 @@ The CoreDNS team has released ## Brought to You By -Blake Ryan, Bob, Chotiwat Chawannakul, Chris O'Haver, Guangwen Feng, Jiang Biao, Johnny Bergström, Matt Kulka, Miek Gieben, Serge, Yong Tang, ZouYu, mgugger +Blake Ryan, Bob, Chotiwat Chawannakul, Chris O'Haver, Guangwen Feng, Jiang Biao, Johnny Bergström, +Matt Kulka, Miek Gieben, Serge, Yong Tang, ZouYu, mgugger ## Noteworthy Changes * plugin/{clouddns,azure,route53}: Use cancelable contexts for cloud provider plugin refreshes (https://github.com/coredns/coredns/pull/4226) -* plugin/health: Fix health check endpoint (https://github.com/coredns/coredns/pull/4231) -* plugin/local: add local plugin (https://github.com/coredns/coredns/pull/4262) -* plugin/kubernetes: Watch EndpointSlices (https://github.com/coredns/coredns/pull/4209) -* plugin/dnstap: remove custom encoder (https://github.com/coredns/coredns/pull/4242) -* plugin/dnstap: remove config struct (https://github.com/coredns/coredns/pull/4258) -* plugin/local: add local plugin (https://github.com/coredns/coredns/pull/4262) +* plugin/azure: Iterate over all RecordSetListResultPage Pages (https://github.com/coredns/coredns/pull/4351) +* core: custom DoH request validation (https://github.com/coredns/coredns/pull/4329) * pkg/tls: remove InsecureSkipVerify=true flag (https://github.com/coredns/coredns/pull/4265) -* plugin/trace: Fix zipkin json_v2 (https://github.com/coredns/coredns/pull/4180) * plugin/azure: return FQDN as MNAME in SOA record (https://github.com/coredns/coredns/pull/4286) -* plugin/kubernetes: Fix dns programming duration metric (https://github.com/coredns/coredns/pull/4255) -* plugin/file: Use NXDOMAIN response if CNAME target is NXDOMAIN (https://github.com/coredns/coredns/pull/4303) * plugin/cache: Move .LocalAddr() out of goroutine (https://github.com/coredns/coredns/pull/4281) +* plugin/cache: Fix concurrent prefetch (TODO) +* plugin/dnssec: Change hash key input (https://github.com/coredns/coredns/pull/4372) +* plugin/dnstap: remove config struct (https://github.com/coredns/coredns/pull/4258) +* 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/forward: respond with REFUSED when max_concurrent is exceeded (https://github.com/coredns/coredns/pull/4326) -* core: custom DoH request validation (https://github.com/coredns/coredns/pull/4329) -* plugin/kubernetes: Fix NPE issue (https://github.com/coredns/coredns/pull/4338) +* plugin/forward: perform HC every 0.5 (TODO) +* plugin/health: Fix health check endpoint (https://github.com/coredns/coredns/pull/4231) * plugin/kubernetes: Add support for dual stack ClusterIP Services (https://github.com/coredns/coredns/pull/4339) -* plugin/azure: Iterate over all RecordSetListResultPage Pages (https://github.com/coredns/coredns/pull/4351) +* plugin/kubernetes: Fix dns programming duration metric (https://github.com/coredns/coredns/pull/4255) +* plugin/kubernetes: Fix NPE issue (https://github.com/coredns/coredns/pull/4338) +* 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) |