Skip to content

Commit

Permalink
Bump versions after 7.17.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
craigtaverner committed Sep 7, 2023
1 parent d3f89f2 commit d4fa4d4
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/intake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ steps:
timeout_in_minutes: 300
matrix:
setup:
BWC_VERSION: ["7.17.13", "8.9.2", "8.10.0", "8.11.0"]
BWC_VERSION: ["7.17.14", "8.9.2", "8.10.0", "8.11.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 @@ -1040,6 +1040,22 @@ steps:
env:
BWC_VERSION: 7.17.13

- label: "{{matrix.image}} / 7.17.14 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.14
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.14

- label: "{{matrix.image}} / 8.0.0 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.0.0
timeout_in_minutes: 300
Expand Down
10 changes: 10 additions & 0 deletions .buildkite/pipelines/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,16 @@ steps:
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 7.17.13
- label: 7.17.14 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.14#bwcTest
timeout_in_minutes: 300
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
machineType: custom-32-98304
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 7.17.14
- 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
1 change: 1 addition & 0 deletions .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ BWC_VERSION:
- "7.17.11"
- "7.17.12"
- "7.17.13"
- "7.17.14"
- "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,5 +1,5 @@
BWC_VERSION:
- "7.17.13"
- "7.17.14"
- "8.9.2"
- "8.10.0"
- "8.11.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 @@ -113,6 +113,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
public static final Version V_7_17_11 = new Version(7_17_11_99);
public static final Version V_7_17_12 = new Version(7_17_12_99);
public static final Version V_7_17_13 = new Version(7_17_13_99);
public static final Version V_7_17_14 = new Version(7_17_14_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);
public static final Version V_8_1_0 = new Version(8_01_00_99);
Expand Down

0 comments on commit d4fa4d4

Please sign in to comment.