From 3e8876f7316a564a5940df729d95342ed7e9dd42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 08:26:33 +0000 Subject: [PATCH] k9s: Update to version 0.31.1 --- bucket/k9s.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/k9s.json b/bucket/k9s.json index a9a6014027..cc42e8e592 100644 --- a/bucket/k9s.json +++ b/bucket/k9s.json @@ -1,16 +1,16 @@ { - "version": "0.31.0", + "version": "0.31.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.31.0/k9s_Windows_amd64.zip", - "hash": "9632d50384a7e60029254b0c2c6b4a4e7e2b928e5d233cfd44fb51406bf74960" + "url": "https://github.com/derailed/k9s/releases/download/v0.31.1/k9s_Windows_amd64.zip", + "hash": "f5149ea67ef4758831b4713dd44053a32beec6ca385365e6f30053a0a0c0e553" }, "arm64": { - "url": "https://github.com/derailed/k9s/releases/download/v0.31.0/k9s_Windows_arm64.zip", - "hash": "4f5d7bcb5beb24ac4d218936ca38c2693e45aa0c95283a3015f7b8a503c977f9" + "url": "https://github.com/derailed/k9s/releases/download/v0.31.1/k9s_Windows_arm64.zip", + "hash": "030cd523dd9cd0d25f8eba014f5a5d31d6e70f38c42872d9a12e40e53f0121ba" } }, "bin": "k9s.exe",