From 32de873d770f47cd7ec6c0b505b74145116fe9c7 Mon Sep 17 00:00:00 2001 From: Nir Rozenbaum Date: Thu, 9 Oct 2025 09:53:20 +0300 Subject: [PATCH] chore: bump controller-tools version in Makefile Signed-off-by: Nir Rozenbaum --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c483be79b..663f3fcc7 100644 --- a/Makefile +++ b/Makefile @@ -384,7 +384,7 @@ GCI = $(LOCALBIN)/gci ## Tool Versions KUSTOMIZE_VERSION ?= v5.4.3 -CONTROLLER_TOOLS_VERSION ?= v0.16.1 +CONTROLLER_TOOLS_VERSION ?= v0.19.0 ENVTEST_VERSION ?= release-0.19 CRD_REF_DOCS_VERSION ?= v0.2.0 GOLANGCI_LINT_VERSION ?= v2.3.0