Bump versions after 8.14.0 release

This commit is contained in:
elasticsearchmachine 2024-06-05 15:07:01 +00:00
parent dc13b75656
commit 19eabb928d
8 changed files with 21 additions and 20 deletions

View file

@ -56,7 +56,7 @@ steps:
timeout_in_minutes: 300 timeout_in_minutes: 300
matrix: matrix:
setup: setup:
BWC_VERSION: ["7.17.22", "8.13.5", "8.14.0", "8.15.0"] BWC_VERSION: ["7.17.22", "8.14.1", "8.15.0"]
agents: agents:
provider: gcp provider: gcp
image: family/elasticsearch-ubuntu-2004 image: family/elasticsearch-ubuntu-2004

View file

@ -529,8 +529,8 @@ steps:
env: env:
BWC_VERSION: 8.12.2 BWC_VERSION: 8.12.2
- label: "{{matrix.image}} / 8.13.5 / packaging-tests-upgrade" - label: "{{matrix.image}} / 8.13.4 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.13.5 command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.13.4
timeout_in_minutes: 300 timeout_in_minutes: 300
matrix: matrix:
setup: setup:
@ -543,10 +543,10 @@ steps:
machineType: custom-16-32768 machineType: custom-16-32768
buildDirectory: /dev/shm/bk buildDirectory: /dev/shm/bk
env: env:
BWC_VERSION: 8.13.5 BWC_VERSION: 8.13.4
- label: "{{matrix.image}} / 8.14.0 / packaging-tests-upgrade" - label: "{{matrix.image}} / 8.14.1 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.14.0 command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.14.1
timeout_in_minutes: 300 timeout_in_minutes: 300
matrix: matrix:
setup: setup:
@ -559,7 +559,7 @@ steps:
machineType: custom-16-32768 machineType: custom-16-32768
buildDirectory: /dev/shm/bk buildDirectory: /dev/shm/bk
env: env:
BWC_VERSION: 8.14.0 BWC_VERSION: 8.14.1
- label: "{{matrix.image}} / 8.15.0 / packaging-tests-upgrade" - label: "{{matrix.image}} / 8.15.0 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.0 command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.0

View file

@ -591,8 +591,8 @@ steps:
- signal_reason: agent_stop - signal_reason: agent_stop
limit: 3 limit: 3
- label: 8.13.5 / bwc - label: 8.13.4 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.13.5#bwcTest command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.13.4#bwcTest
timeout_in_minutes: 300 timeout_in_minutes: 300
agents: agents:
provider: gcp provider: gcp
@ -601,7 +601,7 @@ steps:
buildDirectory: /dev/shm/bk buildDirectory: /dev/shm/bk
preemptible: true preemptible: true
env: env:
BWC_VERSION: 8.13.5 BWC_VERSION: 8.13.4
retry: retry:
automatic: automatic:
- exit_status: "-1" - exit_status: "-1"
@ -610,8 +610,8 @@ steps:
- signal_reason: agent_stop - signal_reason: agent_stop
limit: 3 limit: 3
- label: 8.14.0 / bwc - label: 8.14.1 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.14.0#bwcTest command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.14.1#bwcTest
timeout_in_minutes: 300 timeout_in_minutes: 300
agents: agents:
provider: gcp provider: gcp
@ -620,7 +620,7 @@ steps:
buildDirectory: /dev/shm/bk buildDirectory: /dev/shm/bk
preemptible: true preemptible: true
env: env:
BWC_VERSION: 8.14.0 BWC_VERSION: 8.14.1
retry: retry:
automatic: automatic:
- exit_status: "-1" - exit_status: "-1"
@ -714,7 +714,7 @@ steps:
setup: setup:
ES_RUNTIME_JAVA: ES_RUNTIME_JAVA:
- openjdk17 - openjdk17
BWC_VERSION: ["7.17.22", "8.13.5", "8.14.0", "8.15.0"] BWC_VERSION: ["7.17.22", "8.14.1", "8.15.0"]
agents: agents:
provider: gcp provider: gcp
image: family/elasticsearch-ubuntu-2004 image: family/elasticsearch-ubuntu-2004
@ -762,7 +762,7 @@ steps:
- openjdk21 - openjdk21
- openjdk22 - openjdk22
- openjdk23 - openjdk23
BWC_VERSION: ["7.17.22", "8.13.5", "8.14.0", "8.15.0"] BWC_VERSION: ["7.17.22", "8.14.1", "8.15.0"]
agents: agents:
provider: gcp provider: gcp
image: family/elasticsearch-ubuntu-2004 image: family/elasticsearch-ubuntu-2004

View file

@ -30,6 +30,6 @@ BWC_VERSION:
- "8.10.4" - "8.10.4"
- "8.11.4" - "8.11.4"
- "8.12.2" - "8.12.2"
- "8.13.5" - "8.13.4"
- "8.14.0" - "8.14.1"
- "8.15.0" - "8.15.0"

View file

@ -1,5 +1,4 @@
BWC_VERSION: BWC_VERSION:
- "7.17.22" - "7.17.22"
- "8.13.5" - "8.14.1"
- "8.14.0"
- "8.15.0" - "8.15.0"

View file

@ -174,8 +174,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
public static final Version V_8_13_2 = new Version(8_13_02_99); public static final Version V_8_13_2 = new Version(8_13_02_99);
public static final Version V_8_13_3 = new Version(8_13_03_99); public static final Version V_8_13_3 = new Version(8_13_03_99);
public static final Version V_8_13_4 = new Version(8_13_04_99); public static final Version V_8_13_4 = new Version(8_13_04_99);
public static final Version V_8_13_5 = new Version(8_13_05_99);
public static final Version V_8_14_0 = new Version(8_14_00_99); public static final Version V_8_14_0 = new Version(8_14_00_99);
public static final Version V_8_14_1 = new Version(8_14_01_99);
public static final Version V_8_15_0 = new Version(8_15_00_99); public static final Version V_8_15_0 = new Version(8_15_00_99);
public static final Version CURRENT = V_8_15_0; public static final Version CURRENT = V_8_15_0;

View file

@ -120,3 +120,4 @@
8.13.2,8595000 8.13.2,8595000
8.13.3,8595000 8.13.3,8595000
8.13.4,8595001 8.13.4,8595001
8.14.0,8636001

1 7.0.0 7000099
120 8.13.2 8595000
121 8.13.3 8595000
122 8.13.4 8595001
123 8.14.0 8636001

View file

@ -120,3 +120,4 @@
8.13.2,8503000 8.13.2,8503000
8.13.3,8503000 8.13.3,8503000
8.13.4,8503000 8.13.4,8503000
8.14.0,8505000

1 7.0.0 7000099
120 8.13.2 8503000
121 8.13.3 8503000
122 8.13.4 8503000
123 8.14.0 8505000