Skip to content

Commit

Permalink
Upgrade kind, kindest/node, and kubectl in hack/. (#954)
Browse files Browse the repository at this point in the history
* Upgrade `kind` to `v0.26.0`.

* Upgrade `kindest/node` to `v1.32.0`.

* Upgrade `kubectl` to `v1.32.0`.
  • Loading branch information
renormalize authored Dec 20, 2024
1 parent 9ba4d49 commit 4d853c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/kind-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.29.8
image: kindest/node:v1.32.0
extraPortMappings:
- containerPort: 4566
hostPort: 4566
Expand Down
4 changes: 2 additions & 2 deletions hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ GOLANGCI_LINT_VERSION ?= v1.60.3
CONTROLLER_GEN_VERSION ?= $(call version_gomod,sigs.k8s.io/controller-tools)
GINKGO_VERSION ?= $(call version_gomod,github.com/onsi/ginkgo/v2)
MOCKGEN_VERSION ?= $(call version_gomod,go.uber.org/mock)
KIND_VERSION ?= v0.23.0
KIND_VERSION ?= v0.26.0
HELM_VERSION ?= v3.15.2
KUBECTL_VERSION ?= v1.30.2
KUBECTL_VERSION ?= v1.32.0
VGOPATH_VERSION ?= v0.1.5
GO_ADD_LICENSE_VERSION ?= v1.1.1
GO_APIDIFF_VERSION ?= v0.8.2
Expand Down

0 comments on commit 4d853c4

Please sign in to comment.