Skip to content

Commit 3e8c713

Browse files
author
elasticsearchmachine
committed
Bump versions after 7.17.23 release
1 parent e84a0c8 commit 3e8c713

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.23", "8.14.4", "8.15.0"]
65+
BWC_VERSION: ["7.17.24", "8.14.4", "8.15.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
@@ -322,8 +322,8 @@ steps:
322322
env:
323323
BWC_VERSION: 7.16.3
324324

325-
- label: "{{matrix.image}} / 7.17.23 / packaging-tests-upgrade"
326-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.23
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
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.23
340+
BWC_VERSION: 7.17.24
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.23 / bwc
346-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.23#bwcTest
345+
- label: 7.17.24 / bwc
346+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.24#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.23
356+
BWC_VERSION: 7.17.24
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.23", "8.14.4", "8.15.0"]
754+
BWC_VERSION: ["7.17.24", "8.14.4", "8.15.0"]
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.23", "8.14.4", "8.15.0"]
804+
BWC_VERSION: ["7.17.24", "8.14.4", "8.15.0"]
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.23"
19+
- "7.17.24"
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,4 +1,4 @@
11
BWC_VERSION:
2-
- "7.17.23"
2+
- "7.17.24"
33
- "8.14.4"
44
- "8.15.0"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
123123
public static final Version V_7_17_21 = new Version(7_17_21_99);
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);
126+
public static final Version V_7_17_24 = new Version(7_17_24_99);
126127

127128
public static final Version V_8_0_0 = new Version(8_00_00_99);
128129
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
@@ -70,6 +70,7 @@
7070
7.17.20,7172099
7171
7.17.21,7172199
7272
7.17.22,7172299
73+
7.17.23,7172399
7374
8.0.0,8000099
7475
8.0.1,8000199
7576
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
@@ -70,6 +70,7 @@
7070
7.17.20,7172099
7171
7.17.21,7172199
7272
7.17.22,7172299
73+
7.17.23,7172399
7374
8.0.0,8000099
7475
8.0.1,8000199
7576
8.1.0,8010099

0 commit comments

Comments
 (0)