Skip to content

Commit c181bf5

Browse files
committed
CAPI: Bump CoreDNS to v1.13.1 for Kubernetes 1.35
Signed-off-by: Stefan Büringer [email protected]
1 parent 05365d5 commit c181bf5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config/jobs/kubernetes-sigs/cluster-api/cluster-api-main-periodics-upgrades.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ periodics:
323323
- name: ETCD_VERSION_UPGRADE_TO
324324
value: "3.6.4-0"
325325
- name: COREDNS_VERSION_UPGRADE_TO
326-
value: "v1.12.1"
326+
value: "v1.13.1"
327327
- name: GINKGO_LABEL_FILTER
328328
value: "(Conformance && K8s-Upgrade)"
329329
# we need privileged mode in order to do docker in docker

config/jobs/kubernetes-sigs/cluster-api/cluster-api-main-periodics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ periodics:
335335
- name: ETCD_VERSION_UPGRADE_TO
336336
value: 3.6.4-0
337337
- name: COREDNS_VERSION_UPGRADE_TO
338-
value: v1.12.1
338+
value: v1.13.1
339339
# we need privileged mode in order to do docker in docker
340340
securityContext:
341341
privileged: true

config/jobs/kubernetes-sigs/cluster-api/cluster-api-main-presubmits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ presubmits:
369369
- name: ETCD_VERSION_UPGRADE_TO
370370
value: "3.6.4-0"
371371
- name: COREDNS_VERSION_UPGRADE_TO
372-
value: "v1.12.1"
372+
value: "v1.13.1"
373373
- name: GINKGO_LABEL_FILTER
374374
value: "(Conformance && K8s-Upgrade)"
375375
# we need privileged mode in order to do docker in docker
@@ -516,7 +516,7 @@ presubmits:
516516
- name: ETCD_VERSION_UPGRADE_TO
517517
value: 3.6.4-0
518518
- name: COREDNS_VERSION_UPGRADE_TO
519-
value: v1.12.1
519+
value: v1.13.1
520520
# we need privileged mode in order to do docker in docker
521521
securityContext:
522522
privileged: true

config/jobs/kubernetes-sigs/cluster-api/cluster-api-prowjob-gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,5 +162,5 @@ prow_ignored:
162162
k8sRelease: "stable-1.34"
163163
"1.35":
164164
etcd: "3.6.4-0"
165-
coreDNS: "v1.12.1"
165+
coreDNS: "v1.13.1"
166166
k8sRelease: "ci/latest-1.35"

0 commit comments

Comments
 (0)