Skip to content

Commit 5648ed2

Browse files
author
elasticsearchmachine
committed
Bump versions after 9.1.7 release
1 parent 3902135 commit 5648ed2

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
@@ -65,7 +65,7 @@ steps:
6565
timeout_in_minutes: 300
6666
matrix:
6767
setup:
68-
BWC_VERSION: ["8.19.8", "9.1.7", "9.2.1", "9.3.0"]
68+
BWC_VERSION: ["8.19.8", "9.1.8", "9.2.1", "9.3.0"]
6969
agents:
7070
provider: gcp
7171
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
@@ -404,8 +404,8 @@ steps:
404404
- signal_reason: agent_stop
405405
limit: 3
406406

407-
- label: 9.1.7 / bwc
408-
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v9.1.7#bwcTest
407+
- label: 9.1.8 / bwc
408+
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v9.1.8#bwcTest
409409
timeout_in_minutes: 300
410410
agents:
411411
provider: gcp
@@ -414,7 +414,7 @@ steps:
414414
buildDirectory: /dev/shm/bk
415415
preemptible: true
416416
env:
417-
BWC_VERSION: 9.1.7
417+
BWC_VERSION: 9.1.8
418418
retry:
419419
automatic:
420420
- exit_status: "-1"
@@ -538,7 +538,7 @@ steps:
538538
timeout_in_minutes: 300
539539
matrix:
540540
setup:
541-
BWC_VERSION: ["8.19.8", "9.1.7", "9.2.1", "9.3.0"]
541+
BWC_VERSION: ["8.19.8", "9.1.8", "9.2.1", "9.3.0"]
542542
agents:
543543
provider: gcp
544544
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ steps:
367367
env:
368368
BWC_VERSION: 9.0.7
369369

370-
- label: "{{matrix.image}} / 9.1.7 / packaging-tests-upgrade"
371-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.1.7
370+
- label: "{{matrix.image}} / 9.1.8 / packaging-tests-upgrade"
371+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.1.8
372372
timeout_in_minutes: 300
373373
matrix:
374374
setup:
@@ -381,7 +381,7 @@ steps:
381381
machineType: custom-16-32768
382382
buildDirectory: /dev/shm/bk
383383
env:
384-
BWC_VERSION: 9.1.7
384+
BWC_VERSION: 9.1.8
385385

386386
- label: "{{matrix.image}} / 9.2.1 / packaging-tests-upgrade"
387387
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.2.1

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ steps:
401401
- signal_reason: agent_stop
402402
limit: 3
403403

404-
- label: 9.1.7 / bwc
405-
command: .ci/scripts/run-gradle.sh --continue -Dbwc.checkout.align=true v9.1.7#bwcTest
404+
- label: 9.1.8 / bwc
405+
command: .ci/scripts/run-gradle.sh --continue -Dbwc.checkout.align=true v9.1.8#bwcTest
406406
timeout_in_minutes: 300
407407
agents:
408408
provider: gcp
@@ -411,7 +411,7 @@ steps:
411411
buildDirectory: /dev/shm/bk
412412
preemptible: true
413413
env:
414-
BWC_VERSION: 9.1.7
414+
BWC_VERSION: 9.1.8
415415
retry:
416416
automatic:
417417
- exit_status: "-1"
@@ -530,7 +530,7 @@ steps:
530530
setup:
531531
ES_RUNTIME_JAVA:
532532
- openjdk21
533-
BWC_VERSION: ["8.19.8", "9.1.7", "9.2.1", "9.3.0"]
533+
BWC_VERSION: ["8.19.8", "9.1.8", "9.2.1", "9.3.0"]
534534
agents:
535535
provider: gcp
536536
image: family/elasticsearch-ubuntu-2404
@@ -576,7 +576,7 @@ steps:
576576
ES_RUNTIME_JAVA:
577577
- openjdk21
578578
- openjdk23
579-
BWC_VERSION: ["8.19.8", "9.1.7", "9.2.1", "9.3.0"]
579+
BWC_VERSION: ["8.19.8", "9.1.8", "9.2.1", "9.3.0"]
580580
agents:
581581
provider: gcp
582582
image: family/elasticsearch-ubuntu-2404

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ BWC_VERSION:
2020
- "8.18.8"
2121
- "8.19.8"
2222
- "9.0.7"
23-
- "9.1.7"
23+
- "9.1.8"
2424
- "9.2.1"
2525
- "9.3.0"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BWC_VERSION:
22
- "8.19.8"
3-
- "9.1.7"
3+
- "9.1.8"
44
- "9.2.1"
55
- "9.3.0"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
240240
public static final Version V_9_1_5 = new Version(9_01_05_99);
241241
public static final Version V_9_1_6 = new Version(9_01_06_99);
242242
public static final Version V_9_1_7 = new Version(9_01_07_99);
243+
public static final Version V_9_1_8 = new Version(9_01_08_99);
243244
public static final Version V_9_2_0 = new Version(9_02_00_99);
244245
public static final Version V_9_2_1 = new Version(9_02_01_99);
245246
public static final Version V_9_3_0 = new Version(9_03_00_99);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,5 @@
184184
9.1.4,9112007
185185
9.1.5,9085000
186186
9.1.6,8840000
187+
9.1.7,8840000
187188
9.2.0,8840000

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,5 @@
184184
9.1.4,9033000
185185
9.1.5,9033000
186186
9.1.6,9033000
187+
9.1.7,9033000
187188
9.2.0,9039001
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9112013

0 commit comments

Comments
 (0)