From 6a152949d883ad5151d914498068a73d0f3f6ca5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 16:30:45 +0000 Subject: [PATCH] kind: Update to version 0.17.0 --- bucket/kind.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kind.json b/bucket/kind.json index eb880cb4ad..b14a11842f 100644 --- a/bucket/kind.json +++ b/bucket/kind.json @@ -1,12 +1,12 @@ { - "version": "0.16.0", + "version": "0.17.0", "description": "kind is a tool for running local Kubernetes clusters using Docker container nodes.", "homepage": "https://kind.sigs.k8s.io/docs/user/quick-start", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/kubernetes-sigs/kind/releases/download/v0.16.0/kind-windows-amd64#/kind.exe", - "hash": "9b1add999324193bf44cb2e92755712801264ca36b67114704e2fc10e0b3ae9b" + "url": "https://github.com/kubernetes-sigs/kind/releases/download/v0.17.0/kind-windows-amd64#/kind.exe", + "hash": "f650eb37e82c16021d0da807a44addcc05f5d7ef8a538f7a81e898ceead3f542" } }, "bin": "kind.exe",