diff options
author | 2023-02-06 13:24:19 -0500 | |
---|---|---|
committer | 2023-02-06 13:24:19 -0500 | |
commit | 055b2c31a9cf28321734e5f71613ea080d216cd3 (patch) | |
tree | 59ec59afd4de9e8bc142fde5c80f91004c34d014 | |
parent | 7f126bd1e3fb11be7995bcafe29737231b4dbdab (diff) | |
download | coredns-055b2c31a9cf28321734e5f71613ea080d216cd3.tar.gz coredns-055b2c31a9cf28321734e5f71613ea080d216cd3.tar.zst coredns-055b2c31a9cf28321734e5f71613ea080d216cd3.zip |
Add forward/dnstap fix to release notes (#5891)v1.10.1
* add forward/dnstap fix
* highlight fixed image arch labels
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
---------
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
-rw-r--r-- | notes/coredns-1.10.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
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 |