From 904a438f6c862b7eae3c706080553ab86b892880 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Fri, 3 Nov 2023 15:02:53 +0000 Subject: [PATCH 1/5] chore: Update elastic stack version to 8.10.4 (release) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- scripts/modules/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/modules/cli.py b/scripts/modules/cli.py index c39dc9d7e..829940ffe 100644 --- a/scripts/modules/cli.py +++ b/scripts/modules/cli.py @@ -90,7 +90,7 @@ class LocalSetup(object): '8.7': '8.7.1', '8.8': '8.8.1', '8.9': '8.9.2', - '8.10': '8.10.2', + '8.10': '8.10.4', '8.11': '8.11.0', '8.12': '8.12.0', # UPDATECLI_AUTOMATION From aebdc5f0ff2d50d9e8248e3d9b48ae83f0a43407 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Fri, 3 Nov 2023 15:02:54 +0000 Subject: [PATCH 2/5] chore: Update elastic stack version to 8.10.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .ci/scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/scripts/common.sh b/.ci/scripts/common.sh index 24fcc6ea7..a390b19fb 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.10.4"} echo "ELASTIC_STACK_VERSION=${ELASTIC_STACK_VERSION}" echo "APM_SERVER_BRANCH_VERSION=${APM_SERVER_BRANCH_VERSION}" From 58d47a42e94ae25c51be97e1a85a00875368c074 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Wed, 8 Nov 2023 15:03:21 +0000 Subject: [PATCH 3/5] chore: Update elastic stack version to 8.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .ci/scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/scripts/common.sh b/.ci/scripts/common.sh index a390b19fb..105762e22 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.4"} +ELASTIC_STACK_VERSION=${ELASTIC_STACK_VERSION:-"8.11.0"} echo "ELASTIC_STACK_VERSION=${ELASTIC_STACK_VERSION}" echo "APM_SERVER_BRANCH_VERSION=${APM_SERVER_BRANCH_VERSION}" From c10fd76fd29223ae6d21f0fccc1a209265b4d647 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Thu, 16 Nov 2023 15:03:15 +0000 Subject: [PATCH 4/5] chore: Update elastic stack version to 8.11.1 (release) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- scripts/modules/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/modules/cli.py b/scripts/modules/cli.py index 829940ffe..6bd2f0cc8 100644 --- a/scripts/modules/cli.py +++ b/scripts/modules/cli.py @@ -91,7 +91,7 @@ class LocalSetup(object): '8.8': '8.8.1', '8.9': '8.9.2', '8.10': '8.10.4', - '8.11': '8.11.0', + '8.11': '8.11.1', '8.12': '8.12.0', # UPDATECLI_AUTOMATION "main": "8.12.0", From e1ebfa0cefd806ec6cb66cb7d264d0ce87cac6b8 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Thu, 16 Nov 2023 15:03:17 +0000 Subject: [PATCH 5/5] chore: Update elastic stack version to 8.11.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .ci/scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/scripts/common.sh b/.ci/scripts/common.sh index 105762e22..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.11.0"} +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}"