From 59c1b0a49810036520e2bfb325d7ef49244b76c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 10:20:28 +0000 Subject: [PATCH] chore(deps): update module sigs.k8s.io/controller-runtime to v0.24.1 | datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | go | sigs.k8s.io/controller-runtime | v0.19.3 | v0.24.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- Taskfile.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1c524bf..84f10ce 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ CONTROLLER_TOOLS_VERSION ?= v0.21.0 # Kept in sync with go.mod's sigs.k8s.io/controller-runtime require and # Taskfile.yml's SETUP_ENVTEST_VERSION: same depName/datasource by renovate. # renovate: datasource=go depName=sigs.k8s.io/controller-runtime versioning=semver -ENVTEST_VERSION ?= v0.19.3 +ENVTEST_VERSION ?= v0.24.1 # Kept in sync with Taskfile by renovate. # renovate: datasource=github-tags depName=golangci/golangci-lint versioning=semver GOLANGCI_LINT_VERSION ?= v2.12.2 diff --git a/Taskfile.yml b/Taskfile.yml index bf68823..96cc3d7 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -84,7 +84,7 @@ tasks: # depName/datasource as the native gomod dependency, so renovate combines both # bumps into a single branch/PR instead of opening two. # renovate: datasource=go depName=sigs.k8s.io/controller-runtime versioning=semver - SETUP_ENVTEST_VERSION: 0.19.3 + SETUP_ENVTEST_VERSION: 0.24.1 cmds: - > GITHUB_REF= dagger -s call -m ./dagger/gotest