Skip to content

Commit 35d8bd7

Browse files
chore(deps): update dependency kind to v0.30.0 (#528)
| datasource | package | from | to | | ---------- | --------------------------------------- | ------- | ------- | | git-refs | https://github.com/kubernetes-sigs/kind | v0.29.0 | v0.30.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 df92fa6 commit 35d8bd7

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
@@ -259,7 +259,7 @@ tasks:
259259
run: once
260260
vars:
261261
# renovate: datasource=git-refs depName=kind lookupName=https://github.com/kubernetes-sigs/kind versioning=semver
262-
KIND_VERSION: v0.29.0
262+
KIND_VERSION: v0.30.0
263263
cmds:
264264
- go install sigs.k8s.io/kind@{{.KIND_VERSION}}
265265
- kind version | grep -q {{.KIND_VERSION}}

0 commit comments

Comments
 (0)