From 3d531b1fa7f126552f47b24b0e1725b2aad95c49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:55:50 +0000 Subject: [PATCH] chore(deps): update module sigs.k8s.io/controller-tools to v0.16.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a98cc7bf..f0f272b2 100644 --- a/Makefile +++ b/Makefile @@ -197,7 +197,7 @@ KUSTOMIZE_VERSION ?= v5.5.0 # renovate: datasource=go depName=github.com/kubernetes/code-generator CODE_GENERATOR_VERSION ?= v0.31.2 # renovate: datasource=go depName=sigs.k8s.io/controller-tools -CONTROLLER_TOOLS_VERSION ?= v0.16.4 +CONTROLLER_TOOLS_VERSION ?= v0.16.5 .PHONY: applyconfiguration-gen applyconfiguration-gen: $(APPLYCONFIGURATION_GEN) ## Download applyconfiguration-gen locally if necessary.