From 58643973cd4a76309fa16839f149a0b0fac9b08b Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:02:08 -0500 Subject: [PATCH] [updatecli] Bump elastic stack version to 8.11.1/8.12.0 (#1579) --- .ci/scripts/common.sh | 2 +- scripts/modules/cli.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/scripts/common.sh b/.ci/scripts/common.sh index 24fcc6ea7..551f2559a 100644 --- a/.ci/scripts/common.sh +++ b/.ci/scripts/common.sh @@ -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}" diff --git a/scripts/modules/cli.py b/scripts/modules/cli.py index c39dc9d7e..6bd2f0cc8 100644 --- a/scripts/modules/cli.py +++ b/scripts/modules/cli.py @@ -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",