Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
[updatecli] Bump elastic stack version to 8.11.1/8.12.0 (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
apmmachine authored Dec 12, 2023
1 parent 69172a6 commit 5864397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ if [ -z "${DISABLE_BUILD_PARALLEL}" ] || [ "${DISABLE_BUILD_PARALLEL}" = "false"
BUILD_OPTS="${BUILD_OPTS} --build-parallel"
fi

ELASTIC_STACK_VERSION=${ELASTIC_STACK_VERSION:-"8.10.2"}
ELASTIC_STACK_VERSION=${ELASTIC_STACK_VERSION:-"8.11.1"}

echo "ELASTIC_STACK_VERSION=${ELASTIC_STACK_VERSION}"
echo "APM_SERVER_BRANCH_VERSION=${APM_SERVER_BRANCH_VERSION}"
Expand Down
4 changes: 2 additions & 2 deletions scripts/modules/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ class LocalSetup(object):
'8.7': '8.7.1',
'8.8': '8.8.1',
'8.9': '8.9.2',
'8.10': '8.10.2',
'8.11': '8.11.0',
'8.10': '8.10.4',
'8.11': '8.11.1',
'8.12': '8.12.0',
# UPDATECLI_AUTOMATION
"main": "8.12.0",
Expand Down

0 comments on commit 5864397

Please sign in to comment.