Skip to content

Commit b378a1b

Browse files
elasticsearchmachinerjernst
authored andcommitted
Bump 8.x to 8.18.0
1 parent 7aa07f1 commit b378a1b

File tree

11 files changed

+619
-984
lines changed

11 files changed

+619
-984
lines changed

.backportrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"upstream" : "elastic/elasticsearch",
3-
"targetBranchChoices" : [ "main", "8.x", "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" ],
3+
"targetBranchChoices" : [ "main", "8.x", "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" : {
66
"^v9.0.0$" : "main",
7-
"^v8.17.0$" : "8.x",
7+
"^v8.18.0$" : "8.x",
88
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
99
}
1010
}

.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: ["8.16.1", "8.17.0", "9.0.0"]
59+
BWC_VERSION: ["8.16.1", "8.17.0", "8.18.0", "9.0.0"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,22 @@ steps:
320320
env:
321321
BWC_VERSION: 8.17.0
322322

323+
- label: "{{matrix.image}} / 8.18.0 / packaging-tests-upgrade"
324+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.0
325+
timeout_in_minutes: 300
326+
matrix:
327+
setup:
328+
image:
329+
- rocky-8
330+
- ubuntu-2004
331+
agents:
332+
provider: gcp
333+
image: family/elasticsearch-{{matrix.image}}
334+
machineType: custom-16-32768
335+
buildDirectory: /dev/shm/bk
336+
env:
337+
BWC_VERSION: 8.18.0
338+
323339
- label: "{{matrix.image}} / 9.0.0 / packaging-tests-upgrade"
324340
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.0.0
325341
timeout_in_minutes: 300

.buildkite/pipelines/periodic.yml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,25 @@ steps:
344344
- signal_reason: agent_stop
345345
limit: 3
346346

347+
- label: 8.18.0 / bwc
348+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.0#bwcTest
349+
timeout_in_minutes: 300
350+
agents:
351+
provider: gcp
352+
image: family/elasticsearch-ubuntu-2004
353+
machineType: n1-standard-32
354+
buildDirectory: /dev/shm/bk
355+
preemptible: true
356+
env:
357+
BWC_VERSION: 8.18.0
358+
retry:
359+
automatic:
360+
- exit_status: "-1"
361+
limit: 3
362+
signal_reason: none
363+
- signal_reason: agent_stop
364+
limit: 3
365+
347366
- label: 9.0.0 / bwc
348367
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.0#bwcTest
349368
timeout_in_minutes: 300
@@ -429,7 +448,7 @@ steps:
429448
setup:
430449
ES_RUNTIME_JAVA:
431450
- openjdk21
432-
BWC_VERSION: ["8.16.1", "8.17.0", "9.0.0"]
451+
BWC_VERSION: ["8.16.1", "8.17.0", "8.18.0", "9.0.0"]
433452
agents:
434453
provider: gcp
435454
image: family/elasticsearch-ubuntu-2004
@@ -471,7 +490,7 @@ steps:
471490
ES_RUNTIME_JAVA:
472491
- openjdk21
473492
- openjdk23
474-
BWC_VERSION: ["8.16.1", "8.17.0", "9.0.0"]
493+
BWC_VERSION: ["8.16.1", "8.17.0", "8.18.0", "9.0.0"]
475494
agents:
476495
provider: gcp
477496
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ BWC_VERSION:
1717
- "8.15.4"
1818
- "8.16.1"
1919
- "8.17.0"
20+
- "8.18.0"
2021
- "9.0.0"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BWC_VERSION:
22
- "8.16.1"
33
- "8.17.0"
4+
- "8.18.0"
45
- "9.0.0"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[[migrating-8.18]]
2+
== Migrating to 8.18
3+
++++
4+
<titleabbrev>8.18</titleabbrev>
5+
++++
6+
7+
This section discusses the changes that you need to be aware of when migrating
8+
your application to {es} 8.18.
9+
10+
See also <<release-highlights>> and <<es-release-notes>>.
11+
12+
coming::[8.18.0]
13+
14+
15+
[discrete]
16+
[[breaking-changes-8.18]]
17+
=== Breaking changes
18+
19+
There are no breaking changes in {es} 8.18.
20+

0 commit comments

Comments
 (0)