File tree Expand file tree Collapse file tree 9 files changed +49
-12
lines changed
cluster/addons/dns/coredns
cmd/kubeadm/app/constants
github.com/coredns/corefile-migration/migration Expand file tree Collapse file tree 9 files changed +49
-12
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies:
3131
3232 # CoreDNS
3333 - name : " coredns-kube-up"
34- version : 1.13 .1
34+ version : 1.14 .1
3535 refPaths :
3636 - path : cluster/addons/dns/coredns/coredns.yaml.base
3737 match : registry.k8s.io/coredns
@@ -41,7 +41,7 @@ dependencies:
4141 match : registry.k8s.io/coredns
4242
4343 - name : " coredns-kubeadm"
44- version : 1.13 .1
44+ version : 1.14 .1
4545 refPaths :
4646 - path : cmd/kubeadm/app/constants/constants.go
4747 match : CoreDNSVersion =
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ spec:
133133 kubernetes.io/os: linux
134134 containers:
135135 - name: coredns
136- image: registry.k8s.io/coredns/coredns:v1.13 .1
136+ image: registry.k8s.io/coredns/coredns:v1.14 .1
137137 imagePullPolicy: IfNotPresent
138138 resources:
139139 limits:
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ spec:
133133 kubernetes.io/os: linux
134134 containers:
135135 - name: coredns
136- image: registry.k8s.io/coredns/coredns:v1.13 .1
136+ image: registry.k8s.io/coredns/coredns:v1.14 .1
137137 imagePullPolicy: IfNotPresent
138138 resources:
139139 limits:
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ spec:
133133 kubernetes.io/os : linux
134134 containers :
135135 - name : coredns
136- image : registry.k8s.io/coredns/coredns:v1.13 .1
136+ image : registry.k8s.io/coredns/coredns:v1.14 .1
137137 imagePullPolicy : IfNotPresent
138138 resources :
139139 limits :
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ const (
364364 CoreDNSImageName = "coredns"
365365
366366 // CoreDNSVersion is the version of CoreDNS to be deployed if it is used
367- CoreDNSVersion = "v1.13 .1"
367+ CoreDNSVersion = "v1.14 .1"
368368
369369 // ClusterConfigurationKind is the string kind value for the ClusterConfiguration struct
370370 ClusterConfigurationKind = "ClusterConfiguration"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/Microsoft/hnslib v0.1.2
1818 github.com/blang/semver/v4 v4.0.0
1919 github.com/container-storage-interface/spec v1.9.0
20- github.com/coredns/corefile-migration v1.0.29
20+ github.com/coredns/corefile-migration v1.0.30
2121 github.com/coreos/go-oidc v2.5.0+incompatible
2222 github.com/coreos/go-systemd/v22 v22.6.0
2323 github.com/cpuguy83/go-md2man/v2 v2.0.6
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++
7474github.com/containerd/typeurl/v2 v2.2.3 /go.mod h1:95ljDnPfD3bAbDJRugOiShd/DlAAsxGtUBhJxIn7SCk =
7575github.com/coredns/caddy v1.1.1 h1:2eYKZT7i6yxIfGP3qLJoJ7HAsDJqYB+X68g4NYjSrE0 =
7676github.com/coredns/caddy v1.1.1 /go.mod h1:A6ntJQlAWuQfFlsd9hvigKbo2WS0VUs2l1e2F+BawD4 =
77- github.com/coredns/corefile-migration v1.0.29 h1:g4cPYMXXDDs9uLE2gFYrJaPBuUAR07eEMGyh9JBE13w =
78- github.com/coredns/corefile-migration v1.0.29 /go.mod h1:56DPqONc3njpVPsdilEnfijCwNGC3/kTJLl7i7SPavY =
77+ github.com/coredns/corefile-migration v1.0.30 h1:ljZNPGgna+4yKv81gfkvkgLEWdtz0NjBR1glaiPI140 =
78+ github.com/coredns/corefile-migration v1.0.30 /go.mod h1:56DPqONc3njpVPsdilEnfijCwNGC3/kTJLl7i7SPavY =
7979github.com/coreos/go-oidc v2.5.0+incompatible h1:6W0vGJR3Tu0r0PwfmjOrRZSlfxeEln8dsejt3ZWIvwo =
8080github.com/coreos/go-oidc v2.5.0+incompatible /go.mod h1:CgnwVTmzoESiwO9qyAFEMiHoZ1nMCKZlZ9V6mm3/LKc =
8181github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4 =
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ github.com/containerd/typeurl/v2
9797# github.com/coredns/caddy v1.1.1
9898## explicit; go 1.13
9999github.com/coredns/caddy/caddyfile
100- # github.com/coredns/corefile-migration v1.0.29
100+ # github.com/coredns/corefile-migration v1.0.30
101101## explicit; go 1.14
102102github.com/coredns/corefile-migration/migration
103103github.com/coredns/corefile-migration/migration/corefile
You can’t perform that action at this time.
0 commit comments