From df26703a2838c1d0d3aeaf36c8a2147c996a0132 Mon Sep 17 00:00:00 2001 From: Dejan Zele Pejchev Date: Wed, 25 Sep 2024 21:08:50 +0200 Subject: [PATCH] update armadactl version to v0.12.1 in get-armadactl script (#3968) --- scripts/get-armadactl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-armadactl.sh b/scripts/get-armadactl.sh index daa2e9b762f..a779749d867 100755 --- a/scripts/get-armadactl.sh +++ b/scripts/get-armadactl.sh @@ -37,7 +37,7 @@ get_latest_release() { # TODO: This is commented out due to an issue with release process. Until we fix integration tests run on release, we will use the hardcoded version v0.8.2 #VERSION=$(get_latest_release) -VERSION=v0.8.2 +VERSION=v0.12.1 ARMADACTL_URL="https://github.com/armadaproject/armada/releases/download/$VERSION/armadactl_${VERSION#v}_${SYSTEM}_${ARCH}.${ARCHIVE_TYPE}"