From b0453dcf43be14024144abdc81cc9f63ccc6289d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:23:23 +0000 Subject: [PATCH] k9s: Update to version 0.30.1 --- bucket/k9s.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/k9s.json b/bucket/k9s.json index cdc0cb5190..7028ea73e8 100644 --- a/bucket/k9s.json +++ b/bucket/k9s.json @@ -1,16 +1,16 @@ { - "version": "0.30.0", + "version": "0.30.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.30.0/k9s_Windows_amd64.zip", - "hash": "ca2390aad41731aed95fc33282661a316f3a526c49a815ad28db75495364a267" + "url": "https://github.com/derailed/k9s/releases/download/v0.30.1/k9s_Windows_amd64.zip", + "hash": "b041c5c07094f05e5cfa76fd354c3081b8783ffd75afe1ce94ab50345b5ca4a3" }, "arm64": { - "url": "https://github.com/derailed/k9s/releases/download/v0.30.0/k9s_Windows_arm64.zip", - "hash": "f55fb4168528820b6cbedfc7e8a91f930a281d1f037e8148fb10b4c76e24bf57" + "url": "https://github.com/derailed/k9s/releases/download/v0.30.1/k9s_Windows_arm64.zip", + "hash": "a73c9df62806b6f7fe34403d2e543d563dc52d955b53ecb978320f3a4b7e50bd" } }, "bin": "k9s.exe",