From 7a93709ad01f95c2eb2eadcef21568ec36611133 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 14:14:09 +0000 Subject: [PATCH] chore(deps): update dependency vibioh/kmux to v0.14.4 --- installations/kubernetes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installations/kubernetes.sh b/installations/kubernetes.sh index 23d4ee1e..d0d669e7 100644 --- a/installations/kubernetes.sh +++ b/installations/kubernetes.sh @@ -37,7 +37,7 @@ install() { archive_to_binary "https://github.com/bitnami-labs/sealed-secrets/releases/download/${KUBESEAL_VERSION}/kubeseal-${KUBESEAL_VERSION#v}-$(normalized_os)-$(normalized_arch "amd64" "arm" "arm64").tar.gz" "kubeseal" # renovate: datasource=github-releases depName=ViBiOh/kmux - local KMUX_VERSION="v0.14.3" + local KMUX_VERSION="v0.14.4" archive_to_binary "https://github.com/ViBiOh/kmux/releases/download/${KMUX_VERSION}/kmux_$(normalized_os)_$(normalized_arch "" "arm" "arm64").tar.gz" "kmux" kmux completion bash >"${HOME}/opt/completions/kmux-completion.sh" }