From e02f2efd682fd48bc95e6854852c3dc7f611987a Mon Sep 17 00:00:00 2001 From: George Karr Date: Wed, 18 Mar 2026 19:19:16 -0500 Subject: [PATCH] bumping version --- .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 bdb92fc..6fd742a 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.82.0" + DEFAULT_FLEETCTL_VERSION="4.82.1" # 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 70bbaee..cce8e1e 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.82.0" + DEFAULT_FLEETCTL_VERSION="4.82.1" # Decide which fleetctl version to install: # If the server returns a clean version (e.g. 4.74.0), use that.