From 9cf6a548dae7a4097f8f63bab4b2e1c53af88051 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Thu, 3 Mar 2022 05:13:00 +0000 Subject: [PATCH] [Automation] Update elastic stack release version to 8.0.1 and 8.2.0 --- .ci/Jenkinsfile | 2 +- .ci/its.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index b8ca3e8..a2ff57f 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { PIPELINE_LOG_LEVEL = 'INFO' LANG = "C.UTF-8" LC_ALL = "C.UTF-8" - ELASTIC_STACK_VERSION = '7.17.0' + ELASTIC_STACK_VERSION = '8.0.1' } options { buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5', daysToKeepStr: '7')) diff --git a/.ci/its.groovy b/.ci/its.groovy index 354adaf..ba5c72a 100644 --- a/.ci/its.groovy +++ b/.ci/its.groovy @@ -67,7 +67,7 @@ pipeline { // The below line is part of the bump release automation // if you change anything please modifies the file // .ci/bump-stack-release-version.sh - values '8.0.0-SNAPSHOT', '7.16.0', '7.15.0' + values '8.0.0-SNAPSHOT', '8.0.1', '8.2.0' } axis { name 'OS_VERSION'