Skip to content

Commit

Permalink
Bump versions after 7.17.26 release
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticsearchmachine committed Dec 4, 2024
1 parent 1e8f9a0 commit 991bb10
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.26", "8.16.2", "8.17.0"]
BWC_VERSION: ["7.17.27", "8.16.2", "8.17.0"]
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 @@ -303,8 +303,8 @@ steps:
env:
BWC_VERSION: 7.16.3

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

- 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.26 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.26#bwcTest
- label: 7.17.27 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.27#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.26
BWC_VERSION: 7.17.27
retry:
automatic:
- exit_status: "-1"
Expand Down Expand Up @@ -752,7 +752,7 @@ steps:
setup:
ES_RUNTIME_JAVA:
- openjdk17
BWC_VERSION: ["7.17.26", "8.16.2", "8.17.0"]
BWC_VERSION: ["7.17.27", "8.16.2", "8.17.0"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
Expand Down Expand Up @@ -800,7 +800,7 @@ steps:
- openjdk21
- openjdk22
- openjdk23
BWC_VERSION: ["7.17.26", "8.16.2", "8.17.0"]
BWC_VERSION: ["7.17.27", "8.16.2", "8.17.0"]
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.26"
- "7.17.27"
- "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,4 +1,4 @@
BWC_VERSION:
- "7.17.26"
- "7.17.27"
- "8.16.2"
- "8.17.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 @@ -127,6 +127,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
public static final Version V_7_17_24 = new Version(7_17_24_99);
public static final Version V_7_17_25 = new Version(7_17_25_99);
public static final Version V_7_17_26 = new Version(7_17_26_99);
public static final Version V_7_17_27 = new Version(7_17_27_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 @@ -73,6 +73,7 @@
7.17.23,7172399
7.17.24,7172499
7.17.25,7172599
7.17.26,7172699
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 @@ -73,6 +73,7 @@
7.17.23,7172399
7.17.24,7172499
7.17.25,7172599
7.17.26,7172699
8.0.0,8000099
8.0.1,8000199
8.1.0,8010099
Expand Down

0 comments on commit 991bb10

Please sign in to comment.