Skip to content

Commit 6dee0cf

Browse files
committed
bump kind/k8s version
1 parent cd74f04 commit 6dee0cf

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.github/workflows/kind-conformance.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
fail-fast: false # Keep running if one leg fails.
1919
matrix:
2020
k8s-version:
21-
- v1.33.1
21+
- v1.34.3
2222

2323
# Map between K8s and KinD versions.
2424
# This is attempting to make it a bit clearer what's being tested.
2525
# See: https://github.com/kubernetes-sigs/kind/releases/tag/v0.17.0
2626
include:
27-
- k8s-version: v1.33.1
28-
kind-image-sha: sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
27+
- k8s-version: v1.34.3
28+
kind-image-sha: sha256:08497ee19eace7b4b5348db5c6a1591d7752b164530a36f855cb0f2bdcbadd48
2929

3030
steps:
3131
- name: Defaults

.github/workflows/kind-e2e.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,18 @@ jobs:
1414
fail-fast: false # Keep running if one leg fails.
1515
matrix:
1616
k8s-version:
17-
- v1.33.1
17+
- v1.34.3
1818
knative-version:
19-
- 1.18.0
19+
- 1.21.1
2020

2121
# Map between K8s and KinD versions.
2222
# This is attempting to make it a bit clearer what's being tested.
2323
# See: https://github.com/kubernetes-sigs/kind/releases/tag/v0.16.0
2424
include:
25-
- k8s-version: v1.33.1
26-
kind-version: v0.29.0
27-
kind-image-sha: sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
25+
- k8s-version: v1.34.3
26+
kind-image-sha: sha256:08497ee19eace7b4b5348db5c6a1591d7752b164530a36f855cb0f2bdcbadd48
2827
use-eventing-latest: ""
29-
knative-version: 1.18.0
28+
knative-version: 1.21.1
3029

3130
steps:
3231
- name: Defaults

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ releases-ko:
100100
$(OPEN) $(KO_RELEASES)
101101

102102
KIND_RELEASES := https://github.com/kubernetes-sigs/kind/releases
103-
KIND_VERSION := 0.20.0
103+
KIND_VERSION := 0.31.0
104104
KIND_URL := $(KIND_RELEASES)/download/v$(KIND_VERSION)/kind-$(platform)-$(arch_alt)
105105
KIND := $(LOCAL_BIN)/kind_$(KIND_VERSION)_$(platform)_$(arch_alt)
106106
$(KIND): | $(CURL) $(LOCAL_BIN)
@@ -136,7 +136,7 @@ releases-envsubst:
136136

137137
KUBECTL_RELEASES := https://github.com/kubernetes/kubernetes/tags
138138
# Keep this in sync with KIND_K8S_VERSION
139-
KUBECTL_VERSION := v1.33.1
139+
KUBECTL_VERSION := v1.34.3
140140
KUBECTL_BIN := kubectl-$(KUBECTL_VERSION)-$(platform)-$(arch_alt)
141141
KUBECTL_URL := https://dl.k8s.io/release/$(KUBECTL_VERSION)/bin/$(platform)/amd64/kubectl
142142
KUBECTL := $(LOCAL_BIN)/$(KUBECTL_BIN)

0 commit comments

Comments
 (0)