Skip to content

Commit b560f29

Browse files
author
elasticsearchmachine
committed
Bump versions after 7.17.26 release
1 parent 9019716 commit b560f29

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: ["7.17.26", "8.16.2"]
59+
BWC_VERSION: ["7.17.27", "8.16.2"]
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
@@ -303,8 +303,8 @@ steps:
303303
env:
304304
BWC_VERSION: 7.16.3
305305

306-
- label: "{{matrix.image}} / 7.17.26 / packaging-tests-upgrade"
307-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.26
306+
- label: "{{matrix.image}} / 7.17.27 / packaging-tests-upgrade"
307+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.27
308308
timeout_in_minutes: 300
309309
matrix:
310310
setup:
@@ -317,7 +317,7 @@ steps:
317317
machineType: custom-16-32768
318318
buildDirectory: /dev/shm/bk
319319
env:
320-
BWC_VERSION: 7.17.26
320+
BWC_VERSION: 7.17.27
321321

322322
- label: "{{matrix.image}} / 8.0.1 / packaging-tests-upgrade"
323323
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
@@ -325,8 +325,8 @@ steps:
325325
- signal_reason: agent_stop
326326
limit: 3
327327

328-
- label: 7.17.26 / bwc
329-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.26#bwcTest
328+
- label: 7.17.27 / bwc
329+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.27#bwcTest
330330
timeout_in_minutes: 300
331331
agents:
332332
provider: gcp
@@ -335,7 +335,7 @@ steps:
335335
buildDirectory: /dev/shm/bk
336336
preemptible: true
337337
env:
338-
BWC_VERSION: 7.17.26
338+
BWC_VERSION: 7.17.27
339339
retry:
340340
automatic:
341341
- exit_status: "-1"
@@ -733,7 +733,7 @@ steps:
733733
setup:
734734
ES_RUNTIME_JAVA:
735735
- openjdk17
736-
BWC_VERSION: ["7.17.26", "8.16.2"]
736+
BWC_VERSION: ["7.17.27", "8.16.2"]
737737
agents:
738738
provider: gcp
739739
image: family/elasticsearch-ubuntu-2004
@@ -781,7 +781,7 @@ steps:
781781
- openjdk21
782782
- openjdk22
783783
- openjdk23
784-
BWC_VERSION: ["7.17.26", "8.16.2"]
784+
BWC_VERSION: ["7.17.27", "8.16.2"]
785785
agents:
786786
provider: gcp
787787
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.26"
19+
- "7.17.27"
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.26"
2+
- "7.17.27"
33
- "8.16.2"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
127127
public static final Version V_7_17_24 = new Version(7_17_24_99);
128128
public static final Version V_7_17_25 = new Version(7_17_25_99);
129129
public static final Version V_7_17_26 = new Version(7_17_26_99);
130+
public static final Version V_7_17_27 = new Version(7_17_27_99);
130131

131132
public static final Version V_8_0_0 = new Version(8_00_00_99);
132133
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
@@ -73,6 +73,7 @@
7373
7.17.23,7172399
7474
7.17.24,7172499
7575
7.17.25,7172599
76+
7.17.26,7172699
7677
8.0.0,8000099
7778
8.0.1,8000199
7879
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
@@ -73,6 +73,7 @@
7373
7.17.23,7172399
7474
7.17.24,7172499
7575
7.17.25,7172599
76+
7.17.26,7172699
7677
8.0.0,8000099
7778
8.0.1,8000199
7879
8.1.0,8010099

0 commit comments

Comments
 (0)