From 60e4aa152654728b0cacb4506b68ecfc80c81b14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 16:29:54 +0000 Subject: [PATCH] k9s: Update to version 0.50.2 --- bucket/k9s.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/k9s.json b/bucket/k9s.json index fc1b9254a0..7ccb385cc8 100644 --- a/bucket/k9s.json +++ b/bucket/k9s.json @@ -1,16 +1,16 @@ { - "version": "0.50.1", + "version": "0.50.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.50.1/k9s_Windows_amd64.zip", - "hash": "fcc2ed714113a4131124a8e2ee2e14f223bf50192175f679b19373d3497ac402" + "url": "https://github.com/derailed/k9s/releases/download/v0.50.2/k9s_Windows_amd64.zip", + "hash": "91efdb5cd147029aa2f8e079912fe0ef6622d6fd28c0bc2f669e79954279afc2" }, "arm64": { - "url": "https://github.com/derailed/k9s/releases/download/v0.50.1/k9s_Windows_arm64.zip", - "hash": "02e85520a8e8e681dd5b296b3d621c84da2be2e74f1f978706dc454f98464782" + "url": "https://github.com/derailed/k9s/releases/download/v0.50.2/k9s_Windows_arm64.zip", + "hash": "2aabd73c1522dd47a8ab9be67a513ad50f946799427f16634d695a51904c819b" } }, "bin": "k9s.exe",