From 5daf5d8d5a1c22f8768b874a3e98c416fc33777b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 30 Dec 2019 20:00:25 +0000 Subject: [PATCH] k9s: Update to version 0.10.0 --- bucket/k9s.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/k9s.json b/bucket/k9s.json index 57a6394de4..9ce8e75fb3 100644 --- a/bucket/k9s.json +++ b/bucket/k9s.json @@ -2,15 +2,15 @@ "homepage": "https://github.com/derailed/k9s", "license": "Apache-2.0", "description": "Kubernetes CLI To Manage Your Clusters In Style!", - "version": "0.9.3", + "version": "0.10.0", "architecture": { "64bit": { - "url": "https://github.com/derailed/k9s/releases/download/0.9.3/k9s_0.9.3_Windows_x86_64.tar.gz", - "hash": "50c48b923c9d33763c199db1964049a067676edd784f1bf786732475d98bac80" + "url": "https://github.com/derailed/k9s/releases/download/0.10.0/k9s_0.10.0_Windows_x86_64.tar.gz", + "hash": "82ca9ae86eaf4918c2670d4999e9eeaf6259dd0faec3868fe481c404c6a709ab" }, "32bit": { - "url": "https://github.com/derailed/k9s/releases/download/0.9.3/k9s_0.9.3_Windows_i386.tar.gz", - "hash": "8da0a0c58825a5945aaa9f04175b7cda3049930b80e48730e3274ae4418cbac1" + "url": "https://github.com/derailed/k9s/releases/download/0.10.0/k9s_0.10.0_Windows_i386.tar.gz", + "hash": "fa74ab707c9b5a55307dc3f2f9e55163e93b97420604617d82efd1e46bc79543" } }, "bin": "k9s.exe",