aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2021-01-09 23:19:39 -0800
committerGravatar GitHub <noreply@github.com> 2021-01-10 08:19:39 +0100
commit15ff9f37957b60f58cc6b5b2ea8e6fd27ca461d5 (patch)
tree5869306ca197e2f72296263b25bc1bf79e68b1ad /notes
parent31abdc2fcc362940c422e2e0c9d7d60f899c8afb (diff)
downloadcoredns-15ff9f37957b60f58cc6b5b2ea8e6fd27ca461d5.tar.gz
coredns-15ff9f37957b60f58cc6b5b2ea8e6fd27ca461d5.tar.zst
coredns-15ff9f37957b60f58cc6b5b2ea8e6fd27ca461d5.zip
Update release notes and version number to 1.8.1 (#4370)
This PR updates release notes and version number to 1.8.1 Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.8.1.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/notes/coredns-1.8.1.md b/notes/coredns-1.8.1.md
index 4c8aae609..5161d3861 100644
--- a/notes/coredns-1.8.1.md
+++ b/notes/coredns-1.8.1.md
@@ -15,9 +15,25 @@ 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
+
## 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: plugin/kubernetes: Watch EndpointSlices (https://github.com/coredns/coredns/pull/4209)
+* 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)
+* 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/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/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)