From c4527f8211c7184de8fe80145f125df10443bb04 Mon Sep 17 00:00:00 2001 From: Ash <159829404+hedge-sparrow@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:28:17 +0100 Subject: [PATCH] chore: Bump troubleshoot version (#1240) Bump troubleshoot version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec45d8198..a1da6f609 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ K0S_GO_VERSION = v1.29.8+k0s.0 PREVIOUS_K0S_VERSION ?= v1.28.10+k0s.0 K0S_BINARY_SOURCE_OVERRIDE = PREVIOUS_K0S_BINARY_SOURCE_OVERRIDE = -TROUBLESHOOT_VERSION = v0.102.0 +TROUBLESHOOT_VERSION = v0.104.0 KOTS_VERSION = v$(shell awk '/^version/{print $$2}' pkg/addons/adminconsole/static/metadata.yaml | sed -E 's/([0-9]+\.[0-9]+\.[0-9]+).*/\1/') # When updating KOTS_BINARY_URL_OVERRIDE, also update the KOTS_VERSION above or # scripts/ci-upload-binaries.sh may find the version in the cache and not upload the overridden binary.