Skip to content

Commit 31ebc5f

Browse files
committed
Bump versions after 8.15.5 release
1 parent 9022ccc commit 31ebc5f

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

.buildkite/pipelines/periodic-packaging.yml

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

276-
- label: "{{matrix.image}} / 8.15.4 / packaging-tests-upgrade"
277-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.4
276+
- label: "{{matrix.image}} / 8.15.6 / packaging-tests-upgrade"
277+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.6
278278
timeout_in_minutes: 300
279279
matrix:
280280
setup:
@@ -287,7 +287,7 @@ steps:
287287
machineType: custom-16-32768
288288
buildDirectory: /dev/shm/bk
289289
env:
290-
BWC_VERSION: 8.15.4
290+
BWC_VERSION: 8.15.6
291291

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

.buildkite/pipelines/periodic.yml

Lines changed: 3 additions & 3 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.4 / bwc
291-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.4#bwcTest
290+
- label: 8.15.6 / bwc
291+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.6#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.4
300+
BWC_VERSION: 8.15.6
301301
retry:
302302
automatic:
303303
- exit_status: "-1"

.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.4"
17+
- "8.15.6"
1818
- "8.16.2"
1919
- "8.17.0"
2020
- "8.18.0"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ 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_6 = new Version(8_15_06_99);
190191
public static final Version V_8_16_0 = new Version(8_16_00_99);
191192
public static final Version V_8_16_1 = new Version(8_16_01_99);
192193
public static final Version V_8_16_2 = new Version(8_16_02_99);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,6 @@
132132
8.15.2,8702003
133133
8.15.3,8702003
134134
8.15.4,8702003
135+
8.15.5,8702003
135136
8.16.0,8772001
136137
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
@@ -132,5 +132,6 @@
132132
8.15.2,8512000
133133
8.15.3,8512000
134134
8.15.4,8512000
135+
8.15.5,8512000
135136
8.16.0,8518000
136137
8.16.1,8518000

0 commit comments

Comments
 (0)