From 23b1a96ee0b4a8b0181d08e54a70e8664f10be85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 04:58:32 +0000 Subject: [PATCH] kind: Update to version 0.16.0 --- bucket/kind.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kind.json b/bucket/kind.json index e0d3c3791f..eb880cb4ad 100644 --- a/bucket/kind.json +++ b/bucket/kind.json @@ -1,12 +1,12 @@ { - "version": "0.15.0", + "version": "0.16.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.15.0/kind-windows-amd64#/kind.exe", - "hash": "21ba87478d12752f6dacda4ce02315bc44c14d57d1a65c0760b27ba7d6c338bb" + "url": "https://github.com/kubernetes-sigs/kind/releases/download/v0.16.0/kind-windows-amd64#/kind.exe", + "hash": "9b1add999324193bf44cb2e92755712801264ca36b67114704e2fc10e0b3ae9b" } }, "bin": "kind.exe",