CoreDNS 1.11.2 release notes and version bump (#6476)

* 1.11.2 release notes and version bump

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

* Update notes/coredns-1.11.2.md

Co-authored-by: Brad Beam <bradbeam@users.noreply.github.com>

---------

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
Co-authored-by: Brad Beam <bradbeam@users.noreply.github.com>
This commit is contained in:
Chris O'Haver
2024-01-29 13:02:12 -05:00
committed by GitHub
parent a0c29639c0
commit 01bded8194
2 changed files with 54 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ package coremain
// Various CoreDNS constants.
const (
CoreVersion = "1.11.1"
CoreVersion = "1.11.2"
coreName = "CoreDNS"
serverType = "dns"
)