From 7923932d5ab6d47e5b440f12c1d6a1e22f6a9d81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 08:52:42 +0000 Subject: [PATCH] chore(deps): update dependency kubernetes-sigs/controller-tools to v0.17.3 --- hack/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/common/Makefile b/hack/common/Makefile index 34ec40a..ba1c6e9 100644 --- a/hack/common/Makefile +++ b/hack/common/Makefile @@ -187,7 +187,7 @@ YAML2JSON ?= $(LOCALBIN)/yaml2json ## Tool Versions # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools -CONTROLLER_TOOLS_VERSION ?= v0.16.4 +CONTROLLER_TOOLS_VERSION ?= v0.17.3 # renovate: datasource=github-tags depName=golang/tools FORMATTER_VERSION ?= v0.31.0 # renovate: datasource=github-releases depName=golangci/golangci-lint