Skip to content

Commit 7c6d6db

Browse files
jozalaChrisHegarty
andauthored
Update 8.17 version to 8.17.10 (#132303) (#132315)
This change is needed after release of 8.17.9 as 8.17.10 is the next version for the 8.17 branch. It has been already added previously, but reverted in https://github .com/elastic/elasticsearch/commit /f8d97f36e37fe18530e2f3858ded147f11634ebe probably by a bug in automation. (cherry picked from commit 42f9368) # Conflicts: # .buildkite/pipelines/intake.yml # .buildkite/pipelines/periodic.yml # .ci/snapshotBwcVersions Co-authored-by: Chris Hegarty <[email protected]>
1 parent ac51eea commit 7c6d6db

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ steps:
6565
timeout_in_minutes: 300
6666
matrix:
6767
setup:
68-
BWC_VERSION: ["7.17.30", "8.17.9", "8.18.5", "8.19.1"]
68+
BWC_VERSION: ["7.17.30", "8.17.10", "8.18.5", "8.19.1"]
6969
agents:
7070
provider: gcp
7171
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,8 @@ steps:
593593
env:
594594
BWC_VERSION: 8.16.6
595595

596-
- label: "{{matrix.image}} / 8.17.9 / packaging-tests-upgrade"
597-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.9
596+
- label: "{{matrix.image}} / 8.17.10 / packaging-tests-upgrade"
597+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.10
598598
timeout_in_minutes: 300
599599
matrix:
600600
setup:
@@ -607,7 +607,7 @@ steps:
607607
machineType: custom-16-32768
608608
buildDirectory: /dev/shm/bk
609609
env:
610-
BWC_VERSION: 8.17.9
610+
BWC_VERSION: 8.17.10
611611

612612
- label: "{{matrix.image}} / 8.18.5 / packaging-tests-upgrade"
613613
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.5

.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.9 / bwc
671-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.9#bwcTest
670+
- label: 8.17.10 / bwc
671+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.10#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.9
680+
BWC_VERSION: 8.17.10
681681
retry:
682682
automatic:
683683
- exit_status: "-1"
@@ -791,7 +791,7 @@ steps:
791791
setup:
792792
ES_RUNTIME_JAVA:
793793
- openjdk17
794-
BWC_VERSION: ["7.17.30", "8.17.9", "8.18.5", "8.19.1"]
794+
BWC_VERSION: ["7.17.30", "8.17.10", "8.18.5", "8.19.1"]
795795
agents:
796796
provider: gcp
797797
image: family/elasticsearch-ubuntu-2404
@@ -840,7 +840,7 @@ steps:
840840
- openjdk21
841841
- openjdk22
842842
- openjdk23
843-
BWC_VERSION: ["7.17.30", "8.17.9", "8.18.5", "8.19.1"]
843+
BWC_VERSION: ["7.17.30", "8.17.10", "8.18.5", "8.19.1"]
844844
agents:
845845
provider: gcp
846846
image: family/elasticsearch-ubuntu-2404

.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.6"
37-
- "8.17.9"
37+
- "8.17.10"
3838
- "8.18.5"
3939
- "8.19.1"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BWC_VERSION:
22
- "7.17.30"
3-
- "8.17.9"
3+
- "8.17.10"
44
- "8.18.5"
55
- "8.19.1"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
210210
public static final Version V_8_17_7 = new Version(8_17_07_99);
211211
public static final Version V_8_17_8 = new Version(8_17_08_99);
212212
public static final Version V_8_17_9 = new Version(8_17_09_99);
213+
public static final Version V_8_17_10 = new Version(8_17_10_99);
213214
public static final Version V_8_18_0 = new Version(8_18_00_99);
214215
public static final Version V_8_18_1 = new Version(8_18_01_99);
215216
public static final Version V_8_18_2 = new Version(8_18_02_99);

0 commit comments

Comments
 (0)