mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-17 20:05:09 -04:00
Bump versions after 8.17.4 release
This commit is contained in:
parent
3f8055288b
commit
37f5b1db92
9 changed files with 15 additions and 11 deletions
|
@ -56,7 +56,7 @@ steps:
|
|||
timeout_in_minutes: 300
|
||||
matrix:
|
||||
setup:
|
||||
BWC_VERSION: ["8.16.7", "8.17.4", "8.18.0", "8.19.0", "9.0.0", "9.1.0"]
|
||||
BWC_VERSION: ["8.16.7", "8.17.5", "8.18.0", "8.19.0", "9.0.0", "9.1.0"]
|
||||
agents:
|
||||
provider: gcp
|
||||
image: family/elasticsearch-ubuntu-2004
|
||||
|
|
|
@ -303,8 +303,8 @@ steps:
|
|||
env:
|
||||
BWC_VERSION: 8.16.7
|
||||
|
||||
- label: "{{matrix.image}} / 8.17.4 / packaging-tests-upgrade"
|
||||
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.4
|
||||
- label: "{{matrix.image}} / 8.17.5 / packaging-tests-upgrade"
|
||||
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.5
|
||||
timeout_in_minutes: 300
|
||||
matrix:
|
||||
setup:
|
||||
|
@ -317,7 +317,7 @@ steps:
|
|||
machineType: custom-16-32768
|
||||
buildDirectory: /dev/shm/bk
|
||||
env:
|
||||
BWC_VERSION: 8.17.4
|
||||
BWC_VERSION: 8.17.5
|
||||
|
||||
- label: "{{matrix.image}} / 8.18.0 / packaging-tests-upgrade"
|
||||
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.0
|
||||
|
|
|
@ -325,8 +325,8 @@ steps:
|
|||
- signal_reason: agent_stop
|
||||
limit: 3
|
||||
|
||||
- label: 8.17.4 / bwc
|
||||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.4#bwcTest
|
||||
- label: 8.17.5 / bwc
|
||||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.5#bwcTest
|
||||
timeout_in_minutes: 300
|
||||
agents:
|
||||
provider: gcp
|
||||
|
@ -335,7 +335,7 @@ steps:
|
|||
buildDirectory: /dev/shm/bk
|
||||
preemptible: true
|
||||
env:
|
||||
BWC_VERSION: 8.17.4
|
||||
BWC_VERSION: 8.17.5
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: "-1"
|
||||
|
@ -486,7 +486,7 @@ steps:
|
|||
setup:
|
||||
ES_RUNTIME_JAVA:
|
||||
- openjdk21
|
||||
BWC_VERSION: ["8.16.7", "8.17.4", "8.18.0", "8.19.0", "9.0.0", "9.1.0"]
|
||||
BWC_VERSION: ["8.16.7", "8.17.5", "8.18.0", "8.19.0", "9.0.0", "9.1.0"]
|
||||
agents:
|
||||
provider: gcp
|
||||
image: family/elasticsearch-ubuntu-2004
|
||||
|
@ -533,7 +533,7 @@ steps:
|
|||
ES_RUNTIME_JAVA:
|
||||
- openjdk21
|
||||
- openjdk23
|
||||
BWC_VERSION: ["8.16.7", "8.17.4", "8.18.0", "8.19.0", "9.0.0", "9.1.0"]
|
||||
BWC_VERSION: ["8.16.7", "8.17.5", "8.18.0", "8.19.0", "9.0.0", "9.1.0"]
|
||||
agents:
|
||||
provider: gcp
|
||||
image: family/elasticsearch-ubuntu-2004
|
||||
|
|
|
@ -16,7 +16,7 @@ BWC_VERSION:
|
|||
- "8.14.3"
|
||||
- "8.15.5"
|
||||
- "8.16.7"
|
||||
- "8.17.4"
|
||||
- "8.17.5"
|
||||
- "8.18.0"
|
||||
- "8.19.0"
|
||||
- "9.0.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
BWC_VERSION:
|
||||
- "8.16.7"
|
||||
- "8.17.4"
|
||||
- "8.17.5"
|
||||
- "8.18.0"
|
||||
- "8.19.0"
|
||||
- "9.0.0"
|
||||
|
|
|
@ -94,6 +94,7 @@ public class TransportVersions {
|
|||
public static final TransportVersion V_8_17_0 = def(8_797_0_02);
|
||||
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_3 = def(8_797_0_03);
|
||||
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_4 = def(8_797_0_04);
|
||||
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_5 = def(8_797_0_05);
|
||||
public static final TransportVersion INDEXING_PRESSURE_THROTTLING_STATS = def(8_798_0_00);
|
||||
public static final TransportVersion REINDEX_DATA_STREAMS = def(8_799_0_00);
|
||||
public static final TransportVersion ESQL_REMOVE_NODE_LEVEL_PLAN = def(8_800_0_00);
|
||||
|
|
|
@ -201,6 +201,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
|
|||
public static final Version V_8_17_2 = new Version(8_17_02_99);
|
||||
public static final Version V_8_17_3 = new Version(8_17_03_99);
|
||||
public static final Version V_8_17_4 = new Version(8_17_04_99);
|
||||
public static final Version V_8_17_5 = new Version(8_17_05_99);
|
||||
public static final Version V_8_18_0 = new Version(8_18_00_99);
|
||||
public static final Version V_8_19_0 = new Version(8_19_00_99);
|
||||
public static final Version V_9_0_0 = new Version(9_00_00_99);
|
||||
|
|
|
@ -144,3 +144,4 @@
|
|||
8.17.1,8797002
|
||||
8.17.2,8797002
|
||||
8.17.3,8797003
|
||||
8.17.4,8797004
|
||||
|
|
|
|
@ -144,3 +144,4 @@
|
|||
8.17.1,8521000
|
||||
8.17.2,8521000
|
||||
8.17.3,8521000
|
||||
8.17.4,8521000
|
||||
|
|
|
Loading…
Add table
Reference in a new issue