Skip to content

Commit c73bb4a

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.19.13 release
1 parent 517df79 commit c73bb4a

File tree

11 files changed

+21
-17
lines changed

11 files changed

+21
-17
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.13", "9.2.8", "9.3.3", "9.4.0"]
68+
BWC_VERSION: ["8.19.14", "9.2.8", "9.3.3", "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
@@ -367,8 +367,8 @@ steps:
367367
- signal_reason: agent_stop
368368
limit: 3
369369

370-
- label: 8.19.13 / bwc
371-
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.19.13#bwcTest
370+
- label: 8.19.14 / bwc
371+
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.19.14#bwcTest
372372
timeout_in_minutes: 300
373373
agents:
374374
provider: gcp
@@ -377,7 +377,7 @@ steps:
377377
buildDirectory: /dev/shm/bk
378378
preemptible: true
379379
env:
380-
BWC_VERSION: 8.19.13
380+
BWC_VERSION: 8.19.14
381381
retry:
382382
automatic:
383383
- exit_status: "-1"
@@ -558,7 +558,7 @@ steps:
558558
timeout_in_minutes: 300
559559
matrix:
560560
setup:
561-
BWC_VERSION: ["8.19.13", "9.2.8", "9.3.3", "9.4.0"]
561+
BWC_VERSION: ["8.19.14", "9.2.8", "9.3.3", "9.4.0"]
562562
agents:
563563
provider: gcp
564564
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ steps:
339339
env:
340340
BWC_VERSION: 8.18.8
341341

342-
- label: "{{matrix.image}} / 8.19.13 / packaging-tests-upgrade"
343-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.13
342+
- label: "{{matrix.image}} / 8.19.14 / packaging-tests-upgrade"
343+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.14
344344
timeout_in_minutes: 300
345345
matrix:
346346
setup:
@@ -353,7 +353,7 @@ steps:
353353
machineType: custom-16-32768
354354
buildDirectory: /dev/shm/bk
355355
env:
356-
BWC_VERSION: 8.19.13
356+
BWC_VERSION: 8.19.14
357357

358358
- label: "{{matrix.image}} / 9.0.8 / packaging-tests-upgrade"
359359
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.13 / bwc
419-
command: .ci/scripts/run-gradle.sh --continue -Dbwc.checkout.align=true v8.19.13#bwcTest
418+
- label: 8.19.14 / bwc
419+
command: .ci/scripts/run-gradle.sh --continue -Dbwc.checkout.align=true v8.19.14#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.13
428+
BWC_VERSION: 8.19.14
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.13", "9.2.8", "9.3.3", "9.4.0"]
628+
BWC_VERSION: ["8.19.14", "9.2.8", "9.3.3", "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.13", "9.2.8", "9.3.3", "9.4.0"]
695+
BWC_VERSION: ["8.19.14", "9.2.8", "9.3.3", "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.13", "9.2.8", "9.3.3", "9.4.0"]
752+
BWC_VERSION: ["8.19.14", "9.2.8", "9.3.3", "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.13"
21+
- "8.19.14"
2222
- "9.0.8"
2323
- "9.1.9"
2424
- "9.2.8"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BWC_VERSION:
2-
- "8.19.13"
2+
- "8.19.14"
33
- "9.2.8"
44
- "9.3.3"
55
- "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
@@ -229,6 +229,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
229229
public static final Version V_8_19_11 = new Version(8_19_11_99);
230230
public static final Version V_8_19_12 = new Version(8_19_12_99);
231231
public static final Version V_8_19_13 = new Version(8_19_13_99);
232+
public static final Version V_8_19_14 = new Version(8_19_14_99);
232233
public static final Version V_9_0_0 = new Version(9_00_00_99);
233234
public static final Version V_9_0_1 = new Version(9_00_01_99);
234235
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
@@ -204,3 +204,4 @@
204204
9.2.6,9185020
205205
9.2.7,9185021
206206
9.3.2,9250008
207+
8.19.13,8841085

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
8.19.10,8537000
174174
8.19.11,8537000
175175
8.19.12,8537000
176+
8.19.13,8537000
176177
9.0.0,9009000
177178
9.0.1,9009000
178179
9.0.2,9009000
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8841086

0 commit comments

Comments
 (0)