Skip to content

Commit c8e2605

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.19.4 release
1 parent 0cda0f6 commit c8e2605

File tree

10 files changed

+19
-15
lines changed

10 files changed

+19
-15
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.18.8", "8.19.4", "9.0.8", "9.1.4"]
68+
BWC_VERSION: ["8.18.8", "8.19.5", "9.0.8", "9.1.4"]
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.4 / bwc
370-
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.19.4#bwcTest
369+
- label: 8.19.5 / bwc
370+
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.19.5#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.4
379+
BWC_VERSION: 8.19.5
380380
retry:
381381
automatic:
382382
- exit_status: "-1"
@@ -477,7 +477,7 @@ steps:
477477
timeout_in_minutes: 300
478478
matrix:
479479
setup:
480-
BWC_VERSION: ["8.18.8", "8.19.4", "9.0.8", "9.1.4"]
480+
BWC_VERSION: ["8.18.8", "8.19.5", "9.0.8", "9.1.4"]
481481
agents:
482482
provider: gcp
483483
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ steps:
334334
env:
335335
BWC_VERSION: 8.18.8
336336

337-
- label: "{{matrix.image}} / 8.19.4 / packaging-tests-upgrade"
338-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.4
337+
- label: "{{matrix.image}} / 8.19.5 / packaging-tests-upgrade"
338+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.5
339339
timeout_in_minutes: 300
340340
matrix:
341341
setup:
@@ -348,7 +348,7 @@ steps:
348348
machineType: custom-16-32768
349349
buildDirectory: /dev/shm/bk
350350
env:
351-
BWC_VERSION: 8.19.4
351+
BWC_VERSION: 8.19.5
352352

353353
- label: "{{matrix.image}} / 9.0.8 / packaging-tests-upgrade"
354354
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
@@ -363,8 +363,8 @@ steps:
363363
- signal_reason: agent_stop
364364
limit: 3
365365

366-
- label: 8.19.4 / bwc
367-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.4#bwcTest
366+
- label: 8.19.5 / bwc
367+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.5#bwcTest
368368
timeout_in_minutes: 300
369369
agents:
370370
provider: gcp
@@ -373,7 +373,7 @@ steps:
373373
buildDirectory: /dev/shm/bk
374374
preemptible: true
375375
env:
376-
BWC_VERSION: 8.19.4
376+
BWC_VERSION: 8.19.5
377377
retry:
378378
automatic:
379379
- exit_status: "-1"
@@ -487,7 +487,7 @@ steps:
487487
setup:
488488
ES_RUNTIME_JAVA:
489489
- openjdk21
490-
BWC_VERSION: ["8.18.8", "8.19.4", "9.0.8", "9.1.4"]
490+
BWC_VERSION: ["8.18.8", "8.19.5", "9.0.8", "9.1.4"]
491491
agents:
492492
provider: gcp
493493
image: family/elasticsearch-ubuntu-2404
@@ -531,7 +531,7 @@ steps:
531531
ES_RUNTIME_JAVA:
532532
- openjdk21
533533
- openjdk23
534-
BWC_VERSION: ["8.18.8", "8.19.4", "9.0.8", "9.1.4"]
534+
BWC_VERSION: ["8.18.8", "8.19.5", "9.0.8", "9.1.4"]
535535
agents:
536536
provider: gcp
537537
image: family/elasticsearch-ubuntu-2404

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ BWC_VERSION:
1818
- "8.16.6"
1919
- "8.17.10"
2020
- "8.18.8"
21-
- "8.19.4"
21+
- "8.19.5"
2222
- "9.0.8"
2323
- "9.1.4"

.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.18.8"
3-
- "8.19.4"
3+
- "8.19.5"
44
- "9.0.8"
55
- "9.1.4"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ static TransportVersion def(int id) {
201201
public static final TransportVersion ESQL_DOCUMENTS_FOUND_AND_VALUES_LOADED_8_19 = def(8_841_0_61);
202202
public static final TransportVersion ESQL_PROFILE_INCLUDE_PLAN_8_19 = def(8_841_0_62);
203203
public static final TransportVersion INITIAL_ELASTICSEARCH_8_19_4 = def(8_841_0_68);
204+
public static final TransportVersion INITIAL_ELASTICSEARCH_8_19_5 = def(8_841_0_69);
204205
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0 = def(9_000_0_00);
205206
public static final TransportVersion REMOVE_SNAPSHOT_FAILURES_90 = def(9_000_0_01);
206207
public static final TransportVersion TRANSPORT_STATS_HANDLING_TIME_REQUIRED_90 = def(9_000_0_02);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
220220
public static final Version V_8_19_2 = new Version(8_19_02_99);
221221
public static final Version V_8_19_3 = new Version(8_19_03_99);
222222
public static final Version V_8_19_4 = new Version(8_19_04_99);
223+
public static final Version V_8_19_5 = new Version(8_19_05_99);
223224
public static final Version V_9_0_0 = new Version(9_00_00_99);
224225
public static final Version V_9_0_1 = new Version(9_00_01_99);
225226
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
@@ -163,6 +163,7 @@
163163
8.19.1,8841065
164164
8.19.2,8841066
165165
8.19.3,8841067
166+
8.19.4,8841068
166167
9.0.0,9000009
167168
9.0.1,9000010
168169
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
@@ -163,6 +163,7 @@
163163
8.19.1,8536000
164164
8.19.2,8536000
165165
8.19.3,8536000
166+
8.19.4,8536000
166167
9.0.0,9009000
167168
9.0.1,9009000
168169
9.0.2,9009000

0 commit comments

Comments
 (0)