From 15373a67f38b3472f79a686a7b58b16c8bdf4f23 Mon Sep 17 00:00:00 2001 From: Ian Littman Date: Sat, 7 Feb 2026 22:20:20 -0600 Subject: [PATCH] Bump default fleetctl version to 4.80.1 --- .github/gitops-action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/gitops-action/action.yml b/.github/gitops-action/action.yml index 606330c..52bb7f0 100644 --- a/.github/gitops-action/action.yml +++ b/.github/gitops-action/action.yml @@ -20,7 +20,7 @@ runs: working-directory: ${{ inputs.working-directory }} run: | FLEET_VERSION="$(curl "$FLEET_URL/api/v1/fleet/version" --header "Authorization: Bearer $FLEET_API_TOKEN" --fail --silent | jq --raw-output '.version')" - DEFAULT_FLEETCTL_VERSION="4.80.0" + DEFAULT_FLEETCTL_VERSION="4.80.1" # Decide which fleetctl version to install: # If the server returns a clean version (e.g. 4.74.0), use that.