aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--coremain/version.go2
-rw-r--r--notes/coredns-1.10.0.md24
2 files changed, 25 insertions, 1 deletions
diff --git a/coremain/version.go b/coremain/version.go
index 8154252ab..7578079c9 100644
--- a/coremain/version.go
+++ b/coremain/version.go
@@ -2,7 +2,7 @@ package coremain
// Various CoreDNS constants.
const (
- CoreVersion = "1.9.4"
+ CoreVersion = "1.10.0"
coreName = "CoreDNS"
serverType = "dns"
)
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)