aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2021-05-14 16:09:55 +0200
committerGravatar GitHub <noreply@github.com> 2021-05-14 07:09:55 -0700
commitef0feaed31f3bd648790f2c52251b4084ddf66d6 (patch)
tree7c4b00fe5b087bae05fe58269a45e06792cbd7ed /notes
parent184d5e52149612ff7726e9f4c860dea1d464d711 (diff)
downloadcoredns-ef0feaed31f3bd648790f2c52251b4084ddf66d6.tar.gz
coredns-ef0feaed31f3bd648790f2c52251b4084ddf66d6.tar.zst
coredns-ef0feaed31f3bd648790f2c52251b4084ddf66d6.zip
1.8.4 notes: set date to today (#4627)
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.8.4.md29
1 files changed, 18 insertions, 11 deletions
diff --git a/notes/coredns-1.8.4.md b/notes/coredns-1.8.4.md
index 4b9e30c20..9b175618e 100644
--- a/notes/coredns-1.8.4.md
+++ b/notes/coredns-1.8.4.md
@@ -3,41 +3,48 @@ title = "CoreDNS-1.8.4 Release"
description = "CoreDNS-1.8.4 Release Notes."
tags = ["Release", "1.8.4", "Notes"]
release = "1.8.4"
-date = 2021-05-12T07:00:00+00:00
+date = 2021-05-14T07:00:00+00:00
author = "coredns"
+++
The CoreDNS team has released
[CoreDNS-1.8.4](https://github.com/coredns/coredns/releases/tag/v1.8.4). This release includes a
-bunch of bugfixes and a few enhancements, see below.
+bunch of bugfixes and a few enhancements, and a new (small) plugin called *minimal*.
## Brought to You By
Chris O'Haver,
+cuirunxing-hub,
Frank Riley,
Keith Coleman,
Miek Gieben,
+milgradesec,
Mohammad Yosefpor,
+ntoofu,
Paco Xu,
Soumya Ghosh Dastidar,
Steve Greene,
Théotime Lévêque,
Uwe Krueger,
+wangchenglong01,
Yong Tang,
-Yury Tsarev,
-cuirunxing-hub,
-milgradesec,
-ntoofu,
-wangchenglong01.
+Yury Tsarev.
## Noteworthy Changes
-* plugin/metrics: remove RR type (https://github.com/coredns/coredns/pull/4534)
-* plugin/health: add logging for local health request (https://github.com/coredns/coredns/pull/4533)
+* core: fix reverse zones expansion (https://github.com/coredns/coredns/pull/4538)
* plugin/bind: Bind by interface name (https://github.com/coredns/coredns/pull/4522)
* plugin/bind: Exclude interface or ip address (https://github.com/coredns/coredns/pull/4543)
+* plugin/dnssec: heck for two days of remaining validity (https://github.com/coredns/coredns/pull/4606)
+* plugin/dnssec: interface type correction for `periodicClean` sig validity check (https://github.com/coredns/coredns/pull/4608)
+* plugin/dnssec: use entire RRset as key input (https://github.com/coredns/coredns/pull/4537)
* plugin/forward: Add upstream metadata (https://github.com/coredns/coredns/pull/4521)
+* plugin/health: add logging for local health request (https://github.com/coredns/coredns/pull/4533)
+* plugin/health: add logging for local health request (https://github.com/coredns/coredns/pull/4533)
+* plugin/kubernetes: do endpoint/slice check in retry loop (https://github.com/coredns/coredns/pull/4492)
+* plugin/kubernetes: Exclude unready endpoints from endpointslices (https://github.com/coredns/coredns/pull/4580)
+* plugin/metrics: remove RR type (https://github.com/coredns/coredns/pull/4534)
* plugin/minimal: Add minimal-responses plugin (https://github.com/coredns/coredns/pull/4417)
+* plugin/rewrite: streamline the ResponseRule handling. (https://github.com/coredns/coredns/pull/4473)
+* plugin/sign: Revert "plugin/sign: track zone file's mtime (https://github.com/coredns/coredns/pull/4431)"
* plugin/transfer: reply with refused (https://github.com/coredns/coredns/pull/4510)
-* plugin/kubernetes: Exclude unready endpoints from endpointslices (https://github.com/coredns/coredns/pull/4580)
-* plugin/kubernetes: do endpoint/slice check in retry loop (https://github.com/coredns/coredns/pull/4492)