Skip to content

Commit 0501f46

Browse files
committed
Bumps controller-tools to match go.mod
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent 75601f8 commit 0501f46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ GCI = $(LOCALBIN)/gci
396396

397397
## Tool Versions
398398
KUSTOMIZE_VERSION ?= v5.4.3
399-
CONTROLLER_TOOLS_VERSION ?= v0.16.1
399+
CONTROLLER_TOOLS_VERSION ?= v0.19.0
400400
ENVTEST_VERSION ?= release-0.19
401401
CRD_REF_DOCS_VERSION ?= v0.2.0
402402
GOLANGCI_LINT_VERSION ?= v2.3.0

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ require (
3030
k8s.io/component-base v0.34.1
3131
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d
3232
sigs.k8s.io/controller-runtime v0.22.1
33+
// Update the CONTROLLER_TOOLS_VERSION in Makefile when bumping controller-tools.
3334
sigs.k8s.io/controller-tools v0.19.0
3435
sigs.k8s.io/gateway-api v1.4.0
3536
sigs.k8s.io/structured-merge-diff/v6 v6.3.0

0 commit comments

Comments
 (0)