Skip to content

Commit 4fb2c6a

Browse files
author
elasticsearchmachine
committed
Bump versions after 7.17.24 release
1 parent ef725fe commit 4fb2c6a

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.2"]
65+
BWC_VERSION: ["7.17.25", "8.15.2"]
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
@@ -322,8 +322,8 @@ steps:
322322
env:
323323
BWC_VERSION: 7.16.3
324324

325-
- label: "{{matrix.image}} / 7.17.24 / packaging-tests-upgrade"
326-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.24
325+
- label: "{{matrix.image}} / 7.17.25 / packaging-tests-upgrade"
326+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.25
327327
timeout_in_minutes: 300
328328
matrix:
329329
setup:
@@ -337,7 +337,7 @@ steps:
337337
buildDirectory: /dev/shm/bk
338338
diskSizeGb: 250
339339
env:
340-
BWC_VERSION: 7.17.24
340+
BWC_VERSION: 7.17.25
341341

342342
- label: "{{matrix.image}} / 8.0.1 / packaging-tests-upgrade"
343343
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.0.1

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ steps:
342342
- signal_reason: agent_stop
343343
limit: 3
344344

345-
- label: 7.17.24 / bwc
346-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.24#bwcTest
345+
- label: 7.17.25 / bwc
346+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.25#bwcTest
347347
timeout_in_minutes: 300
348348
agents:
349349
provider: gcp
@@ -353,7 +353,7 @@ steps:
353353
preemptible: true
354354
diskSizeGb: 250
355355
env:
356-
BWC_VERSION: 7.17.24
356+
BWC_VERSION: 7.17.25
357357
retry:
358358
automatic:
359359
- exit_status: "-1"
@@ -751,7 +751,7 @@ steps:
751751
setup:
752752
ES_RUNTIME_JAVA:
753753
- openjdk17
754-
BWC_VERSION: ["7.17.24", "8.15.2"]
754+
BWC_VERSION: ["7.17.25", "8.15.2"]
755755
agents:
756756
provider: gcp
757757
image: family/elasticsearch-ubuntu-2004
@@ -801,7 +801,7 @@ steps:
801801
- openjdk21
802802
- openjdk22
803803
- openjdk23
804-
BWC_VERSION: ["7.17.24", "8.15.2"]
804+
BWC_VERSION: ["7.17.25", "8.15.2"]
805805
agents:
806806
provider: gcp
807807
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BWC_VERSION:
1616
- "7.14.2"
1717
- "7.15.2"
1818
- "7.16.3"
19-
- "7.17.24"
19+
- "7.17.25"
2020
- "8.0.1"
2121
- "8.1.3"
2222
- "8.2.3"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
BWC_VERSION:
2-
- "7.17.24"
2+
- "7.17.25"
33
- "8.15.2"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
124124
public static final Version V_7_17_22 = new Version(7_17_22_99);
125125
public static final Version V_7_17_23 = new Version(7_17_23_99);
126126
public static final Version V_7_17_24 = new Version(7_17_24_99);
127+
public static final Version V_7_17_25 = new Version(7_17_25_99);
127128

128129
public static final Version V_8_0_0 = new Version(8_00_00_99);
129130
public static final Version V_8_0_1 = new Version(8_00_01_99);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
7.17.21,7172199
7272
7.17.22,7172299
7373
7.17.23,7172399
74+
7.17.24,7172499
7475
8.0.0,8000099
7576
8.0.1,8000199
7677
8.1.0,8010099

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
7.17.21,7172199
7272
7.17.22,7172299
7373
7.17.23,7172399
74+
7.17.24,7172499
7475
8.0.0,8000099
7576
8.0.1,8000199
7677
8.1.0,8010099

0 commit comments

Comments
 (0)