From d1a082a57577a736c3f489963ae0454567c3a37e Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Fri, 20 Feb 2026 17:31:43 -0600 Subject: [PATCH] Bump Fleet to v4.81.0 --- .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 c0ba431b..3fdcc1bd 100644 --- a/.github/gitops-action/action.yml +++ b/.github/gitops-action/action.yml @@ -21,7 +21,7 @@ runs: run: | FLEET_URL="${FLEET_URL%/}" 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.2" + DEFAULT_FLEETCTL_VERSION="4.81.0" # Decide which fleetctl version to install: # If the server returns a clean version (e.g. 4.74.0), use that.