Skip to content

Commit ec644b1

Browse files
committed
Bump versions after 8.16.1 release
1 parent a9451df commit ec644b1

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.16.1", "8.17.0", "8.18.0", "9.0.0"]
59+
BWC_VERSION: ["8.16.2", "8.17.0", "8.18.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
@@ -288,8 +288,8 @@ steps:
288288
env:
289289
BWC_VERSION: 8.15.4
290290

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
291+
- label: "{{matrix.image}} / 8.16.2 / packaging-tests-upgrade"
292+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.2
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.1
305+
BWC_VERSION: 8.16.2
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ steps:
306306
- signal_reason: agent_stop
307307
limit: 3
308308

309-
- label: 8.16.1 / bwc
310-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.1#bwcTest
309+
- label: 8.16.2 / bwc
310+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.2#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.1
319+
BWC_VERSION: 8.16.2
320320
retry:
321321
automatic:
322322
- exit_status: "-1"
@@ -448,7 +448,7 @@ steps:
448448
setup:
449449
ES_RUNTIME_JAVA:
450450
- openjdk21
451-
BWC_VERSION: ["8.16.1", "8.17.0", "8.18.0", "9.0.0"]
451+
BWC_VERSION: ["8.16.2", "8.17.0", "8.18.0", "9.0.0"]
452452
agents:
453453
provider: gcp
454454
image: family/elasticsearch-ubuntu-2004
@@ -490,7 +490,7 @@ steps:
490490
ES_RUNTIME_JAVA:
491491
- openjdk21
492492
- openjdk23
493-
BWC_VERSION: ["8.16.1", "8.17.0", "8.18.0", "9.0.0"]
493+
BWC_VERSION: ["8.16.2", "8.17.0", "8.18.0", "9.0.0"]
494494
agents:
495495
provider: gcp
496496
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ BWC_VERSION:
1515
- "8.13.4"
1616
- "8.14.3"
1717
- "8.15.4"
18-
- "8.16.1"
18+
- "8.16.2"
1919
- "8.17.0"
2020
- "8.18.0"
2121
- "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.16.1"
2+
- "8.16.2"
33
- "8.17.0"
44
- "8.18.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
@@ -189,6 +189,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
189189
public static final Version V_8_15_4 = new Version(8_15_04_99);
190190
public static final Version V_8_16_0 = new Version(8_16_00_99);
191191
public static final Version V_8_16_1 = new Version(8_16_01_99);
192+
public static final Version V_8_16_2 = new Version(8_16_02_99);
192193
public static final Version V_8_17_0 = new Version(8_17_00_99);
193194
public static final Version V_8_18_0 = new Version(8_18_00_99);
194195
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
@@ -133,3 +133,4 @@
133133
8.15.3,8702003
134134
8.15.4,8702003
135135
8.16.0,8772001
136+
8.16.1,8772004

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,4 @@
133133
8.15.3,8512000
134134
8.15.4,8512000
135135
8.16.0,8518000
136+
8.16.1,8518000

0 commit comments

Comments
 (0)