aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-10-14 20:27:17 +0200
committerGravatar GitHub <noreply@github.com> 2020-10-14 11:27:17 -0700
commit2eb761ccf830784bb4d32b6b9673439c969768c1 (patch)
tree2f0a69074cae36d96e0a272e3bff2512b3a3080d /notes
parent768307ef3046f86fe896d4a8bb80d693c9675a15 (diff)
downloadcoredns-2eb761ccf830784bb4d32b6b9673439c969768c1.tar.gz
coredns-2eb761ccf830784bb4d32b6b9673439c969768c1.tar.zst
coredns-2eb761ccf830784bb4d32b6b9673439c969768c1.zip
notes: update with latest (#4203)
* notes: final prep for tomorrow release Update with latest, remove 'not released'. Signed-off-by: Miek Gieben <miek@miek.nl> * typo check Signed-off-by: Miek Gieben <miek@miek.nl>
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)