Bump versions after 8.16.1 release

This commit is contained in:
Brian Seeders 2024-11-21 16:17:22 -05:00
parent a9451df218
commit ec644b10ec
No known key found for this signature in database
GPG key ID: 9E3CEF9108510E88
8 changed files with 14 additions and 11 deletions

View file

@ -56,7 +56,7 @@ steps:
timeout_in_minutes: 300 timeout_in_minutes: 300
matrix: matrix:
setup: setup:
BWC_VERSION: ["8.16.1", "8.17.0", "8.18.0", "9.0.0"] BWC_VERSION: ["8.16.2", "8.17.0", "8.18.0", "9.0.0"]
agents: agents:
provider: gcp provider: gcp
image: family/elasticsearch-ubuntu-2004 image: family/elasticsearch-ubuntu-2004

View file

@ -288,8 +288,8 @@ steps:
env: env:
BWC_VERSION: 8.15.4 BWC_VERSION: 8.15.4
- label: "{{matrix.image}} / 8.16.1 / 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.1 command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.2
timeout_in_minutes: 300 timeout_in_minutes: 300
matrix: matrix:
setup: setup:
@ -302,7 +302,7 @@ steps:
machineType: custom-16-32768 machineType: custom-16-32768
buildDirectory: /dev/shm/bk buildDirectory: /dev/shm/bk
env: env:
BWC_VERSION: 8.16.1 BWC_VERSION: 8.16.2
- label: "{{matrix.image}} / 8.17.0 / packaging-tests-upgrade" - label: "{{matrix.image}} / 8.17.0 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.0 command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.0

View file

@ -306,8 +306,8 @@ steps:
- signal_reason: agent_stop - signal_reason: agent_stop
limit: 3 limit: 3
- label: 8.16.1 / bwc - label: 8.16.2 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.1#bwcTest command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.2#bwcTest
timeout_in_minutes: 300 timeout_in_minutes: 300
agents: agents:
provider: gcp provider: gcp
@ -316,7 +316,7 @@ steps:
buildDirectory: /dev/shm/bk buildDirectory: /dev/shm/bk
preemptible: true preemptible: true
env: env:
BWC_VERSION: 8.16.1 BWC_VERSION: 8.16.2
retry: retry:
automatic: automatic:
- exit_status: "-1" - exit_status: "-1"
@ -448,7 +448,7 @@ steps:
setup: setup:
ES_RUNTIME_JAVA: ES_RUNTIME_JAVA:
- openjdk21 - openjdk21
BWC_VERSION: ["8.16.1", "8.17.0", "8.18.0", "9.0.0"] BWC_VERSION: ["8.16.2", "8.17.0", "8.18.0", "9.0.0"]
agents: agents:
provider: gcp provider: gcp
image: family/elasticsearch-ubuntu-2004 image: family/elasticsearch-ubuntu-2004
@ -490,7 +490,7 @@ steps:
ES_RUNTIME_JAVA: ES_RUNTIME_JAVA:
- openjdk21 - openjdk21
- openjdk23 - openjdk23
BWC_VERSION: ["8.16.1", "8.17.0", "8.18.0", "9.0.0"] BWC_VERSION: ["8.16.2", "8.17.0", "8.18.0", "9.0.0"]
agents: agents:
provider: gcp provider: gcp
image: family/elasticsearch-ubuntu-2004 image: family/elasticsearch-ubuntu-2004

View file

@ -15,7 +15,7 @@ BWC_VERSION:
- "8.13.4" - "8.13.4"
- "8.14.3" - "8.14.3"
- "8.15.4" - "8.15.4"
- "8.16.1" - "8.16.2"
- "8.17.0" - "8.17.0"
- "8.18.0" - "8.18.0"
- "9.0.0" - "9.0.0"

View file

@ -1,5 +1,5 @@
BWC_VERSION: BWC_VERSION:
- "8.16.1" - "8.16.2"
- "8.17.0" - "8.17.0"
- "8.18.0" - "8.18.0"
- "9.0.0" - "9.0.0"

View file

@ -189,6 +189,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
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_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_17_0 = new Version(8_17_00_99); public static final Version V_8_17_0 = new Version(8_17_00_99);
public static final Version V_8_18_0 = new Version(8_18_00_99); public static final Version V_8_18_0 = new Version(8_18_00_99);
public static final Version V_9_0_0 = new Version(9_00_00_99); public static final Version V_9_0_0 = new Version(9_00_00_99);

View file

@ -133,3 +133,4 @@
8.15.3,8702003 8.15.3,8702003
8.15.4,8702003 8.15.4,8702003
8.16.0,8772001 8.16.0,8772001
8.16.1,8772004

1 7.0.0 7000099
133 8.15.3 8702003
134 8.15.4 8702003
135 8.16.0 8772001
136 8.16.1 8772004

View file

@ -133,3 +133,4 @@
8.15.3,8512000 8.15.3,8512000
8.15.4,8512000 8.15.4,8512000
8.16.0,8518000 8.16.0,8518000
8.16.1,8518000

1 7.0.0 7000099
133 8.15.3 8512000
134 8.15.4 8512000
135 8.16.0 8518000
136 8.16.1 8518000