Skip to content

Commit

Permalink
馃尡 Bump envtest to 1.28.0 (#2531)
Browse files Browse the repository at this point in the history
* bump envtest to 1.28.0

* v2beta1 was removed in 1.25
  • Loading branch information
xrstf committed Oct 9, 2023
1 parent 8ac8b9f commit 642ae7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/check-everything.sh
Expand Up @@ -28,7 +28,7 @@ kb_root_dir=$tmp_root/kubebuilder
${hack_dir}/verify.sh

# Envtest.
ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.24.2"}
ENVTEST_K8S_VERSION=${ENVTEST_K8S_VERSION:-"1.28.0"}

header_text "installing envtest tools@${ENVTEST_K8S_VERSION} with setup-envtest if necessary"
tmp_bin=/tmp/cr-tests-bin
Expand Down
2 changes: 1 addition & 1 deletion pkg/handler/eventhandler_test.go
Expand Up @@ -467,7 +467,7 @@ var _ = Describe("Eventhandler", func() {
{
Name: "foo-parent",
Kind: "HorizontalPodAutoscaler",
APIVersion: "autoscaling/v2beta1",
APIVersion: "autoscaling/v2",
},
}
evt := event.CreateEvent{
Expand Down

0 comments on commit 642ae7e

Please sign in to comment.