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.3/8.13.0 (#1581)
Browse files Browse the repository at this point in the history
* chore: Update elastic stack version to 8.13.0 (bc)

Made with ❤️️ by updatecli

* chore: Update elastic stack version to 8.11.3 (release)

Made with ❤️️ by updatecli

* chore: Update elastic stack version to 8.11.3

Made with ❤️️ by updatecli

---------

Co-authored-by: apmmachine <apmmachine@users.noreply.github.com>
  • Loading branch information
apmmachine and apmmachine authored Jan 4, 2024
1 parent cf22252 commit 27b8646
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.11.1"}
ELASTIC_STACK_VERSION=${ELASTIC_STACK_VERSION:-"8.11.3"}

echo "ELASTIC_STACK_VERSION=${ELASTIC_STACK_VERSION}"
echo "APM_SERVER_BRANCH_VERSION=${APM_SERVER_BRANCH_VERSION}"
Expand Down
3 changes: 2 additions & 1 deletion scripts/modules/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ class LocalSetup(object):
'8.8': '8.8.1',
'8.9': '8.9.2',
'8.10': '8.10.4',
'8.11': '8.11.1',
'8.11': '8.11.3',
'8.12': '8.12.0',
'8.13': '8.13.0',
# UPDATECLI_AUTOMATION
"main": "8.13.0",
"master": "8.13.0", # keep master alias for backward compatibility. Upgrade the main alias only
Expand Down

0 comments on commit 27b8646

Please sign in to comment.