Skip to content

Commit b8688b3

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.15.3 release
1 parent 831d55f commit b8688b3

File tree

8 files changed

+14
-11
lines changed

8 files changed

+14
-11
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.15.3", "8.16.0", "8.17.0", "9.0.0"]
59+
BWC_VERSION: ["8.15.4", "8.16.0", "8.17.0", "9.0.0"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ steps:
272272
env:
273273
BWC_VERSION: 8.14.3
274274

275-
- label: "{{matrix.image}} / 8.15.3 / packaging-tests-upgrade"
276-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.3
275+
- label: "{{matrix.image}} / 8.15.4 / packaging-tests-upgrade"
276+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.4
277277
timeout_in_minutes: 300
278278
matrix:
279279
setup:
@@ -286,7 +286,7 @@ steps:
286286
machineType: custom-16-32768
287287
buildDirectory: /dev/shm/bk
288288
env:
289-
BWC_VERSION: 8.15.3
289+
BWC_VERSION: 8.15.4
290290

291291
- label: "{{matrix.image}} / 8.16.0 / packaging-tests-upgrade"
292292
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.0

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ steps:
287287
- signal_reason: agent_stop
288288
limit: 3
289289

290-
- label: 8.15.3 / bwc
291-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.3#bwcTest
290+
- label: 8.15.4 / bwc
291+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.4#bwcTest
292292
timeout_in_minutes: 300
293293
agents:
294294
provider: gcp
@@ -297,7 +297,7 @@ steps:
297297
buildDirectory: /dev/shm/bk
298298
preemptible: true
299299
env:
300-
BWC_VERSION: 8.15.3
300+
BWC_VERSION: 8.15.4
301301
retry:
302302
automatic:
303303
- exit_status: "-1"
@@ -429,7 +429,7 @@ steps:
429429
setup:
430430
ES_RUNTIME_JAVA:
431431
- openjdk21
432-
BWC_VERSION: ["8.15.3", "8.16.0", "8.17.0", "9.0.0"]
432+
BWC_VERSION: ["8.15.4", "8.16.0", "8.17.0", "9.0.0"]
433433
agents:
434434
provider: gcp
435435
image: family/elasticsearch-ubuntu-2004
@@ -471,7 +471,7 @@ steps:
471471
ES_RUNTIME_JAVA:
472472
- openjdk21
473473
- openjdk23
474-
BWC_VERSION: ["8.15.3", "8.16.0", "8.17.0", "9.0.0"]
474+
BWC_VERSION: ["8.15.4", "8.16.0", "8.17.0", "9.0.0"]
475475
agents:
476476
provider: gcp
477477
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BWC_VERSION:
1414
- "8.12.2"
1515
- "8.13.4"
1616
- "8.14.3"
17-
- "8.15.3"
17+
- "8.15.4"
1818
- "8.16.0"
1919
- "8.17.0"
2020
- "9.0.0"

.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.15.3"
2+
- "8.15.4"
33
- "8.16.0"
44
- "8.17.0"
55
- "9.0.0"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
186186
public static final Version V_8_15_1 = new Version(8_15_01_99);
187187
public static final Version V_8_15_2 = new Version(8_15_02_99);
188188
public static final Version V_8_15_3 = new Version(8_15_03_99);
189+
public static final Version V_8_15_4 = new Version(8_15_04_99);
189190
public static final Version V_8_16_0 = new Version(8_16_00_99);
190191
public static final Version V_8_17_0 = new Version(8_17_00_99);
191192
public static final Version V_9_0_0 = new Version(9_00_00_99);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,4 @@
130130
8.15.0,8702002
131131
8.15.1,8702002
132132
8.15.2,8702003
133+
8.15.3,8702003

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,4 @@
130130
8.15.0,8512000
131131
8.15.1,8512000
132132
8.15.2,8512000
133+
8.15.3,8512000

0 commit comments

Comments
 (0)