Skip to content

Commit e48c087

Browse files
Bump versions after 8.17.3 release
1 parent 86ab72a commit e48c087

File tree

12 files changed

+20
-16
lines changed

12 files changed

+20
-16
lines changed

Diff for: .backportrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"targetBranchChoices" : [ "main", "8.x", "9.0", "8.18", "8.17", "8.16", "8.15", "8.14", "8.13", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "6.8" ],
44
"targetPRLabels" : [ "backport" ],
55
"branchLabelMapping" : {
6-
"^v9.1.0$" : "main",
6+
"^v8.17.4$" : "main",
77
"^v8.17.3$" : "8.x",
88
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
99
}
10-
}
10+
}

Diff for: .buildkite/pipelines/intake.yml

+1-1
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"]
59+
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.4"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

Diff for: .buildkite/pipelines/periodic-fwc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ steps:
1010
buildDirectory: /dev/shm/bk
1111
matrix:
1212
setup:
13-
FWC_VERSION: ["8.17.0", "8.17.1", "8.17.2"]
13+
FWC_VERSION: ["8.17.0", "8.17.1", "8.17.2", "8.17.3"]
1414
env:
1515
FWC_VERSION: {{matrix.FWC_VERSION}}

Diff for: .buildkite/pipelines/periodic-packaging.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,8 @@ steps:
592592
env:
593593
BWC_VERSION: 8.16.5
594594

595-
- label: "{{matrix.image}} / 8.17.3 / packaging-tests-upgrade"
596-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.3
595+
- label: "{{matrix.image}} / 8.17.4 / packaging-tests-upgrade"
596+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.4
597597
timeout_in_minutes: 300
598598
matrix:
599599
setup:
@@ -606,7 +606,7 @@ steps:
606606
machineType: custom-16-32768
607607
buildDirectory: /dev/shm/bk
608608
env:
609-
BWC_VERSION: 8.17.3
609+
BWC_VERSION: 8.17.4
610610

611611
- group: packaging-tests-windows
612612
steps:

Diff for: .buildkite/pipelines/periodic.yml

+5-5
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"
@@ -752,7 +752,7 @@ steps:
752752
setup:
753753
ES_RUNTIME_JAVA:
754754
- openjdk17
755-
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.3"]
755+
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.4"]
756756
agents:
757757
provider: gcp
758758
image: family/elasticsearch-ubuntu-2004
@@ -800,7 +800,7 @@ steps:
800800
- openjdk21
801801
- openjdk22
802802
- openjdk23
803-
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.3"]
803+
BWC_VERSION: ["7.17.29", "8.16.5", "8.17.4"]
804804
agents:
805805
provider: gcp
806806
image: family/elasticsearch-ubuntu-2004

Diff for: .ci/bwcVersions

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ BWC_VERSION:
3434
- "8.14.3"
3535
- "8.15.5"
3636
- "8.16.5"
37-
- "8.17.3"
37+
- "8.17.4"

Diff for: .ci/snapshotBwcVersions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
BWC_VERSION:
22
- "7.17.29"
33
- "8.16.5"
4-
- "8.17.3"
4+
- "8.17.4"

Diff for: build-tools-internal/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 8.17.3
1+
elasticsearch = 8.17.4
22
lucene = 9.12.0
33

44
bundled_jdk_vendor = openjdk

Diff for: server/src/main/java/org/elasticsearch/TransportVersions.java

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ static TransportVersion def(int id) {
208208
public static final TransportVersion LOGSDB_TELEMETRY_CUSTOM_CUTOFF_DATE_FIX_8_17 = def(8_797_0_01);
209209
public static final TransportVersion SOURCE_MODE_TELEMETRY_FIX_8_17 = def(8_797_0_02);
210210
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_3 = def(8_797_0_03);
211+
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_4 = def(8_797_0_04);
211212

212213
/*
213214
* STOP! READ THIS FIRST! No, really,

Diff for: server/src/main/java/org/elasticsearch/Version.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,8 @@ 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 CURRENT = V_8_17_3;
205+
public static final Version V_8_17_4 = new Version(8_17_04_99);
206+
public static final Version CURRENT = V_8_17_4;
206207

207208
private static final NavigableMap<Integer, Version> VERSION_IDS;
208209
private static final Map<String, Version> VERSION_STRINGS;

Diff for: server/src/main/resources/org/elasticsearch/TransportVersions.csv

+1
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

Diff for: server/src/main/resources/org/elasticsearch/index/IndexVersions.csv

+1
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)