diff options
author | 2022-09-19 08:43:31 -0400 | |
---|---|---|
committer | 2022-09-19 05:43:31 -0700 | |
commit | 596a9f9e67dd9b01e15bc04a999460422fe65166 (patch) | |
tree | 117c093d5505e5deef1c15dfeea3484747bfa3bc /notes/coredns-1.10.0.md | |
parent | d436deb93bdd803ea304b15476302ed8ec5b68fb (diff) | |
download | coredns-596a9f9e67dd9b01e15bc04a999460422fe65166.tar.gz coredns-596a9f9e67dd9b01e15bc04a999460422fe65166.tar.zst coredns-596a9f9e67dd9b01e15bc04a999460422fe65166.zip |
add notes; bump version (#5625)v1.10.0
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Diffstat (limited to '')
-rw-r--r-- | notes/coredns-1.10.0.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/notes/coredns-1.10.0.md b/notes/coredns-1.10.0.md new file mode 100644 index 000000000..145f2d4f1 --- /dev/null +++ b/notes/coredns-1.10.0.md @@ -0,0 +1,24 @@ ++++ +title = "CoreDNS-1.10.0 Release" +description = "CoreDNS-1.10.0 Release Notes." +tags = ["Release", "1.10.0", "Notes"] +release = "1.10.0" +date = "2022-09-16T00:00:00+00:00" +author = "coredns" ++++ + +This release adds the new *view* plugin, enabling advanced server-block routing configurations such as split-DNS. + +## Brought to You By + +Ben Kochie +Chris O'Haver +Erik Johansson +John Belamaric +Marius Kimmina +Ondřej Benkovský + +## Noteworthy Changes + +* plugin/view: Advanced routing interface and new 'view' plugin (https://github.com/coredns/coredns/pull/5538) +* plugin/template: Add parseInt template function (https://github.com/coredns/coredns/pull/5609) |