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

[updatecli] Bump elastic stack version to 8.11.1/8.12.0 #1579

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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