1.12.1 release (#7220)

* bump version and draft release notes

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* bump version and draft release notes

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* tweak noteworthies

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* update authors

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* remove note about new expr features.  too esoteric in our use case.

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

---------

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Chris O'Haver
2025-03-31 15:52:36 -04:00
committed by GitHub
parent c9f9f7e36d
commit 707c7c10ac
2 changed files with 34 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ package coremain
// Various CoreDNS constants.
const (
CoreVersion = "1.12.0"
CoreVersion = "1.12.1"
CoreName = "CoreDNS"
serverType = "dns"
)