File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ GCI = $(LOCALBIN)/gci
396
396
397
397
# # Tool Versions
398
398
KUSTOMIZE_VERSION ?= v5.4.3
399
- CONTROLLER_TOOLS_VERSION ?= v0.16.1
399
+ CONTROLLER_TOOLS_VERSION ?= v0.19.0
400
400
ENVTEST_VERSION ?= release-0.19
401
401
CRD_REF_DOCS_VERSION ?= v0.2.0
402
402
GOLANGCI_LINT_VERSION ?= v2.3.0
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ require (
30
30
k8s.io/component-base v0.34.1
31
31
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d
32
32
sigs.k8s.io/controller-runtime v0.22.1
33
+ // Update the CONTROLLER_TOOLS_VERSION in Makefile when bumping controller-tools.
33
34
sigs.k8s.io/controller-tools v0.19.0
34
35
sigs.k8s.io/gateway-api v1.4.0
35
36
sigs.k8s.io/structured-merge-diff/v6 v6.3.0
You can’t perform that action at this time.
0 commit comments