Revert "Bump versions after 8.18.0 release"

This reverts commit 9fe54808c4.
This commit is contained in:
Brian Seeders 2025-04-16 17:29:37 -04:00
parent 94748dd1a6
commit ec7025c2fa
No known key found for this signature in database
GPG key ID: 9E3CEF9108510E88
4 changed files with 8 additions and 7 deletions

View file

@ -287,8 +287,8 @@ steps:
env:
BWC_VERSION: 8.15.5
- label: "{{matrix.image}} / 8.16.5 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.5
- label: "{{matrix.image}} / 8.16.6 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.6
timeout_in_minutes: 300
matrix:
setup:
@ -301,7 +301,7 @@ steps:
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 8.16.5
BWC_VERSION: 8.16.6
- label: "{{matrix.image}} / 8.17.6 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.6

View file

@ -306,8 +306,8 @@ steps:
- signal_reason: agent_stop
limit: 3
- label: 8.16.5 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.5#bwcTest
- label: 8.16.6 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.6#bwcTest
timeout_in_minutes: 300
agents:
provider: gcp
@ -316,7 +316,7 @@ steps:
buildDirectory: /dev/shm/bk
preemptible: true
env:
BWC_VERSION: 8.16.5
BWC_VERSION: 8.16.6
retry:
automatic:
- exit_status: "-1"

View file

@ -15,7 +15,7 @@ BWC_VERSION:
- "8.13.4"
- "8.14.3"
- "8.15.5"
- "8.16.5"
- "8.16.6"
- "8.17.6"
- "8.18.1"
- "8.19.0"

View file

@ -194,6 +194,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
public static final Version V_8_16_3 = new Version(8_16_03_99);
public static final Version V_8_16_4 = new Version(8_16_04_99);
public static final Version V_8_16_5 = new Version(8_16_05_99);
public static final Version V_8_16_6 = new Version(8_16_06_99);
public static final Version V_8_17_0 = new Version(8_17_00_99);
public static final Version V_8_17_1 = new Version(8_17_01_99);
public static final Version V_8_17_2 = new Version(8_17_02_99);