Skip to content

Commit b8309d1

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.18.7 release
1 parent d8e9a71 commit b8309d1

File tree

13 files changed

+355
-85
lines changed

13 files changed

+355
-85
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"targetBranchChoices" : [ "main", "9.0", "8.19", "8.18", "8.17", "8.16", "8.15", "8.14", "8.13", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "6.8" ],
44
"targetPRLabels" : [ "backport" ],
55
"branchLabelMapping" : {
6-
"^v8.18.7$" : "main",
6+
"^v8.18.8$" : "main",
77
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
88
}
99
}

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
timeout_in_minutes: 300
5757
matrix:
5858
setup:
59-
BWC_VERSION: ["7.17.30", "8.18.7"]
59+
BWC_VERSION: ["7.17.30", "8.18.8"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-fwc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ steps:
1010
buildDirectory: /dev/shm/bk
1111
matrix:
1212
setup:
13-
FWC_VERSION: ["8.18.0", "8.18.1", "8.18.2", "8.18.3", "8.18.4", "8.18.5", "8.18.6"]
13+
FWC_VERSION: ["8.18.0", "8.18.1", "8.18.2", "8.18.3", "8.18.4", "8.18.5", "8.18.6", "8.18.7"]
1414
env:
1515
FWC_VERSION: "{{matrix.FWC_VERSION}}"

0 commit comments

Comments
 (0)