aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2020-07-28 12:05:51 -0400
committerGravatar GitHub <noreply@github.com> 2020-07-28 12:05:51 -0400
commit118b4fa4c910531fc0d53c14df93db1b521c9fb0 (patch)
tree01aaf3b9ae56565394db7c00f9fe281e9e42bdfb /notes
parent05a0eff29309d2e2037c171486d50f8820e436d0 (diff)
downloadcoredns-118b4fa4c910531fc0d53c14df93db1b521c9fb0.tar.gz
coredns-118b4fa4c910531fc0d53c14df93db1b521c9fb0.tar.zst
coredns-118b4fa4c910531fc0d53c14df93db1b521c9fb0.zip
Update coredns-1.6.9.md (#4031)
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.6.9.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/notes/coredns-1.6.9.md b/notes/coredns-1.6.9.md
index bef7e0be0..3f70fc672 100644
--- a/notes/coredns-1.6.9.md
+++ b/notes/coredns-1.6.9.md
@@ -37,6 +37,7 @@ Zou Nengren.
## Noteworthy Changes
* plugin/azure: Add private DNS support for azure plugin (https://github.com/coredns/coredns/pull/1516)
+* plugin/cache: Fix negative cache masking cases (https://github.com/coredns/coredns/pull/3744)
* plugin/cache: explain drop metric (https://github.com/coredns/coredns/pull/3706)
* plugin/forward: Add configuration flag to set if RecursionDesired should be set on health checks (https://github.com/coredns/coredns/pull/3679)
* plugin/forward: Add exponential backoff to healthcheck (https://github.com/coredns/coredns/pull/3643)