瀏覽代碼

Add missing release updates for 8.17.6 and 8.18.1 (#127832)

* Bump versions after 8.18.1 release

* Bump versions after 8.17.6 release

---------

Co-authored-by: elasticsearchmachine <infra-root+elasticsearchmachine@elastic.co>
Mariusz Józala 5 月之前
父節點
當前提交
9d0bbc6efc

+ 1 - 1
.buildkite/pipelines/intake.yml

@@ -56,7 +56,7 @@ steps:
         timeout_in_minutes: 300
         matrix:
           setup:
-            BWC_VERSION: ["7.17.29", "8.17.6", "8.18.1", "8.19.0"]
+            BWC_VERSION: ["7.17.29", "8.17.7", "8.18.2", "8.19.0"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2004

+ 6 - 6
.buildkite/pipelines/periodic-packaging.yml

@@ -595,8 +595,8 @@ steps:
         env:
           BWC_VERSION: 8.16.6
 
-      - label: "{{matrix.image}} / 8.17.6 / packaging-tests-upgrade"
-        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.6
+      - label: "{{matrix.image}} / 8.17.7 / packaging-tests-upgrade"
+        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.7
         timeout_in_minutes: 300
         matrix:
           setup:
@@ -609,10 +609,10 @@ steps:
           machineType: custom-16-32768
           buildDirectory: /dev/shm/bk
         env:
-          BWC_VERSION: 8.17.6
+          BWC_VERSION: 8.17.7
 
-      - label: "{{matrix.image}} / 8.18.1 / packaging-tests-upgrade"
-        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.1
+      - label: "{{matrix.image}} / 8.18.2 / packaging-tests-upgrade"
+        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.2
         timeout_in_minutes: 300
         matrix:
           setup:
@@ -625,7 +625,7 @@ steps:
           machineType: custom-16-32768
           buildDirectory: /dev/shm/bk
         env:
-          BWC_VERSION: 8.18.1
+          BWC_VERSION: 8.18.2
 
       - label: "{{matrix.image}} / 8.19.0 / packaging-tests-upgrade"
         command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.0

+ 8 - 8
.buildkite/pipelines/periodic.yml

@@ -667,8 +667,8 @@ steps:
             - signal_reason: agent_stop
               limit: 3
 
-      - label: 8.17.6 / bwc
-        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.6#bwcTest
+      - label: 8.17.7 / bwc
+        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.7#bwcTest
         timeout_in_minutes: 300
         agents:
           provider: gcp
@@ -677,7 +677,7 @@ steps:
           buildDirectory: /dev/shm/bk
           preemptible: true
         env:
-          BWC_VERSION: 8.17.6
+          BWC_VERSION: 8.17.7
         retry:
           automatic:
             - exit_status: "-1"
@@ -686,8 +686,8 @@ steps:
             - signal_reason: agent_stop
               limit: 3
 
-      - label: 8.18.1 / bwc
-        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.1#bwcTest
+      - label: 8.18.2 / bwc
+        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.2#bwcTest
         timeout_in_minutes: 300
         agents:
           provider: gcp
@@ -696,7 +696,7 @@ steps:
           buildDirectory: /dev/shm/bk
           preemptible: true
         env:
-          BWC_VERSION: 8.18.1
+          BWC_VERSION: 8.18.2
         retry:
           automatic:
             - exit_status: "-1"
@@ -790,7 +790,7 @@ steps:
           setup:
             ES_RUNTIME_JAVA:
               - openjdk17
-            BWC_VERSION: ["7.17.29", "8.17.6", "8.18.1", "8.19.0"]
+            BWC_VERSION: ["7.17.29", "8.17.7", "8.18.2", "8.19.0"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2004
@@ -838,7 +838,7 @@ steps:
               - openjdk21
               - openjdk22
               - openjdk23
-            BWC_VERSION: ["7.17.29", "8.17.6", "8.18.1", "8.19.0"]
+            BWC_VERSION: ["7.17.29", "8.17.7", "8.18.2", "8.19.0"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2004

+ 2 - 2
.ci/bwcVersions

@@ -34,6 +34,6 @@ BWC_VERSION:
   - "8.14.3"
   - "8.15.5"
   - "8.16.6"
-  - "8.17.6"
-  - "8.18.1"
+  - "8.17.7"
+  - "8.18.2"
   - "8.19.0"

+ 2 - 2
.ci/snapshotBwcVersions

@@ -1,5 +1,5 @@
 BWC_VERSION:
   - "7.17.29"
-  - "8.17.6"
-  - "8.18.1"
+  - "8.17.7"
+  - "8.18.2"
   - "8.19.0"

+ 2 - 0
server/src/main/java/org/elasticsearch/TransportVersions.java

@@ -140,6 +140,7 @@ public class TransportVersions {
     public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_4 = def(8_797_0_04);
     public static final TransportVersion INITIAL_ELASTICSEARCH_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_7 = def(8_797_0_07);
     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 ESQL_REMOVE_NODE_LEVEL_PLAN = def(8_800_0_00);
@@ -186,6 +187,7 @@ public class TransportVersions {
     public static final TransportVersion REMOVE_ALL_APPLICABLE_SELECTOR_BACKPORT_8_18 = def(8_840_0_01);
     public static final TransportVersion RETRY_ILM_ASYNC_ACTION_REQUIRE_ERROR_8_18 = def(8_840_0_02);
     public static final TransportVersion INITIAL_ELASTICSEARCH_8_18_1 = def(8_840_0_03);
+    public static final TransportVersion INITIAL_ELASTICSEARCH_8_18_2 = def(8_840_0_04);
     public static final TransportVersion INITIAL_ELASTICSEARCH_8_19 = def(8_841_0_00);
     public static final TransportVersion COHERE_BIT_EMBEDDING_TYPE_SUPPORT_ADDED_BACKPORT_8_X = def(8_841_0_01);
     public static final TransportVersion REMOVE_ALL_APPLICABLE_SELECTOR_BACKPORT_8_19 = def(8_841_0_02);

+ 2 - 0
server/src/main/java/org/elasticsearch/Version.java

@@ -206,8 +206,10 @@ public class Version implements VersionId<Version>, ToXContentFragment {
     public static final Version V_8_17_4 = new Version(8_17_04_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_7 = new Version(8_17_07_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);
     public static final Version V_8_19_0 = new Version(8_19_00_99);
     public static final Version CURRENT = V_8_19_0;
 

+ 2 - 0
server/src/main/resources/org/elasticsearch/TransportVersions.csv

@@ -150,4 +150,6 @@
 8.17.3,8797003
 8.17.4,8797004
 8.17.5,8797005
+8.17.6,8797006
 8.18.0,8840002
+8.18.1,8840003

+ 2 - 0
server/src/main/resources/org/elasticsearch/index/IndexVersions.csv

@@ -150,4 +150,6 @@
 8.17.3,8521000
 8.17.4,8521000
 8.17.5,8521000
+8.17.6,8521000
 8.18.0,8525000
+8.18.1,8525000