diff options
author | 2023-01-09 16:11:13 -0500 | |
---|---|---|
committer | 2023-01-09 16:11:13 -0500 | |
commit | 413bab6fd267ea1f4dc411011f257771f59c464b (patch) | |
tree | c2e8cce6b9ec981d2a989eb5363caedfb160dc12 | |
parent | 2594a6cfeb16a3cb5c5f1c62c0264d0eef6063c9 (diff) | |
download | coredns-413bab6fd267ea1f4dc411011f257771f59c464b.tar.gz coredns-413bab6fd267ea1f4dc411011f257771f59c464b.tar.zst coredns-413bab6fd267ea1f4dc411011f257771f59c464b.zip |
initial 1.10.1 notes (#5844)
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 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/notes/coredns-1.10.1.md b/notes/coredns-1.10.1.md new file mode 100644 index 000000000..c9093967f --- /dev/null +++ b/notes/coredns-1.10.1.md @@ -0,0 +1,43 @@ ++++ +title = "CoreDNS-1.10.1 Release" +description = "CoreDNS-1.10.1 Release Notes." +tags = ["Release", "1.10.1", "Notes"] +release = "1.10.0" +date = "2023-01-20T00:00:00+00:00" +author = "coredns" ++++ + +This release fixes some bugs, and adds some new features including: +* 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 + + +## Brought to You By + +Ben Kaplan, +Chris O'Haver, +Grant Spence, +Kumiko as a Service, +LAMRobinson, +Miciah Dashiel Butler Masters, +Ondřej Benkovský, +Rich, +Stephen Kitt, +Yash Singh, +Yong Tang, +rsclarke, +sanyo0714 + +## Noteworthy Changes + +* plugin/timeouts - Allow ability to configure listening server timeouts (https://github.com/coredns/coredns/pull/5784) +* plugin/acl: adding ability to drop queries (https://github.com/coredns/coredns/pull/5722) +* plugin/template : add support for extended DNS errors (https://github.com/coredns/coredns/pull/5659) +* plugin/kubernetes: error NXDOMAIN for TXT lookups (https://github.com/coredns/coredns/pull/5737) +* plugin/kubernetes: dont match external services when endpoint is specified (https://github.com/coredns/coredns/pull/5734) +* plugin/k8s_external: Fix rcode for headless services (https://github.com/coredns/coredns/pull/5657) +* plugin/edns: remove truncating of question section on bad EDNS version (https://github.com/coredns/coredns/pull/5787) +* plugin/dnstap: Fix behavior when multiple dnstap plugins specified (https://github.com/coredns/coredns/pull/5773) +* 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) |