Add release note 1.14.7 (#8449)

This PR adds release note 1.14.7 for 8416

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2026-08-18 17:39:13 -07:00
committed by GitHub
parent 9a623cdeed
commit 427fc80ed9
2 changed files with 95 additions and 1 deletions

View File

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