Skip to content

Commit 6fdbe9b

Browse files
author
elasticsearchmachine
committed
Bump versions after 7.17.28 release
1 parent 2f8a6b8 commit 6fdbe9b

File tree

9 files changed

+16
-13
lines changed

9 files changed

+16
-13
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.28", "8.16.5", "8.17.3"]
59+
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.3"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-fwc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is auto-generated. See .buildkite/pipelines/periodic-fwc.template.yml
22
steps:
3-
- label: "{{matrix.FWC_VERSION}} / fwc"
3+
- label: {{matrix.FWC_VERSION}} / fwc
44
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$$FWC_VERSION#fwcTest -Dtests.bwc.snapshot=false
55
timeout_in_minutes: 300
66
agents:
@@ -13,4 +13,4 @@ steps:
1313
setup:
1414
FWC_VERSION: ["8.17.0", "8.17.1", "8.17.2"]
1515
env:
16-
FWC_VERSION: "{{matrix.FWC_VERSION}}"
16+
FWC_VERSION: {{matrix.FWC_VERSION}}

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ steps:
304304
env:
305305
BWC_VERSION: 7.16.3
306306

307-
- label: "{{matrix.image}} / 7.17.28 / packaging-tests-upgrade"
308-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.28
307+
- label: "{{matrix.image}} / 7.17.29 / packaging-tests-upgrade"
308+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.29
309309
timeout_in_minutes: 300
310310
matrix:
311311
setup:
@@ -318,7 +318,7 @@ steps:
318318
machineType: custom-16-32768
319319
buildDirectory: /dev/shm/bk
320320
env:
321-
BWC_VERSION: 7.17.28
321+
BWC_VERSION: 7.17.29
322322

323323
- label: "{{matrix.image}} / 8.0.1 / packaging-tests-upgrade"
324324
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.28 / bwc
329-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.28#bwcTest
328+
- label: 7.17.29 / bwc
329+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.29#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.28
338+
BWC_VERSION: 7.17.29
339339
retry:
340340
automatic:
341341
- exit_status: "-1"
@@ -752,7 +752,7 @@ steps:
752752
setup:
753753
ES_RUNTIME_JAVA:
754754
- openjdk17
755-
BWC_VERSION: ["7.17.28", "8.16.5", "8.17.3"]
755+
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.3"]
756756
agents:
757757
provider: gcp
758758
image: family/elasticsearch-ubuntu-2004
@@ -800,7 +800,7 @@ steps:
800800
- openjdk21
801801
- openjdk22
802802
- openjdk23
803-
BWC_VERSION: ["7.17.28", "8.16.5", "8.17.3"]
803+
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.3"]
804804
agents:
805805
provider: gcp
806806
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.28"
19+
- "7.17.29"
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.28"
2+
- "7.17.29"
33
- "8.16.5"
44
- "8.17.3"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
129129
public static final Version V_7_17_26 = new Version(7_17_26_99);
130130
public static final Version V_7_17_27 = new Version(7_17_27_99);
131131
public static final Version V_7_17_28 = new Version(7_17_28_99);
132+
public static final Version V_7_17_29 = new Version(7_17_29_99);
132133

133134
public static final Version V_8_0_0 = new Version(8_00_00_99);
134135
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
@@ -75,6 +75,7 @@
7575
7.17.25,7172599
7676
7.17.26,7172699
7777
7.17.27,7172799
78+
7.17.28,7172899
7879
8.0.0,8000099
7980
8.0.1,8000199
8081
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
@@ -75,6 +75,7 @@
7575
7.17.25,7172599
7676
7.17.26,7172699
7777
7.17.27,7172799
78+
7.17.28,7172899
7879
8.0.0,8000099
7980
8.0.1,8000199
8081
8.1.0,8010099

0 commit comments

Comments
 (0)