Skip to content

Commit 6ee53e4

Browse files
chore(deps): update dependency kind to v0.27.0 (#175)
| datasource | package | from | to | | ---------- | --------------------------------------- | ------- | ------- | | git-refs | https://github.com/kubernetes-sigs/kind | v0.26.0 | v0.27.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 f745c60 commit 6ee53e4

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
@@ -204,7 +204,7 @@ tasks:
204204
run: once
205205
vars:
206206
# renovate: datasource=git-refs depName=kind lookupName=https://github.com/kubernetes-sigs/kind versioning=semver
207-
KIND_VERSION: v0.26.0
207+
KIND_VERSION: v0.27.0
208208
cmds:
209209
- go install sigs.k8s.io/kind@{{.KIND_VERSION}}
210210
- kind version | grep -q {{.KIND_VERSION}}

0 commit comments

Comments
 (0)