From f26273756784148a93d126eaf2c496c8696db297 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Fri, 19 Jun 2026 17:55:35 -0700 Subject: [PATCH] Bump DEFAULT_FLEETCTL_VERSION to 4.87.0 --- .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 6acbe2f..9ec6c68 100644 --- a/.github/gitops-action-fleets/action.yml +++ b/.github/gitops-action-fleets/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.86.1" + DEFAULT_FLEETCTL_VERSION="4.87.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 e2da8a0..cbaf8d1 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.86.1" + DEFAULT_FLEETCTL_VERSION="4.87.0" # Decide which fleetctl version to install: # If the server returns a clean version (e.g. 4.74.0), use that.