Merge pull request #132288 from thevilledev/chore/coredns-v1.12.2

chore: update CoreDNS to v1.12.3
This commit is contained in:
Kubernetes Prow Robot
2025-08-28 06:55:10 -07:00
committed by GitHub
10 changed files with 23 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ dependencies:
# CoreDNS
- name: "coredns-kube-up"
version: 1.12.1
version: 1.12.3
refPaths:
- path: cluster/addons/dns/coredns/coredns.yaml.base
match: registry.k8s.io/coredns
@@ -41,7 +41,7 @@ dependencies:
match: registry.k8s.io/coredns
- name: "coredns-kubeadm"
version: 1.12.1
version: 1.12.3
refPaths:
- path: cmd/kubeadm/app/constants/constants.go
match: CoreDNSVersion =

View File

@@ -133,7 +133,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: coredns
image: registry.k8s.io/coredns/coredns:v1.12.1
image: registry.k8s.io/coredns/coredns:v1.12.3
imagePullPolicy: IfNotPresent
resources:
limits:

View File

@@ -133,7 +133,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: coredns
image: registry.k8s.io/coredns/coredns:v1.12.1
image: registry.k8s.io/coredns/coredns:v1.12.3
imagePullPolicy: IfNotPresent
resources:
limits:

View File

@@ -133,7 +133,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: coredns
image: registry.k8s.io/coredns/coredns:v1.12.1
image: registry.k8s.io/coredns/coredns:v1.12.3
imagePullPolicy: IfNotPresent
resources:
limits:

View File

@@ -364,7 +364,7 @@ const (
CoreDNSImageName = "coredns"
// CoreDNSVersion is the version of CoreDNS to be deployed if it is used
CoreDNSVersion = "v1.12.1"
CoreDNSVersion = "v1.12.3"
// ClusterConfigurationKind is the string kind value for the ClusterConfiguration struct
ClusterConfigurationKind = "ClusterConfiguration"

View File

@@ -1454,7 +1454,7 @@ func TestDeployedDNSAddon(t *testing.T) {
},
{
name: "with digest",
image: "registry.k8s.io/coredns/coredns:v1.12.1@sha256:a0ead06651cf580044aeb0a0feba63591858fb2e43ade8c9dea45a6a89ae7e5e",
image: "registry.k8s.io/coredns/coredns:v1.12.3@sha256:1391544c978029fcddc65068f6ad67f396e55585b664ecccd7fefba029b9b706",
deploymentSize: 1,
wantVersion: kubeadmconstants.CoreDNSVersion,
},

2
go.mod
View File

@@ -19,7 +19,7 @@ require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/blang/semver/v4 v4.0.0
github.com/container-storage-interface/spec v1.9.0
github.com/coredns/corefile-migration v1.0.26
github.com/coredns/corefile-migration v1.0.27
github.com/coreos/go-oidc v2.3.0+incompatible
github.com/coreos/go-systemd/v22 v22.5.0
github.com/cpuguy83/go-md2man/v2 v2.0.6

4
go.sum
View File

@@ -71,8 +71,8 @@ github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++
github.com/containerd/typeurl/v2 v2.2.3/go.mod h1:95ljDnPfD3bAbDJRugOiShd/DlAAsxGtUBhJxIn7SCk=
github.com/coredns/caddy v1.1.1 h1:2eYKZT7i6yxIfGP3qLJoJ7HAsDJqYB+X68g4NYjSrE0=
github.com/coredns/caddy v1.1.1/go.mod h1:A6ntJQlAWuQfFlsd9hvigKbo2WS0VUs2l1e2F+BawD4=
github.com/coredns/corefile-migration v1.0.26 h1:xiiEkVB1Dwolb24pkeDUDBfygV9/XsOSq79yFCrhptY=
github.com/coredns/corefile-migration v1.0.26/go.mod h1:56DPqONc3njpVPsdilEnfijCwNGC3/kTJLl7i7SPavY=
github.com/coredns/corefile-migration v1.0.27 h1:WIIw5sU0LfGgoGnhdrYdVcto/aWmJoGA/C62iwkU0JM=
github.com/coredns/corefile-migration v1.0.27/go.mod h1:56DPqONc3njpVPsdilEnfijCwNGC3/kTJLl7i7SPavY=
github.com/coreos/go-oidc v2.3.0+incompatible h1:+5vEsrgprdLjjQ9FzIKAzQz1wwPD+83hQRfUIPh7rO0=
github.com/coreos/go-oidc v2.3.0+incompatible/go.mod h1:CgnwVTmzoESiwO9qyAFEMiHoZ1nMCKZlZ9V6mm3/LKc=
github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=

View File

@@ -30,7 +30,19 @@ type release struct {
// Versions holds a map of plugin/option migrations per CoreDNS release (since 1.1.4)
var Versions = map[string]release{
"1.12.3": {
priorVersion: "1.12.2",
dockerImageSHA: "1391544c978029fcddc65068f6ad67f396e55585b664ecccd7fefba029b9b706",
plugins: plugins_1_12_0,
},
"1.12.2": {
nextVersion: "1.12.3",
priorVersion: "1.12.1",
dockerImageSHA: "af8c8d35a5d184b386c4a6d1a012c8b218d40d1376474c7d071bb6c07201f47d",
plugins: plugins_1_12_0,
},
"1.12.1": {
nextVersion: "1.12.2",
priorVersion: "1.12.0",
dockerImageSHA: "e8c262566636e6bc340ece6473b0eed193cad045384401529721ddbe6463d31c",
plugins: plugins_1_12_0,

2
vendor/modules.txt vendored
View File

@@ -91,7 +91,7 @@ github.com/containerd/typeurl/v2
# github.com/coredns/caddy v1.1.1
## explicit; go 1.13
github.com/coredns/caddy/caddyfile
# github.com/coredns/corefile-migration v1.0.26
# github.com/coredns/corefile-migration v1.0.27
## explicit; go 1.14
github.com/coredns/corefile-migration/migration
github.com/coredns/corefile-migration/migration/corefile