Skip to content

Commit 56bc6fd

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.16.0 release
1 parent 55450fe commit 56bc6fd

File tree

8 files changed

+21
-20
lines changed

8 files changed

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

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 6 additions & 6 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.5 / packaging-tests-upgrade"
276-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.5
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,10 +286,10 @@ steps:
286286
machineType: custom-16-32768
287287
buildDirectory: /dev/shm/bk
288288
env:
289-
BWC_VERSION: 8.15.5
289+
BWC_VERSION: 8.15.4
290290

291-
- label: "{{matrix.image}} / 8.16.0 / packaging-tests-upgrade"
292-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.0
291+
- label: "{{matrix.image}} / 8.16.1 / packaging-tests-upgrade"
292+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.1
293293
timeout_in_minutes: 300
294294
matrix:
295295
setup:
@@ -302,7 +302,7 @@ steps:
302302
machineType: custom-16-32768
303303
buildDirectory: /dev/shm/bk
304304
env:
305-
BWC_VERSION: 8.16.0
305+
BWC_VERSION: 8.16.1
306306

307307
- label: "{{matrix.image}} / 8.17.0 / packaging-tests-upgrade"
308308
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.0

.buildkite/pipelines/periodic.yml

Lines changed: 8 additions & 8 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.5 / bwc
291-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.5#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.5
300+
BWC_VERSION: 8.15.4
301301
retry:
302302
automatic:
303303
- exit_status: "-1"
@@ -306,8 +306,8 @@ steps:
306306
- signal_reason: agent_stop
307307
limit: 3
308308

309-
- label: 8.16.0 / bwc
310-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.0#bwcTest
309+
- label: 8.16.1 / bwc
310+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.1#bwcTest
311311
timeout_in_minutes: 300
312312
agents:
313313
provider: gcp
@@ -316,7 +316,7 @@ steps:
316316
buildDirectory: /dev/shm/bk
317317
preemptible: true
318318
env:
319-
BWC_VERSION: 8.16.0
319+
BWC_VERSION: 8.16.1
320320
retry:
321321
automatic:
322322
- exit_status: "-1"
@@ -429,7 +429,7 @@ steps:
429429
setup:
430430
ES_RUNTIME_JAVA:
431431
- openjdk21
432-
BWC_VERSION: ["8.15.5", "8.16.0", "8.17.0", "9.0.0"]
432+
BWC_VERSION: ["8.16.1", "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.5", "8.16.0", "8.17.0", "9.0.0"]
474+
BWC_VERSION: ["8.16.1", "8.17.0", "9.0.0"]
475475
agents:
476476
provider: gcp
477477
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 2 additions & 2 deletions
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.5"
18-
- "8.16.0"
17+
- "8.15.4"
18+
- "8.16.1"
1919
- "8.17.0"
2020
- "9.0.0"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
BWC_VERSION:
2-
- "8.15.5"
3-
- "8.16.0"
2+
- "8.16.1"
43
- "8.17.0"
54
- "9.0.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
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);
189189
public static final Version V_8_15_4 = new Version(8_15_04_99);
190-
public static final Version V_8_15_5 = new Version(8_15_05_99);
191190
public static final Version V_8_16_0 = new Version(8_16_00_99);
191+
public static final Version V_8_16_1 = new Version(8_16_01_99);
192192
public static final Version V_8_17_0 = new Version(8_17_00_99);
193193
public static final Version V_9_0_0 = new Version(9_00_00_99);
194194
public static final Version CURRENT = V_9_0_0;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,4 @@
132132
8.15.2,8702003
133133
8.15.3,8702003
134134
8.15.4,8702003
135+
8.16.0,8772001

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,4 @@
132132
8.15.2,8512000
133133
8.15.3,8512000
134134
8.15.4,8512000
135+
8.16.0,8518000

0 commit comments

Comments
 (0)