mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Bump versions after 8.15.5 release
This commit is contained in:
parent
9022cccba7
commit
31ebc5f33f
6 changed files with 10 additions and 7 deletions
|
@ -273,8 +273,8 @@ steps:
|
||||||
env:
|
env:
|
||||||
BWC_VERSION: 8.14.3
|
BWC_VERSION: 8.14.3
|
||||||
|
|
||||||
- label: "{{matrix.image}} / 8.15.4 / packaging-tests-upgrade"
|
- label: "{{matrix.image}} / 8.15.6 / packaging-tests-upgrade"
|
||||||
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.4
|
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.6
|
||||||
timeout_in_minutes: 300
|
timeout_in_minutes: 300
|
||||||
matrix:
|
matrix:
|
||||||
setup:
|
setup:
|
||||||
|
@ -287,7 +287,7 @@ steps:
|
||||||
machineType: custom-16-32768
|
machineType: custom-16-32768
|
||||||
buildDirectory: /dev/shm/bk
|
buildDirectory: /dev/shm/bk
|
||||||
env:
|
env:
|
||||||
BWC_VERSION: 8.15.4
|
BWC_VERSION: 8.15.6
|
||||||
|
|
||||||
- label: "{{matrix.image}} / 8.16.2 / packaging-tests-upgrade"
|
- label: "{{matrix.image}} / 8.16.2 / packaging-tests-upgrade"
|
||||||
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.2
|
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.2
|
||||||
|
|
|
@ -287,8 +287,8 @@ steps:
|
||||||
- signal_reason: agent_stop
|
- signal_reason: agent_stop
|
||||||
limit: 3
|
limit: 3
|
||||||
|
|
||||||
- label: 8.15.4 / bwc
|
- label: 8.15.6 / bwc
|
||||||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.4#bwcTest
|
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.6#bwcTest
|
||||||
timeout_in_minutes: 300
|
timeout_in_minutes: 300
|
||||||
agents:
|
agents:
|
||||||
provider: gcp
|
provider: gcp
|
||||||
|
@ -297,7 +297,7 @@ steps:
|
||||||
buildDirectory: /dev/shm/bk
|
buildDirectory: /dev/shm/bk
|
||||||
preemptible: true
|
preemptible: true
|
||||||
env:
|
env:
|
||||||
BWC_VERSION: 8.15.4
|
BWC_VERSION: 8.15.6
|
||||||
retry:
|
retry:
|
||||||
automatic:
|
automatic:
|
||||||
- exit_status: "-1"
|
- exit_status: "-1"
|
||||||
|
|
|
@ -14,7 +14,7 @@ BWC_VERSION:
|
||||||
- "8.12.2"
|
- "8.12.2"
|
||||||
- "8.13.4"
|
- "8.13.4"
|
||||||
- "8.14.3"
|
- "8.14.3"
|
||||||
- "8.15.4"
|
- "8.15.6"
|
||||||
- "8.16.2"
|
- "8.16.2"
|
||||||
- "8.17.0"
|
- "8.17.0"
|
||||||
- "8.18.0"
|
- "8.18.0"
|
||||||
|
|
|
@ -187,6 +187,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
|
||||||
public static final Version V_8_15_2 = new Version(8_15_02_99);
|
public static final Version V_8_15_2 = new Version(8_15_02_99);
|
||||||
public static final Version V_8_15_3 = new Version(8_15_03_99);
|
public static final Version V_8_15_3 = new Version(8_15_03_99);
|
||||||
public static final Version V_8_15_4 = new Version(8_15_04_99);
|
public static final Version V_8_15_4 = new Version(8_15_04_99);
|
||||||
|
public static final Version V_8_15_6 = new Version(8_15_06_99);
|
||||||
public static final Version V_8_16_0 = new Version(8_16_00_99);
|
public static final Version V_8_16_0 = new Version(8_16_00_99);
|
||||||
public static final Version V_8_16_1 = new Version(8_16_01_99);
|
public static final Version V_8_16_1 = new Version(8_16_01_99);
|
||||||
public static final Version V_8_16_2 = new Version(8_16_02_99);
|
public static final Version V_8_16_2 = new Version(8_16_02_99);
|
||||||
|
|
|
@ -132,5 +132,6 @@
|
||||||
8.15.2,8702003
|
8.15.2,8702003
|
||||||
8.15.3,8702003
|
8.15.3,8702003
|
||||||
8.15.4,8702003
|
8.15.4,8702003
|
||||||
|
8.15.5,8702003
|
||||||
8.16.0,8772001
|
8.16.0,8772001
|
||||||
8.16.1,8772004
|
8.16.1,8772004
|
||||||
|
|
|
|
@ -132,5 +132,6 @@
|
||||||
8.15.2,8512000
|
8.15.2,8512000
|
||||||
8.15.3,8512000
|
8.15.3,8512000
|
||||||
8.15.4,8512000
|
8.15.4,8512000
|
||||||
|
8.15.5,8512000
|
||||||
8.16.0,8518000
|
8.16.0,8518000
|
||||||
8.16.1,8518000
|
8.16.1,8518000
|
||||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue