Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

chore: bump elastic stack #1087

Merged
merged 1 commit into from
Mar 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: bump elastic stack
kuisathaverat committed Mar 24, 2021
commit c1772e9997d416cf46eb34c9faaa418c994f7c3b
2 changes: 1 addition & 1 deletion .ci/integrationTestEC.groovy
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ pipeline {
axes {
axis {
name 'ELASTIC_STACK_VERSION'
values '8.0.0-SNAPSHOT', '7.12.0-SNAPSHOT', '7.11.1'
values '8.0.0-SNAPSHOT', '7.12.1-SNAPSHOT', '7.12.0'
}
}
stages {
2 changes: 1 addition & 1 deletion .ci/integrationTestECK.groovy
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ pipeline {
axes {
axis {
name 'ELASTIC_STACK_VERSION'
values '7.12.0-SNAPSHOT', '7.11.1-SNAPSHOT', '7.11.1'
values '7.13.0-SNAPSHOT', '7.12.1-SNAPSHOT', '7.12.0'
}
}
stages {