Skip to content

Commit

Permalink
Bump versions after 7.17.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticsearchmachine committed Mar 26, 2024
1 parent 23628b0 commit 16ac6d2
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ steps:
timeout_in_minutes: 300
matrix:
setup:
BWC_VERSION: ["7.17.19", "8.12.3", "8.13.0"]
BWC_VERSION: ["7.17.20", "8.12.3", "8.13.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
16 changes: 16 additions & 0 deletions .buildkite/pipelines/periodic-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,22 @@ steps:
env:
BWC_VERSION: 7.17.19

- label: "{{matrix.image}} / 7.17.20 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.20
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 7.17.20

- label: "{{matrix.image}} / 8.0.0 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.0.0
timeout_in_minutes: 300
Expand Down
14 changes: 12 additions & 2 deletions .buildkite/pipelines/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,16 @@ steps:
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 7.17.19
- label: 7.17.20 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.20#bwcTest
timeout_in_minutes: 300
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
machineType: n1-standard-32
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 7.17.20
- label: 8.0.0 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.0.0#bwcTest
timeout_in_minutes: 300
Expand Down Expand Up @@ -1236,7 +1246,7 @@ steps:
setup:
ES_RUNTIME_JAVA:
- openjdk17
BWC_VERSION: ["7.17.19", "8.12.3", "8.13.0"]
BWC_VERSION: ["7.17.20", "8.12.3", "8.13.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down Expand Up @@ -1280,7 +1290,7 @@ steps:
- openjdk17
- openjdk21
- openjdk22
BWC_VERSION: ["7.17.19", "8.12.3", "8.13.0"]
BWC_VERSION: ["7.17.20", "8.12.3", "8.13.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down
1 change: 1 addition & 0 deletions .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ BWC_VERSION:
- "7.17.17"
- "7.17.18"
- "7.17.19"
- "7.17.20"
- "8.0.0"
- "8.0.1"
- "8.1.0"
Expand Down
2 changes: 1 addition & 1 deletion .ci/snapshotBwcVersions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BWC_VERSION:
- "7.17.19"
- "7.17.20"
- "8.12.3"
- "8.13.0"
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 @@ -119,6 +119,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
public static final Version V_7_17_17 = new Version(7_17_17_99);
public static final Version V_7_17_18 = new Version(7_17_18_99);
public static final Version V_7_17_19 = new Version(7_17_19_99);
public static final Version V_7_17_20 = new Version(7_17_20_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 @@ -66,6 +66,7 @@
7.17.16,7171699
7.17.17,7171799
7.17.18,7171899
7.17.19,7171999
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 @@ -66,6 +66,7 @@
7.17.16,7171699
7.17.17,7171799
7.17.18,7171899
7.17.19,7171999
8.0.0,8000099
8.0.1,8000199
8.1.0,8010099
Expand Down

0 comments on commit 16ac6d2

Please sign in to comment.