Skip to content

Commit

Permalink
Bump versions after 7.17.22 release
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticsearchmachine committed Jun 13, 2024
1 parent 308f2ac commit 7ae24b3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ steps:
timeout_in_minutes: 300
matrix:
setup:
BWC_VERSION: ["7.17.22", "8.14.2"]
BWC_VERSION: ["7.17.23", "8.14.2"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
6 changes: 3 additions & 3 deletions .buildkite/pipelines/periodic-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ steps:
env:
BWC_VERSION: 7.16.3

- label: "{{matrix.image}} / 7.17.22 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.22
- label: "{{matrix.image}} / 7.17.23 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.23
timeout_in_minutes: 300
matrix:
setup:
Expand All @@ -319,7 +319,7 @@ steps:
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 7.17.22
BWC_VERSION: 7.17.23

- label: "{{matrix.image}} / 8.0.1 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.0.1
Expand Down
10 changes: 5 additions & 5 deletions .buildkite/pipelines/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ steps:
- signal_reason: agent_stop
limit: 3

- label: 7.17.22 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.22#bwcTest
- label: 7.17.23 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.23#bwcTest
timeout_in_minutes: 300
agents:
provider: gcp
Expand All @@ -335,7 +335,7 @@ steps:
buildDirectory: /dev/shm/bk
preemptible: true
env:
BWC_VERSION: 7.17.22
BWC_VERSION: 7.17.23
retry:
automatic:
- exit_status: "-1"
Expand Down Expand Up @@ -695,7 +695,7 @@ steps:
setup:
ES_RUNTIME_JAVA:
- openjdk17
BWC_VERSION: ["7.17.22", "8.14.2"]
BWC_VERSION: ["7.17.23", "8.14.2"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down Expand Up @@ -741,7 +741,7 @@ steps:
- openjdk17
- openjdk21
- openjdk22
BWC_VERSION: ["7.17.22", "8.14.2"]
BWC_VERSION: ["7.17.23", "8.14.2"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
2 changes: 1 addition & 1 deletion .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BWC_VERSION:
- "7.14.2"
- "7.15.2"
- "7.16.3"
- "7.17.22"
- "7.17.23"
- "8.0.1"
- "8.1.3"
- "8.2.3"
Expand Down
2 changes: 1 addition & 1 deletion .ci/snapshotBwcVersions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BWC_VERSION:
- "7.17.22"
- "7.17.23"
- "8.14.2"
1 change: 1 addition & 0 deletions server/src/main/java/org/elasticsearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
public static final Version V_7_17_20 = new Version(7_17_20_99);
public static final Version V_7_17_21 = new Version(7_17_21_99);
public static final Version V_7_17_22 = new Version(7_17_22_99);
public static final Version V_7_17_23 = new Version(7_17_23_99);

public static final Version V_8_0_0 = new Version(8_00_00_99);
public static final Version V_8_0_1 = new Version(8_00_01_99);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
7.17.19,7171999
7.17.20,7172099
7.17.21,7172199
7.17.22,7172299
8.0.0,8000099
8.0.1,8000199
8.1.0,8010099
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
7.17.19,7171999
7.17.20,7172099
7.17.21,7172199
7.17.22,7172299
8.0.0,8000099
8.0.1,8000199
8.1.0,8010099
Expand Down

0 comments on commit 7ae24b3

Please sign in to comment.