From e2a606831a513821f3f3a1ebe51892e7263e58cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:44:17 +0000 Subject: [PATCH] chore(deps): update tool sigs.k8s.io/kind to v0.26.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 62483636d4..a0bb674bf5 100644 --- a/Makefile +++ b/Makefile @@ -498,7 +498,7 @@ CONTROLLER_TOOLS_VERSION ?= v0.16.5 # renovate: datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint GOLANGCI_LINT_VERSION ?= v1.57.2 # renovate: datasource=go depName=sigs.k8s.io/kind -KIND_VERSION ?= v0.25.0 +KIND_VERSION ?= v0.26.0 # renovate: datasource=go depName=github.com/kyverno/chainsaw CHAINSAW_VERSION ?= v0.2.12