diff options
author | 2020-10-01 17:02:57 +0200 | |
---|---|---|
committer | 2020-10-01 08:02:57 -0700 | |
commit | 6edc8fe7f6c2f57844c8ee7f7f5deef71085ebe8 (patch) | |
tree | 155cce582ecf007c494113857188ff403b0d026c /notes | |
parent | b1a69f70bd4c51b29db4a0d31b196257b5e83d66 (diff) | |
download | coredns-6edc8fe7f6c2f57844c8ee7f7f5deef71085ebe8.tar.gz coredns-6edc8fe7f6c2f57844c8ee7f7f5deef71085ebe8.tar.zst coredns-6edc8fe7f6c2f57844c8ee7f7f5deef71085ebe8.zip |
More 1.8.0 notes updates: add latest merged PRs (#4168)
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-1.8.0.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/notes/coredns-1.8.0.md b/notes/coredns-1.8.0.md index badc09091..69d9d4b9c 100644 --- a/notes/coredns-1.8.0.md +++ b/notes/coredns-1.8.0.md @@ -48,11 +48,16 @@ example.org { ## Brought to You By +Chris O'Haver, +Macks, Miek Gieben, Yong Tang. ## Noteworthy Changes +* core: doh support: make no TLS config fatal (https://github.com/coredns/coredns/pull/4162) +* 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/cache: Fix filtering (https://github.com/coredns/coredns/pull/4148) +* plugin/ready: dont 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) (#4142) -* core: Move caddy v1 in our GitHub org (https://github.com/coredns/coredns/pull/4018) |