From 5c9682a35e149e15438ea58ab82a88507acc97f3 Mon Sep 17 00:00:00 2001 From: Andres Morey Date: Sat, 11 Oct 2025 15:46:48 +0300 Subject: [PATCH] kubetail: Add version 0.9.0 (#6809) Signed-off-by: Andres Morey Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com> --- bucket/kubetail.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bucket/kubetail.json diff --git a/bucket/kubetail.json b/bucket/kubetail.json new file mode 100644 index 0000000000..0a7359cca9 --- /dev/null +++ b/bucket/kubetail.json @@ -0,0 +1,39 @@ +{ + "version": "0.9.0", + "description": "Real-time logging dashboard for Kubernetes", + "homepage": "https://github.com/kubetail-org/kubetail", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.9.0/kubetail-windows-amd64#/kubetail.exe", + "hash": "6c5eb4db5ca7502ea6f42d3e95734d4c1dd1a44ba29b956b9271e375c2561254" + }, + "arm64": { + "url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv0.9.0/kubetail-windows-arm64#/kubetail.exe", + "hash": "e48a1cc5c48c57c1512006712ad8dccd0e94f9d63379d663be190daeac97001e" + } + }, + "bin": "kubetail.exe", + "checkver": { + "github": "https://github.com/kubetail-org/kubetail", + "regex": "cli/v([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv$version/kubetail-windows-amd64#/kubetail.exe", + "hash": { + "url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv$version/kubetail-windows-amd64.sha256", + "regex": "([A-Fa-f0-9]{64})" + } + }, + "arm64": { + "url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv$version/kubetail-windows-arm64#/kubetail.exe", + "hash": { + "url": "https://github.com/kubetail-org/kubetail/releases/download/cli%2Fv$version/kubetail-windows-arm64.sha256", + "regex": "([A-Fa-f0-9]{64})" + } + } + } + } +}