Skip to content

Commit 192d61d

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.15.1 release
1 parent 7800e99 commit 192d61d

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
@@ -62,7 +62,7 @@ steps:
6262
timeout_in_minutes: 300
6363
matrix:
6464
setup:
65-
BWC_VERSION: ["7.17.24", "8.15.1", "8.16.0"]
65+
BWC_VERSION: ["7.17.24", "8.15.2", "8.16.0"]
6666
agents:
6767
provider: gcp
6868
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,8 @@ steps:
594594
env:
595595
BWC_VERSION: 8.14.3
596596

597-
- label: "{{matrix.image}} / 8.15.1 / packaging-tests-upgrade"
598-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.1
597+
- label: "{{matrix.image}} / 8.15.2 / packaging-tests-upgrade"
598+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.2
599599
timeout_in_minutes: 300
600600
matrix:
601601
setup:
@@ -609,7 +609,7 @@ steps:
609609
buildDirectory: /dev/shm/bk
610610
diskSizeGb: 250
611611
env:
612-
BWC_VERSION: 8.15.1
612+
BWC_VERSION: 8.15.2
613613

614614
- label: "{{matrix.image}} / 8.16.0 / packaging-tests-upgrade"
615615
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
@@ -662,8 +662,8 @@ steps:
662662
- signal_reason: agent_stop
663663
limit: 3
664664

665-
- label: 8.15.1 / bwc
666-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.1#bwcTest
665+
- label: 8.15.2 / bwc
666+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.2#bwcTest
667667
timeout_in_minutes: 300
668668
agents:
669669
provider: gcp
@@ -673,7 +673,7 @@ steps:
673673
preemptible: true
674674
diskSizeGb: 250
675675
env:
676-
BWC_VERSION: 8.15.1
676+
BWC_VERSION: 8.15.2
677677
retry:
678678
automatic:
679679
- exit_status: "-1"
@@ -771,7 +771,7 @@ steps:
771771
setup:
772772
ES_RUNTIME_JAVA:
773773
- openjdk17
774-
BWC_VERSION: ["7.17.24", "8.15.1", "8.16.0"]
774+
BWC_VERSION: ["7.17.24", "8.15.2", "8.16.0"]
775775
agents:
776776
provider: gcp
777777
image: family/elasticsearch-ubuntu-2004
@@ -821,7 +821,7 @@ steps:
821821
- openjdk21
822822
- openjdk22
823823
- openjdk23
824-
BWC_VERSION: ["7.17.24", "8.15.1", "8.16.0"]
824+
BWC_VERSION: ["7.17.24", "8.15.2", "8.16.0"]
825825
agents:
826826
provider: gcp
827827
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ BWC_VERSION:
3232
- "8.12.2"
3333
- "8.13.4"
3434
- "8.14.3"
35-
- "8.15.1"
35+
- "8.15.2"
3636
- "8.16.0"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
BWC_VERSION:
22
- "7.17.24"
3-
- "8.15.1"
3+
- "8.15.2"
44
- "8.16.0"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
182182
public static final Version V_8_14_3 = new Version(8_14_03_99);
183183
public static final Version V_8_15_0 = new Version(8_15_00_99);
184184
public static final Version V_8_15_1 = new Version(8_15_01_99);
185+
public static final Version V_8_15_2 = new Version(8_15_02_99);
185186
public static final Version V_8_16_0 = new Version(8_16_00_99);
186187
public static final Version CURRENT = V_8_16_0;
187188

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@
127127
8.14.2,8636001
128128
8.14.3,8636001
129129
8.15.0,8702002
130+
8.15.1,8702002

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,4 @@
127127
8.14.2,8505000
128128
8.14.3,8505000
129129
8.15.0,8512000
130+
8.15.1,8512000

0 commit comments

Comments
 (0)