aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2023-01-27 14:11:52 -0500
committerGravatar GitHub <noreply@github.com> 2023-01-27 20:11:52 +0100
commit169da444ff5ca96104db73742636cc4c9ad15157 (patch)
tree62885e35659739878834176f0517c5fbc1b01c25 /notes
parent7da2cedaf040237779e9977bd6199c6c45443e81 (diff)
downloadcoredns-169da444ff5ca96104db73742636cc4c9ad15157.tar.gz
coredns-169da444ff5ca96104db73742636cc4c9ad15157.tar.zst
coredns-169da444ff5ca96104db73742636cc4c9ad15157.zip
update notes with recent merges (#5880)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.10.1.md7
1 files changed, 6 insertions, 1 deletions
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