From 055b2c31a9cf28321734e5f71613ea080d216cd3 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Mon, 6 Feb 2023 13:24:19 -0500 Subject: [PATCH] Add forward/dnstap fix to release notes (#5891) * add forward/dnstap fix * highlight fixed image arch labels Signed-off-by: Chris O'Haver --------- Signed-off-by: Chris O'Haver --- notes/coredns-1.10.1.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/notes/coredns-1.10.1.md b/notes/coredns-1.10.1.md index f818688ea..0ec32ec4f 100644 --- a/notes/coredns-1.10.1.md +++ b/notes/coredns-1.10.1.md @@ -8,6 +8,7 @@ author = "coredns" +++ This release fixes some bugs, and adds some new features including: +* Corrected architecture labels in multi-arch image manifest * A new plugin *timeouts* that allows configuration of server listener timeout durations * *acl* can drop queries as an action * *template* supports creating responses with extended DNS errors @@ -45,4 +46,5 @@ sanyo0714 * plugin/cache: cache now uses source query DNSSEC option for upstream refresh (https://github.com/coredns/coredns/pull/5671) * Workaround for incorrect architecture (https://github.com/coredns/coredns/pull/5691) * plugin/loadbalance: Add weighted policy (https://github.com/coredns/coredns/pull/5662) -* plugin/cache: Add keepttl option (https://github.com/coredns/coredns/pull/5879) \ No newline at end of file +* plugin/cache: Add keepttl option (https://github.com/coredns/coredns/pull/5879) +* plugin/forward: Fix dnstap for forwarded request/response (https://github.com/coredns/coredns/pull/5890) \ No newline at end of file