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

Commit 5f17c18

Browse files
authored
bumping version (#126)
1 parent b7d2730 commit 5f17c18

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
@@ -32,7 +32,7 @@ runs:
3232
fi
3333
3434
FLEET_VERSION="$(curl "$FLEET_URL/api/v1/fleet/version" --header "Authorization: Bearer $FLEET_API_TOKEN" "${CURL_HEADER_ARGS[@]}" --fail --silent | jq --raw-output '.version')"
35-
DEFAULT_FLEETCTL_VERSION="4.87.0"
35+
DEFAULT_FLEETCTL_VERSION="4.87.1"
3636
3737
# Decide which fleetctl version to install:
3838
# 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
@@ -32,7 +32,7 @@ runs:
3232
fi
3333
3434
FLEET_VERSION="$(curl "$FLEET_URL/api/v1/fleet/version" --header "Authorization: Bearer $FLEET_API_TOKEN" "${CURL_HEADER_ARGS[@]}" --fail --silent | jq --raw-output '.version')"
35-
DEFAULT_FLEETCTL_VERSION="4.87.0"
35+
DEFAULT_FLEETCTL_VERSION="4.87.1"
3636
3737
# Decide which fleetctl version to install:
3838
# If the server returns a clean version (e.g. 4.74.0), use that.

0 commit comments

Comments
 (0)