From 8a254fc8e68171c68bd022f270a36ecc2b547882 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Wed, 15 Jul 2026 11:54:28 -0700 Subject: [PATCH] Bump DEFAULT_FLEETCTL_VERSION to 4.89.0 Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/gitops-action-fleets/action.yml | 2 +- .github/gitops-action/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/gitops-action-fleets/action.yml b/.github/gitops-action-fleets/action.yml index d4182b9..613878d 100644 --- a/.github/gitops-action-fleets/action.yml +++ b/.github/gitops-action-fleets/action.yml @@ -32,7 +32,7 @@ runs: fi FLEET_VERSION="$(curl "$FLEET_URL/api/v1/fleet/version" --header "Authorization: Bearer $FLEET_API_TOKEN" "${CURL_HEADER_ARGS[@]}" --fail --silent | jq --raw-output '.version')" - DEFAULT_FLEETCTL_VERSION="4.88.1" + DEFAULT_FLEETCTL_VERSION="4.89.0" # Decide which fleetctl version to install: # If the server returns a clean version (e.g. 4.74.0), use that. diff --git a/.github/gitops-action/action.yml b/.github/gitops-action/action.yml index 77d08d3..bab24d1 100644 --- a/.github/gitops-action/action.yml +++ b/.github/gitops-action/action.yml @@ -32,7 +32,7 @@ runs: fi FLEET_VERSION="$(curl "$FLEET_URL/api/v1/fleet/version" --header "Authorization: Bearer $FLEET_API_TOKEN" "${CURL_HEADER_ARGS[@]}" --fail --silent | jq --raw-output '.version')" - DEFAULT_FLEETCTL_VERSION="4.88.1" + DEFAULT_FLEETCTL_VERSION="4.89.0" # Decide which fleetctl version to install: # If the server returns a clean version (e.g. 4.74.0), use that.