From b8754438642c49982ea31d2e901761d01de57369 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:10:21 +0000 Subject: [PATCH] Upgrade controller-gen v0.16.1 to v0.17.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59d58080f..c59d9cc4f 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ YQ ?= $(LOCALBIN)/yq KIND ?= $(LOCALBIN)/kind ## Tool Versions -CONTROLLER_TOOLS_VERSION ?= v0.16.1 +CONTROLLER_TOOLS_VERSION ?= v0.17.0 YQ_VERSION ?= v4.28.1 # Not guaranteed to have patch releases available and node image tags are full versions (i.e v1.28.0 - no v1.28, v1.29, etc.)