From d6b138d28fb93a38a4017684cb695ed0bd41e10b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 16:30:05 +0000 Subject: [PATCH] k9s: Update to version 0.27.1 --- bucket/k9s.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/k9s.json b/bucket/k9s.json index be9eee4ffd..2c0fb9d5ad 100644 --- a/bucket/k9s.json +++ b/bucket/k9s.json @@ -1,16 +1,16 @@ { - "version": "0.27.0", + "version": "0.27.1", "description": "Kubernetes Clusters manager", "homepage": "https://github.com/derailed/k9s", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/derailed/k9s/releases/download/v0.27.0/k9s_Windows_amd64.tar.gz", - "hash": "2ba50896e237fde5621618ff4b20120e5913a1cece5b039578255b8c7445d013" + "url": "https://github.com/derailed/k9s/releases/download/v0.27.1/k9s_Windows_amd64.tar.gz", + "hash": "b1e219d8fbfa384dfd212e551ab9f373473dc73f2ef19d71efde802613d81690" }, "arm64": { - "url": "https://github.com/derailed/k9s/releases/download/v0.27.0/k9s_Windows_arm64.tar.gz", - "hash": "24e885111f3455b5a4e1eed27bce26652b396accfd2eee403519131b23c79bb2" + "url": "https://github.com/derailed/k9s/releases/download/v0.27.1/k9s_Windows_arm64.tar.gz", + "hash": "95a489c9f6afcc9716e92fd7f88dcf11625043816622f4e023c12f4ba688e351" } }, "bin": "k9s.exe",