From ef4b3a59d12eba178bbc80e2bf51878295aabd89 Mon Sep 17 00:00:00 2001 From: George Karr Date: Thu, 5 Mar 2026 16:10:49 -0600 Subject: [PATCH] Bumping version --- .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 3fdcc1bd..ea72d6d8 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.81.0" + DEFAULT_FLEETCTL_VERSION="4.81.1" # Decide which fleetctl version to install: # If the server returns a clean version (e.g. 4.74.0), use that.