From 015952e222ab1eca02fb5fbdff545dce460785da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:24:36 +0000 Subject: [PATCH] k9s: Update to version 0.31.2 --- bucket/k9s.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/k9s.json b/bucket/k9s.json index cc42e8e592..4dcb0b9f07 100644 --- a/bucket/k9s.json +++ b/bucket/k9s.json @@ -1,16 +1,16 @@ { - "version": "0.31.1", + "version": "0.31.2", "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.1/k9s_Windows_amd64.zip", - "hash": "f5149ea67ef4758831b4713dd44053a32beec6ca385365e6f30053a0a0c0e553" + "url": "https://github.com/derailed/k9s/releases/download/v0.31.2/k9s_Windows_amd64.zip", + "hash": "528bbfe3253ac1958fdf4bf4251e5bdd2b305b1492fba7ff2ac83e5f8ef5a9a3" }, "arm64": { - "url": "https://github.com/derailed/k9s/releases/download/v0.31.1/k9s_Windows_arm64.zip", - "hash": "030cd523dd9cd0d25f8eba014f5a5d31d6e70f38c42872d9a12e40e53f0121ba" + "url": "https://github.com/derailed/k9s/releases/download/v0.31.2/k9s_Windows_arm64.zip", + "hash": "319ffcde08db6f601cd29d2c863fa0b808f8a7ca2b4668855ca5571fd09dc7fc" } }, "bin": "k9s.exe",