Skip to content

Commit 6fa97e6

Browse files
author
elasticsearchmachine
committed
Bump versions after 7.17.21 release
1 parent 8bf33a4 commit 6fa97e6

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.21", "8.13.4"]
59+
BWC_VERSION: ["7.17.22", "8.13.4"]
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
@@ -305,8 +305,8 @@ steps:
305305
env:
306306
BWC_VERSION: 7.16.3
307307

308-
- label: "{{matrix.image}} / 7.17.21 / packaging-tests-upgrade"
309-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.21
308+
- label: "{{matrix.image}} / 7.17.22 / packaging-tests-upgrade"
309+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.22
310310
timeout_in_minutes: 300
311311
matrix:
312312
setup:
@@ -319,7 +319,7 @@ steps:
319319
machineType: custom-16-32768
320320
buildDirectory: /dev/shm/bk
321321
env:
322-
BWC_VERSION: 7.17.21
322+
BWC_VERSION: 7.17.22
323323

324324
- label: "{{matrix.image}} / 8.0.1 / packaging-tests-upgrade"
325325
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.21 / bwc
329-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.21#bwcTest
328+
- label: 7.17.22 / bwc
329+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.22#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.21
338+
BWC_VERSION: 7.17.22
339339
retry:
340340
automatic:
341341
- exit_status: "-1"
@@ -676,7 +676,7 @@ steps:
676676
setup:
677677
ES_RUNTIME_JAVA:
678678
- openjdk17
679-
BWC_VERSION: ["7.17.21", "8.13.4"]
679+
BWC_VERSION: ["7.17.22", "8.13.4"]
680680
agents:
681681
provider: gcp
682682
image: family/elasticsearch-ubuntu-2004
@@ -722,7 +722,7 @@ steps:
722722
- openjdk17
723723
- openjdk21
724724
- openjdk22
725-
BWC_VERSION: ["7.17.21", "8.13.4"]
725+
BWC_VERSION: ["7.17.22", "8.13.4"]
726726
agents:
727727
provider: gcp
728728
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.21"
19+
- "7.17.22"
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.21"
2+
- "7.17.22"
33
- "8.13.4"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
121121
public static final Version V_7_17_19 = new Version(7_17_19_99);
122122
public static final Version V_7_17_20 = new Version(7_17_20_99);
123123
public static final Version V_7_17_21 = new Version(7_17_21_99);
124+
public static final Version V_7_17_22 = new Version(7_17_22_99);
124125

125126
public static final Version V_8_0_0 = new Version(8_00_00_99);
126127
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
@@ -68,6 +68,7 @@
6868
7.17.18,7171899
6969
7.17.19,7171999
7070
7.17.20,7172099
71+
7.17.21,7172199
7172
8.0.0,8000099
7273
8.0.1,8000199
7374
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
@@ -68,6 +68,7 @@
6868
7.17.18,7171899
6969
7.17.19,7171999
7070
7.17.20,7172099
71+
7.17.21,7172199
7172
8.0.0,8000099
7273
8.0.1,8000199
7374
8.1.0,8010099

0 commit comments

Comments
 (0)