aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.8.0.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/notes/coredns-1.8.0.md b/notes/coredns-1.8.0.md
index e57b481dd..dcdc64838 100644
--- a/notes/coredns-1.8.0.md
+++ b/notes/coredns-1.8.0.md
@@ -3,13 +3,10 @@ title = "CoreDNS-1.8.0 Release"
description = "CoreDNS-1.8.0 Release Notes."
tags = ["Release", "1.8.0", "Notes"]
release = "1.8.0"
-date = 2020-10-01T10:00:00+00:00
+date = 2020-10-15T08:00:00+00:00
author = "coredns"
-draft = true
+++
-**NOT RELEASED**
-
The CoreDNS team has released
[CoreDNS-1.8.0](https://github.com/coredns/coredns/releases/tag/v1.8.0).
@@ -50,6 +47,7 @@ example.org {
## Brought to You By
+Bob,
Chris O'Haver,
Johnny Bergström,
Macks,
@@ -61,9 +59,9 @@ Yong Tang.
* core: doh support: make no TLS config fatal (https://github.com/coredns/coredns/pull/4162)
* core: fix crash with no plugins (https://github.com/coredns/coredns/pull/4184)
* core: Move caddy v1 in our GitHub org (https://github.com/coredns/coredns/pull/4018)
-* plugin/auto: allow fallthrough if no zone match (https://github.com/coredns/coredns/pull/4166)
+* plugin/auto: allow fallthrough if no zones match (https://github.com/coredns/coredns/pull/4166)
* plugin/cache: Fix filtering (https://github.com/coredns/coredns/pull/4148)
+* plugin/cache: Fix removing OPT (https://github.com/coredns/coredns/pull/4190)
* plugin/dnstap: various cleanups (https://github.com/coredns/coredns/pull/4179)
-* plugin/ready: dont return 200 during shutdown (https://github.com/coredns/coredns/pull/4167)
-* plugin/ready: dont return 200 during shutdown (https://github.com/coredns/coredns/pull/4167)
+* plugin/ready: don't return 200 during shutdown (https://github.com/coredns/coredns/pull/4167)
* plugin/transfer: Implement notifies for transfer plugin (https://github.com/coredns/coredns/pull/3972)