Bump versions after 8.17.7 release

This commit is contained in:
elasticsearchmachine 2025-06-03 16:05:47 +00:00
parent 2cb3d0d4de
commit 56de0574da
9 changed files with 15 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.17.7", "8.18.3", "8.19.0", "9.0.3", "9.1.0"] BWC_VERSION: ["8.17.8", "8.18.3", "8.19.0", "9.0.3", "9.1.0"]
agents: agents:
provider: gcp provider: gcp
image: family/elasticsearch-ubuntu-2004 image: family/elasticsearch-ubuntu-2004

View file

@ -303,8 +303,8 @@ steps:
env: env:
BWC_VERSION: 8.16.6 BWC_VERSION: 8.16.6
- label: "{{matrix.image}} / 8.17.7 / packaging-tests-upgrade" - label: "{{matrix.image}} / 8.17.8 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.7 command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.8
timeout_in_minutes: 300 timeout_in_minutes: 300
matrix: matrix:
setup: setup:
@ -317,7 +317,7 @@ steps:
machineType: custom-16-32768 machineType: custom-16-32768
buildDirectory: /dev/shm/bk buildDirectory: /dev/shm/bk
env: env:
BWC_VERSION: 8.17.7 BWC_VERSION: 8.17.8
- label: "{{matrix.image}} / 8.18.3 / packaging-tests-upgrade" - label: "{{matrix.image}} / 8.18.3 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.3 command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.3

View file

@ -325,8 +325,8 @@ steps:
- signal_reason: agent_stop - signal_reason: agent_stop
limit: 3 limit: 3
- label: 8.17.7 / bwc - label: 8.17.8 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.7#bwcTest command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.8#bwcTest
timeout_in_minutes: 300 timeout_in_minutes: 300
agents: agents:
provider: gcp provider: gcp
@ -335,7 +335,7 @@ steps:
buildDirectory: /dev/shm/bk buildDirectory: /dev/shm/bk
preemptible: true preemptible: true
env: env:
BWC_VERSION: 8.17.7 BWC_VERSION: 8.17.8
retry: retry:
automatic: automatic:
- exit_status: "-1" - exit_status: "-1"
@ -486,7 +486,7 @@ steps:
setup: setup:
ES_RUNTIME_JAVA: ES_RUNTIME_JAVA:
- openjdk21 - openjdk21
BWC_VERSION: ["8.17.7", "8.18.3", "8.19.0", "9.0.3", "9.1.0"] BWC_VERSION: ["8.17.8", "8.18.3", "8.19.0", "9.0.3", "9.1.0"]
agents: agents:
provider: gcp provider: gcp
image: family/elasticsearch-ubuntu-2004 image: family/elasticsearch-ubuntu-2004
@ -529,7 +529,7 @@ steps:
ES_RUNTIME_JAVA: ES_RUNTIME_JAVA:
- openjdk21 - openjdk21
- openjdk23 - openjdk23
BWC_VERSION: ["8.17.7", "8.18.3", "8.19.0", "9.0.3", "9.1.0"] BWC_VERSION: ["8.17.8", "8.18.3", "8.19.0", "9.0.3", "9.1.0"]
agents: agents:
provider: gcp provider: gcp
image: family/elasticsearch-ubuntu-2004 image: family/elasticsearch-ubuntu-2004

View file

@ -16,7 +16,7 @@ BWC_VERSION:
- "8.14.3" - "8.14.3"
- "8.15.5" - "8.15.5"
- "8.16.6" - "8.16.6"
- "8.17.7" - "8.17.8"
- "8.18.3" - "8.18.3"
- "8.19.0" - "8.19.0"
- "9.0.3" - "9.0.3"

View file

@ -1,5 +1,5 @@
BWC_VERSION: BWC_VERSION:
- "8.17.7" - "8.17.8"
- "8.18.3" - "8.18.3"
- "8.19.0" - "8.19.0"
- "9.0.3" - "9.0.3"

View file

@ -97,6 +97,7 @@ public class TransportVersions {
public static final TransportVersion V_8_17_5 = def(8_797_0_05); public static final TransportVersion V_8_17_5 = def(8_797_0_05);
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_6 = def(8_797_0_06); public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_6 = def(8_797_0_06);
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_7 = def(8_797_0_07); public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_7 = def(8_797_0_07);
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_8 = def(8_797_0_08);
public static final TransportVersion INDEXING_PRESSURE_THROTTLING_STATS = def(8_798_0_00); 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 REINDEX_DATA_STREAMS = def(8_799_0_00);
public static final TransportVersion ESQL_REMOVE_NODE_LEVEL_PLAN = def(8_800_0_00); public static final TransportVersion ESQL_REMOVE_NODE_LEVEL_PLAN = def(8_800_0_00);

View file

@ -203,6 +203,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
public static final Version V_8_17_5 = new Version(8_17_05_99); public static final Version V_8_17_5 = new Version(8_17_05_99);
public static final Version V_8_17_6 = new Version(8_17_06_99); public static final Version V_8_17_6 = new Version(8_17_06_99);
public static final Version V_8_17_7 = new Version(8_17_07_99); public static final Version V_8_17_7 = new Version(8_17_07_99);
public static final Version V_8_17_8 = new Version(8_17_08_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_8_18_1 = new Version(8_18_01_99); public static final Version V_8_18_1 = new Version(8_18_01_99);
public static final Version V_8_18_2 = new Version(8_18_02_99); public static final Version V_8_18_2 = new Version(8_18_02_99);

View file

@ -147,6 +147,7 @@
8.17.4,8797004 8.17.4,8797004
8.17.5,8797005 8.17.5,8797005
8.17.6,8797006 8.17.6,8797006
8.17.7,8797007
8.18.0,8840002 8.18.0,8840002
8.18.1,8840003 8.18.1,8840003
8.18.2,8840004 8.18.2,8840004

1 7.0.0 7000099
147 8.17.4 8797004
148 8.17.5 8797005
149 8.17.6 8797006
150 8.17.7 8797007
151 8.18.0 8840002
152 8.18.1 8840003
153 8.18.2 8840004

View file

@ -147,6 +147,7 @@
8.17.4,8521000 8.17.4,8521000
8.17.5,8521000 8.17.5,8521000
8.17.6,8521000 8.17.6,8521000
8.17.7,8521000
8.18.0,8525000 8.18.0,8525000
8.18.1,8525000 8.18.1,8525000
8.18.2,8525000 8.18.2,8525000

1 7.0.0 7000099
147 8.17.4 8521000
148 8.17.5 8521000
149 8.17.6 8521000
150 8.17.7 8521000
151 8.18.0 8525000
152 8.18.1 8525000
153 8.18.2 8525000