From 8aa23034ccbe6470f8be93d535c51e0b0a2fa309 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Thu, 16 Nov 2023 11:08:57 +0100 Subject: [PATCH] [Makefile] bump controller-gen to 0.11.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e9e9bb8a..82265749 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ ENVTEST ?= $(LOCALBIN)/setup-envtest GINKGO ?= $(LOCALBIN)/ginkgo ## Tool Versions -CONTROLLER_TOOLS_VERSION ?= v0.10.0 +CONTROLLER_TOOLS_VERSION ?= v0.11.1 # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.25