Skip to content

Commit 642ae7e

Browse files
authored
🌱 Bump envtest to 1.28.0 (#2531)
* bump envtest to 1.28.0 * v2beta1 was removed in 1.25
1 parent 8ac8b9f commit 642ae7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/check-everything.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ kb_root_dir=$tmp_root/kubebuilder
2828
${hack_dir}/verify.sh
2929

3030
# Envtest.
31-
ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.24.2"}
31+
ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.28.0"}
3232

3333
header_text "installing envtest tools@${ENVTEST_K8S_VERSION} with setup-envtest if necessary"
3434
tmp_bin=/tmp/cr-tests-bin

pkg/handler/eventhandler_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ var _ = Describe("Eventhandler", func() {
467467
{
468468
Name: "foo-parent",
469469
Kind: "HorizontalPodAutoscaler",
470-
APIVersion: "autoscaling/v2beta1",
470+
APIVersion: "autoscaling/v2",
471471
},
472472
}
473473
evt := event.CreateEvent{

0 commit comments

Comments
 (0)