From 7b3179a44ef6b6630085e8f931a84182c5121a0f Mon Sep 17 00:00:00 2001 From: apmmachine Date: Mon, 4 Apr 2022 05:13:58 +0000 Subject: [PATCH] [Automation] Update elastic stack release version to 8.1.2 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..49d1a52 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.1.2' } options { buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5', daysToKeepStr: '7')) diff --git a/.ci/its.groovy b/.ci/its.groovy index 354adaf..592c325 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.1.2', '8.2.0' } axis { name 'OS_VERSION'