From 8dc375887cf0f143d9aabbad56d0bafcf6c09c1d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 28 Jun 2025 16:02:27 +0100 Subject: [PATCH] chore(mise/tools): remove kubetail Stern fills the same need more than well enough, and kubetail's approach to publishing the CLI tool makes UBI not always play nice and find the correct release. --- config/mise/config.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index ca912e3..c474a17 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -77,7 +77,6 @@ ruby_install = true "pipx:fonttools" = "latest" "pipx:pipx" = "latest" "pipx:yamllint" = "latest" -"ubi:kubetail-org/kubetail" = { version = "cli/v0.4.4", tag_regex = "^cli\\/v\\d+" } "ubi:rails/rails-new" = "latest" 1password-cli = "latest" actionlint = "latest"