Skip to content

Commit 5c625a3

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.19.11 release
1 parent 8a40ff5 commit 5c625a3

File tree

11 files changed

+21
-19
lines changed

11 files changed

+21
-19
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.11", "9.1.11", "9.2.6", "9.3.0", "9.4.0"]
68+
BWC_VERSION: ["8.19.12", "9.2.6", "9.4.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
@@ -366,8 +366,8 @@ steps:
366366
- signal_reason: agent_stop
367367
limit: 3
368368

369-
- label: 8.19.11 / bwc
370-
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.19.11#bwcTest
369+
- label: 8.19.12 / bwc
370+
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.19.12#bwcTest
371371
timeout_in_minutes: 300
372372
agents:
373373
provider: gcp
@@ -376,7 +376,7 @@ steps:
376376
buildDirectory: /dev/shm/bk
377377
preemptible: true
378378
env:
379-
BWC_VERSION: 8.19.11
379+
BWC_VERSION: 8.19.12
380380
retry:
381381
automatic:
382382
- exit_status: "-1"
@@ -557,7 +557,7 @@ steps:
557557
timeout_in_minutes: 300
558558
matrix:
559559
setup:
560-
BWC_VERSION: ["8.19.11", "9.1.11", "9.2.6", "9.3.0", "9.4.0"]
560+
BWC_VERSION: ["8.19.12", "9.2.6", "9.4.0"]
561561
agents:
562562
provider: gcp
563563
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ steps:
336336
env:
337337
BWC_VERSION: 8.18.8
338338

339-
- label: "{{matrix.image}} / 8.19.11 / packaging-tests-upgrade"
340-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.11
339+
- label: "{{matrix.image}} / 8.19.12 / packaging-tests-upgrade"
340+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.12
341341
timeout_in_minutes: 300
342342
matrix:
343343
setup:
@@ -350,7 +350,7 @@ steps:
350350
machineType: custom-16-32768
351351
buildDirectory: /dev/shm/bk
352352
env:
353-
BWC_VERSION: 8.19.11
353+
BWC_VERSION: 8.19.12
354354

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

.buildkite/pipelines/periodic.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ steps:
415415
- exit_status: "1"
416416
limit: 1
417417

418-
- label: 8.19.11 / bwc
419-
command: .ci/scripts/run-gradle.sh --continue -Dbwc.checkout.align=true v8.19.11#bwcTest
418+
- label: 8.19.12 / bwc
419+
command: .ci/scripts/run-gradle.sh --continue -Dbwc.checkout.align=true v8.19.12#bwcTest
420420
timeout_in_minutes: 300
421421
agents:
422422
provider: gcp
@@ -425,7 +425,7 @@ steps:
425425
buildDirectory: /dev/shm/bk
426426
preemptible: true
427427
env:
428-
BWC_VERSION: 8.19.11
428+
BWC_VERSION: 8.19.12
429429
retry:
430430
automatic:
431431
- exit_status: "-1"
@@ -625,7 +625,7 @@ steps:
625625
setup:
626626
ES_RUNTIME_JAVA:
627627
- openjdk21
628-
BWC_VERSION: ["8.19.11", "9.1.11", "9.2.6", "9.3.0", "9.4.0"]
628+
BWC_VERSION: ["8.19.12", "9.2.6", "9.4.0"]
629629
agents:
630630
provider: gcp
631631
image: family/elasticsearch-ubuntu-2404
@@ -692,7 +692,7 @@ steps:
692692
setup:
693693
ES_RUNTIME_JAVA:
694694
- openjdk21
695-
BWC_VERSION: ["8.19.11", "9.1.11", "9.2.6", "9.3.0", "9.4.0"]
695+
BWC_VERSION: ["8.19.12", "9.2.6", "9.4.0"]
696696
agents:
697697
provider: gcp
698698
image: family/elasticsearch-ubuntu-2404
@@ -749,7 +749,7 @@ steps:
749749
ES_RUNTIME_JAVA:
750750
- openjdk21
751751
- openjdk25
752-
BWC_VERSION: ["8.19.11", "9.1.11", "9.2.6", "9.3.0", "9.4.0"]
752+
BWC_VERSION: ["8.19.12", "9.2.6", "9.4.0"]
753753
agents:
754754
provider: gcp
755755
image: family/elasticsearch-ubuntu-2404

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BWC_VERSION:
1818
- "8.16.6"
1919
- "8.17.10"
2020
- "8.18.8"
21-
- "8.19.11"
21+
- "8.19.12"
2222
- "9.0.8"
2323
- "9.1.11"
2424
- "9.2.6"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
BWC_VERSION:
2-
- "8.19.11"
3-
- "9.1.11"
2+
- "8.19.12"
43
- "9.2.6"
5-
- "9.3.0"
64
- "9.4.0"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
227227
public static final Version V_8_19_9 = new Version(8_19_09_99);
228228
public static final Version V_8_19_10 = new Version(8_19_10_99);
229229
public static final Version V_8_19_11 = new Version(8_19_11_99);
230+
public static final Version V_8_19_12 = new Version(8_19_12_99);
230231
public static final Version V_9_0_0 = new Version(9_00_00_99);
231232
public static final Version V_9_0_1 = new Version(9_00_01_99);
232233
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
@@ -171,6 +171,7 @@
171171
8.19.8,8840000
172172
8.19.9,8840000
173173
8.19.10,8840000
174+
8.19.11,8840000
174175
9.0.0,9000009
175176
9.0.1,9000010
176177
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
@@ -171,6 +171,7 @@
171171
8.19.8,8536000
172172
8.19.9,8537000
173173
8.19.10,8537000
174+
8.19.11,8537000
174175
9.0.0,9009000
175176
9.0.1,9009000
176177
9.0.2,9009000
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8841083

0 commit comments

Comments
 (0)