add notes; bump version (#5625)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com> Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
parent
d436deb93b
commit
596a9f9e67
2 changed files with 25 additions and 1 deletions
|
@ -2,7 +2,7 @@ package coremain
|
||||||
|
|
||||||
// Various CoreDNS constants.
|
// Various CoreDNS constants.
|
||||||
const (
|
const (
|
||||||
CoreVersion = "1.9.4"
|
CoreVersion = "1.10.0"
|
||||||
coreName = "CoreDNS"
|
coreName = "CoreDNS"
|
||||||
serverType = "dns"
|
serverType = "dns"
|
||||||
)
|
)
|
||||||
|
|
24
notes/coredns-1.10.0.md
Normal file
24
notes/coredns-1.10.0.md
Normal file
|
@ -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)
|
Loading…
Add table
Reference in a new issue