From 8c134d2162a24383593a907c397aebfeee05ed68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mariusz=20J=C3=B3zala?= <377355+jozala@users.noreply.github.com> Date: Fri, 1 Aug 2025 02:27:58 +0200 Subject: [PATCH] Update 8.17 version to 8.17.10 (#132303) 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 42f93687af014f3e6e882558228b980f78417924) # Conflicts: # .buildkite/pipelines/intake.yml # .buildkite/pipelines/periodic.yml # .ci/snapshotBwcVersions --- .buildkite/pipelines/intake.yml | 2 +- .buildkite/pipelines/periodic-packaging.yml | 6 +++--- .buildkite/pipelines/periodic.yml | 10 +++++----- .ci/bwcVersions | 2 +- .ci/snapshotBwcVersions | 2 +- server/src/main/java/org/elasticsearch/Version.java | 1 + 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.buildkite/pipelines/intake.yml b/.buildkite/pipelines/intake.yml index 095b943be29c6..fe4c39cc7565d 100644 --- a/.buildkite/pipelines/intake.yml +++ b/.buildkite/pipelines/intake.yml @@ -65,7 +65,7 @@ steps: timeout_in_minutes: 300 matrix: setup: - BWC_VERSION: ["7.17.30", "8.17.9", "8.18.5", "8.19.1"] + BWC_VERSION: ["7.17.30", "8.17.10", "8.18.5", "8.19.1"] agents: provider: gcp image: family/elasticsearch-ubuntu-2404 diff --git a/.buildkite/pipelines/periodic-packaging.yml b/.buildkite/pipelines/periodic-packaging.yml index c8ad909f64746..a456dd2fcfb43 100644 --- a/.buildkite/pipelines/periodic-packaging.yml +++ b/.buildkite/pipelines/periodic-packaging.yml @@ -593,8 +593,8 @@ steps: env: BWC_VERSION: 8.16.6 - - label: "{{matrix.image}} / 8.17.9 / packaging-tests-upgrade" - command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.9 + - label: "{{matrix.image}} / 8.17.10 / packaging-tests-upgrade" + command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.10 timeout_in_minutes: 300 matrix: setup: @@ -607,7 +607,7 @@ steps: machineType: custom-16-32768 buildDirectory: /dev/shm/bk env: - BWC_VERSION: 8.17.9 + BWC_VERSION: 8.17.10 - label: "{{matrix.image}} / 8.18.5 / packaging-tests-upgrade" command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.5 diff --git a/.buildkite/pipelines/periodic.yml b/.buildkite/pipelines/periodic.yml index 6850540786d7c..18664ae2977af 100644 --- a/.buildkite/pipelines/periodic.yml +++ b/.buildkite/pipelines/periodic.yml @@ -667,8 +667,8 @@ steps: - signal_reason: agent_stop limit: 3 - - label: 8.17.9 / bwc - command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.9#bwcTest + - label: 8.17.10 / bwc + command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.10#bwcTest timeout_in_minutes: 300 agents: provider: gcp @@ -677,7 +677,7 @@ steps: buildDirectory: /dev/shm/bk preemptible: true env: - BWC_VERSION: 8.17.9 + BWC_VERSION: 8.17.10 retry: automatic: - exit_status: "-1" @@ -791,7 +791,7 @@ steps: setup: ES_RUNTIME_JAVA: - openjdk17 - BWC_VERSION: ["7.17.30", "8.17.9", "8.18.5", "8.19.1"] + BWC_VERSION: ["7.17.30", "8.17.10", "8.18.5", "8.19.1"] agents: provider: gcp image: family/elasticsearch-ubuntu-2404 @@ -840,7 +840,7 @@ steps: - openjdk21 - openjdk22 - openjdk23 - BWC_VERSION: ["7.17.30", "8.17.9", "8.18.5", "8.19.1"] + BWC_VERSION: ["7.17.30", "8.17.10", "8.18.5", "8.19.1"] agents: provider: gcp image: family/elasticsearch-ubuntu-2404 diff --git a/.ci/bwcVersions b/.ci/bwcVersions index 2b40c18965c8f..7f80feb590e9d 100644 --- a/.ci/bwcVersions +++ b/.ci/bwcVersions @@ -34,6 +34,6 @@ BWC_VERSION: - "8.14.3" - "8.15.5" - "8.16.6" - - "8.17.9" + - "8.17.10" - "8.18.5" - "8.19.1" diff --git a/.ci/snapshotBwcVersions b/.ci/snapshotBwcVersions index a916940316c92..25957913621c5 100644 --- a/.ci/snapshotBwcVersions +++ b/.ci/snapshotBwcVersions @@ -1,5 +1,5 @@ BWC_VERSION: - "7.17.30" - - "8.17.9" + - "8.17.10" - "8.18.5" - "8.19.1" diff --git a/server/src/main/java/org/elasticsearch/Version.java b/server/src/main/java/org/elasticsearch/Version.java index 04afcc12c5c53..e8ad0626a0a6d 100644 --- a/server/src/main/java/org/elasticsearch/Version.java +++ b/server/src/main/java/org/elasticsearch/Version.java @@ -210,6 +210,7 @@ public class Version implements VersionId, ToXContentFragment { 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_17_9 = new Version(8_17_09_99); + public static final Version V_8_17_10 = new Version(8_17_10_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_2 = new Version(8_18_02_99);