Skip to content

Commit 668e45b

Browse files
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>
1 parent 7dfc1d0 commit 668e45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ tasks:
258258
run: once
259259
vars:
260260
# renovate: datasource=git-refs depName=kind lookupName=https://github.com/kubernetes-sigs/kind versioning=semver
261-
KIND_VERSION: v0.27.0
261+
KIND_VERSION: v0.29.0
262262
cmds:
263263
- go install sigs.k8s.io/kind@{{.KIND_VERSION}}
264264
- kind version | grep -q {{.KIND_VERSION}}

0 commit comments

Comments
 (0)