Skip to content

Commit 8cea785

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.18.8 release
1 parent 267c6bf commit 8cea785

File tree

11 files changed

+20
-16
lines changed

11 files changed

+20
-16
lines changed

.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.18.8", "9.0.8"]
59+
BWC_VERSION: ["8.18.9", "9.0.8"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-java-ea.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ steps:
347347
- signal_reason: agent_stop
348348
limit: 3
349349

350-
- label: 8.18.8 / bwc
351-
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.18.8#bwcTest
350+
- label: 8.18.9 / bwc
351+
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.18.9#bwcTest
352352
timeout_in_minutes: 300
353353
agents:
354354
provider: gcp
@@ -357,7 +357,7 @@ steps:
357357
buildDirectory: /dev/shm/bk
358358
preemptible: true
359359
env:
360-
BWC_VERSION: 8.18.8
360+
BWC_VERSION: 8.18.9
361361
retry:
362362
automatic:
363363
- exit_status: "-1"
@@ -439,7 +439,7 @@ steps:
439439
timeout_in_minutes: 300
440440
matrix:
441441
setup:
442-
BWC_VERSION: ["8.18.8", "9.0.8"]
442+
BWC_VERSION: ["8.18.9", "9.0.8"]
443443
agents:
444444
provider: gcp
445445
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ steps:
318318
env:
319319
BWC_VERSION: 8.17.10
320320

321-
- label: "{{matrix.image}} / 8.18.8 / packaging-tests-upgrade"
322-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.8
321+
- label: "{{matrix.image}} / 8.18.9 / packaging-tests-upgrade"
322+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.9
323323
timeout_in_minutes: 300
324324
matrix:
325325
setup:
@@ -332,7 +332,7 @@ steps:
332332
machineType: custom-16-32768
333333
buildDirectory: /dev/shm/bk
334334
env:
335-
BWC_VERSION: 8.18.8
335+
BWC_VERSION: 8.18.9
336336

337337
- label: "{{matrix.image}} / 9.0.8 / packaging-tests-upgrade"
338338
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.0.8

.buildkite/pipelines/periodic.yml

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

347-
- label: 8.18.8 / bwc
348-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.8#bwcTest
347+
- label: 8.18.9 / bwc
348+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.9#bwcTest
349349
timeout_in_minutes: 300
350350
agents:
351351
provider: gcp
@@ -354,7 +354,7 @@ steps:
354354
buildDirectory: /dev/shm/bk
355355
preemptible: true
356356
env:
357-
BWC_VERSION: 8.18.8
357+
BWC_VERSION: 8.18.9
358358
retry:
359359
automatic:
360360
- exit_status: "-1"
@@ -448,7 +448,7 @@ steps:
448448
setup:
449449
ES_RUNTIME_JAVA:
450450
- openjdk21
451-
BWC_VERSION: ["8.18.8", "9.0.8"]
451+
BWC_VERSION: ["8.18.9", "9.0.8"]
452452
agents:
453453
provider: gcp
454454
image: family/elasticsearch-ubuntu-2404
@@ -490,7 +490,7 @@ steps:
490490
ES_RUNTIME_JAVA:
491491
- openjdk21
492492
- openjdk23
493-
BWC_VERSION: ["8.18.8", "9.0.8"]
493+
BWC_VERSION: ["8.18.9", "9.0.8"]
494494
agents:
495495
provider: gcp
496496
image: family/elasticsearch-ubuntu-2404

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ BWC_VERSION:
1717
- "8.15.5"
1818
- "8.16.6"
1919
- "8.17.10"
20-
- "8.18.8"
20+
- "8.18.9"
2121
- "9.0.8"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
BWC_VERSION:
2-
- "8.18.8"
2+
- "8.18.9"
33
- "9.0.8"

server/src/main/java/org/elasticsearch/Version.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
215215
public static final Version V_8_18_6 = new Version(8_18_06_99);
216216
public static final Version V_8_18_7 = new Version(8_18_07_99);
217217
public static final Version V_8_18_8 = new Version(8_18_08_99);
218+
public static final Version V_8_18_9 = new Version(8_18_09_99);
218219
public static final Version V_9_0_0 = new Version(9_00_00_99);
219220
public static final Version V_9_0_1 = new Version(9_00_01_99);
220221
public static final Version V_9_0_2 = new Version(9_00_02_99);

server/src/main/resources/org/elasticsearch/TransportVersions.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
8.18.5,8840007
160160
8.18.6,8840008
161161
8.18.7,8840009
162+
8.18.8,8840002
162163
9.0.0,9000009
163164
9.0.1,9000010
164165
9.0.2,9000011

server/src/main/resources/org/elasticsearch/index/IndexVersions.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
8.18.5,8525000
160160
8.18.6,8525000
161161
8.18.7,8525000
162+
8.18.8,8525000
162163
9.0.0,9009000
163164
9.0.1,9009000
164165
9.0.2,9009000
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8840012

0 commit comments

Comments
 (0)