From 169da444ff5ca96104db73742636cc4c9ad15157 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Fri, 27 Jan 2023 14:11:52 -0500 Subject: [PATCH] update notes with recent merges (#5880) Signed-off-by: Chris O'Haver --- notes/coredns-1.10.1.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/notes/coredns-1.10.1.md b/notes/coredns-1.10.1.md index c9093967f..f818688ea 100644 --- a/notes/coredns-1.10.1.md +++ b/notes/coredns-1.10.1.md @@ -11,12 +11,15 @@ 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 - +* New weighted policy in *loadbalance* +* Option to serve original record TTLs from *cache* ## Brought to You By +Arthur Outhenin-Chalandre, Ben Kaplan, Chris O'Haver, +Gabor Dozsa, Grant Spence, Kumiko as a Service, LAMRobinson, @@ -41,3 +44,5 @@ sanyo0714 * 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) +* 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