Skip to content

Commit e9ee396

Browse files
authored
Merge pull request #5157 from kubernetes-sigs/copilot/fix-test-e2e-local-error
🌱 Update test environment to Kubernetes 1.34 to match scaffolded projects
2 parents 17c28db + 5d547cd commit e9ee396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if [ -n "$TRACE" ]; then
5656
set -x
5757
fi
5858

59-
export KIND_K8S_VERSION="${KIND_K8S_VERSION:-"v1.33.0"}"
59+
export KIND_K8S_VERSION="${KIND_K8S_VERSION:-"v1.34.0"}"
6060
tools_k8s_version=$(convert_to_tools_ver "${KIND_K8S_VERSION#v*}")
6161
kind_version=0.29.0
6262
goarch=amd64
@@ -129,7 +129,7 @@ function fetch_tools {
129129
# compatibility with controller-runtime releases as of now. For more
130130
# details on the quest for a more robust solution, refer to the issue
131131
# raised in the controller-runtime repository: https://github.com/kubernetes-sigs/controller-runtime/issues/2744
132-
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.20
132+
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.22
133133
fi
134134

135135
if [ -z "$SKIP_FETCH_TOOLS" ]; then

0 commit comments

Comments
 (0)