Skip to content

Commit 0db2c08

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.17.3 release
1 parent 5287914 commit 0db2c08

File tree

9 files changed

+16
-12
lines changed

9 files changed

+16
-12
lines changed

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
timeout_in_minutes: 300
5757
matrix:
5858
setup:
59-
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.3", "8.18.0", "8.19.0"]
59+
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.4", "8.18.0", "8.19.0"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,8 @@ steps:
595595
env:
596596
BWC_VERSION: 8.16.5
597597

598-
- label: "{{matrix.image}} / 8.17.3 / packaging-tests-upgrade"
599-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.3
598+
- label: "{{matrix.image}} / 8.17.4 / packaging-tests-upgrade"
599+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.4
600600
timeout_in_minutes: 300
601601
matrix:
602602
setup:
@@ -609,7 +609,7 @@ steps:
609609
machineType: custom-16-32768
610610
buildDirectory: /dev/shm/bk
611611
env:
612-
BWC_VERSION: 8.17.3
612+
BWC_VERSION: 8.17.4
613613

614614
- label: "{{matrix.image}} / 8.18.0 / packaging-tests-upgrade"
615615
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.0

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,8 @@ steps:
667667
- signal_reason: agent_stop
668668
limit: 3
669669

670-
- label: 8.17.3 / bwc
671-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.3#bwcTest
670+
- label: 8.17.4 / bwc
671+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.4#bwcTest
672672
timeout_in_minutes: 300
673673
agents:
674674
provider: gcp
@@ -677,7 +677,7 @@ steps:
677677
buildDirectory: /dev/shm/bk
678678
preemptible: true
679679
env:
680-
BWC_VERSION: 8.17.3
680+
BWC_VERSION: 8.17.4
681681
retry:
682682
automatic:
683683
- exit_status: "-1"
@@ -790,7 +790,7 @@ steps:
790790
setup:
791791
ES_RUNTIME_JAVA:
792792
- openjdk17
793-
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.3", "8.18.0", "8.19.0"]
793+
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.4", "8.18.0", "8.19.0"]
794794
agents:
795795
provider: gcp
796796
image: family/elasticsearch-ubuntu-2004
@@ -838,7 +838,7 @@ steps:
838838
- openjdk21
839839
- openjdk22
840840
- openjdk23
841-
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.3", "8.18.0", "8.19.0"]
841+
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.4", "8.18.0", "8.19.0"]
842842
agents:
843843
provider: gcp
844844
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ BWC_VERSION:
3434
- "8.14.3"
3535
- "8.15.5"
3636
- "8.16.5"
37-
- "8.17.3"
37+
- "8.17.4"
3838
- "8.18.0"
3939
- "8.19.0"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BWC_VERSION:
22
- "7.17.29"
33
- "8.16.5"
4-
- "8.17.3"
4+
- "8.17.4"
55
- "8.18.0"
66
- "8.19.0"

server/src/main/java/org/elasticsearch/TransportVersions.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ static TransportVersion def(int id) {
137137
public static final TransportVersion LOGSDB_TELEMETRY_CUSTOM_CUTOFF_DATE_FIX_8_17 = def(8_797_0_01);
138138
public static final TransportVersion SOURCE_MODE_TELEMETRY_FIX_8_17 = def(8_797_0_02);
139139
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_3 = def(8_797_0_03);
140+
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_4 = def(8_797_0_04);
140141
public static final TransportVersion INDEXING_PRESSURE_THROTTLING_STATS = def(8_798_0_00);
141142
public static final TransportVersion REINDEX_DATA_STREAMS = def(8_799_0_00);
142143
public static final TransportVersion ESQL_REMOVE_NODE_LEVEL_PLAN = def(8_800_0_00);
@@ -250,7 +251,7 @@ static TransportVersion def(int id) {
250251
* Reference to the minimum transport version that can be used with CCS.
251252
* This should be the transport version used by the previous minor release.
252253
*/
253-
public static final TransportVersion MINIMUM_CCS_VERSION = QUERY_RULES_LIST_INCLUDES_TYPES_BACKPORT_8_16;
254+
public static final TransportVersion MINIMUM_CCS_VERSION = INITIAL_ELASTICSEARCH_8_17_3;
254255

255256
static final NavigableMap<Integer, TransportVersion> VERSION_IDS = getAllVersionIds(TransportVersions.class);
256257

server/src/main/java/org/elasticsearch/Version.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
202202
public static final Version V_8_17_1 = new Version(8_17_01_99);
203203
public static final Version V_8_17_2 = new Version(8_17_02_99);
204204
public static final Version V_8_17_3 = new Version(8_17_03_99);
205+
public static final Version V_8_17_4 = new Version(8_17_04_99);
205206
public static final Version V_8_18_0 = new Version(8_18_00_99);
206207
public static final Version V_8_19_0 = new Version(8_19_00_99);
207208
public static final Version CURRENT = V_8_19_0;

server/src/main/resources/org/elasticsearch/TransportVersions.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,4 @@
145145
8.17.0,8797002
146146
8.17.1,8797002
147147
8.17.2,8797002
148+
8.17.3,8797003

server/src/main/resources/org/elasticsearch/index/IndexVersions.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,4 @@
145145
8.17.0,8521000
146146
8.17.1,8521000
147147
8.17.2,8521000
148+
8.17.3,8521000

0 commit comments

Comments
 (0)