From 668e45b66b04ad6ea55f101679429cb7d1d7d9a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 16:08:48 +0200 Subject: [PATCH] chore(deps): update dependency kind to v0.29.0 (#363) | datasource | package | from | to | | ---------- | --------------------------------------- | ------- | ------- | | git-refs | https://github.com/kubernetes-sigs/kind | v0.27.0 | v0.29.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 291950b..58103dc 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -258,7 +258,7 @@ tasks: run: once vars: # renovate: datasource=git-refs depName=kind lookupName=https://github.com/kubernetes-sigs/kind versioning=semver - KIND_VERSION: v0.27.0 + KIND_VERSION: v0.29.0 cmds: - go install sigs.k8s.io/kind@{{.KIND_VERSION}} - kind version | grep -q {{.KIND_VERSION}}