Add forward/dnstap fix to release notes (#5891)

* 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>
This commit is contained in:
Chris O'Haver 2023-02-06 13:24:19 -05:00 committed by GitHub
parent 7f126bd1e3
commit 055b2c31a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
* 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)