Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Commit 147f23e

Browse files
committed
Bump default Fleet version
1 parent 7a26860 commit 147f23e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/gitops-action-fleets/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
run: |
2222
FLEET_URL="${FLEET_URL%/}"
2323
FLEET_VERSION="$(curl "$FLEET_URL/api/v1/fleet/version" --header "Authorization: Bearer $FLEET_API_TOKEN" --fail --silent | jq --raw-output '.version')"
24-
DEFAULT_FLEETCTL_VERSION="4.83.1"
24+
DEFAULT_FLEETCTL_VERSION="4.84.0"
2525
2626
# Decide which fleetctl version to install:
2727
# If the server returns a clean version (e.g. 4.74.0), use that.

.github/gitops-action/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
run: |
2222
FLEET_URL="${FLEET_URL%/}"
2323
FLEET_VERSION="$(curl "$FLEET_URL/api/v1/fleet/version" --header "Authorization: Bearer $FLEET_API_TOKEN" --fail --silent | jq --raw-output '.version')"
24-
DEFAULT_FLEETCTL_VERSION="4.83.1"
24+
DEFAULT_FLEETCTL_VERSION="4.84.0"
2525
2626
# Decide which fleetctl version to install:
2727
# If the server returns a clean version (e.g. 4.74.0), use that.

0 commit comments

Comments
 (0)