File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ releases-ko:
100100 $(OPEN ) $(KO_RELEASES )
101101
102102KIND_RELEASES := https://github.com/kubernetes-sigs/kind/releases
103- KIND_VERSION := 0.20 .0
103+ KIND_VERSION := 0.31 .0
104104KIND_URL := $(KIND_RELEASES ) /download/v$(KIND_VERSION ) /kind-$(platform ) -$(arch_alt )
105105KIND := $(LOCAL_BIN ) /kind_$(KIND_VERSION ) _$(platform ) _$(arch_alt )
106106$(KIND ) : | $(CURL ) $(LOCAL_BIN )
@@ -136,7 +136,7 @@ releases-envsubst:
136136
137137KUBECTL_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
140140KUBECTL_BIN := kubectl-$(KUBECTL_VERSION ) -$(platform ) -$(arch_alt )
141141KUBECTL_URL := https://dl.k8s.io/release/$(KUBECTL_VERSION ) /bin/$(platform ) /amd64/kubectl
142142KUBECTL := $(LOCAL_BIN ) /$(KUBECTL_BIN )
You can’t perform that action at this time.
0 commit comments