Преглед изворни кода

Bump versions after 8.17.1 release

elasticsearchmachine пре 8 месеци
родитељ
комит
0417092bad

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

@@ -56,7 +56,7 @@ steps:
         timeout_in_minutes: 300
         matrix:
           setup:
-            BWC_VERSION: ["7.17.28", "8.16.3", "8.17.1", "8.18.0"]
+            BWC_VERSION: ["7.17.28", "8.16.3", "8.17.2", "8.18.0"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2004

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

@@ -595,8 +595,8 @@ steps:
         env:
           BWC_VERSION: 8.16.3
 
-      - label: "{{matrix.image}} / 8.17.1 / packaging-tests-upgrade"
-        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.1
+      - label: "{{matrix.image}} / 8.17.2 / packaging-tests-upgrade"
+        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.2
         timeout_in_minutes: 300
         matrix:
           setup:
@@ -609,7 +609,7 @@ steps:
           machineType: custom-16-32768
           buildDirectory: /dev/shm/bk
         env:
-          BWC_VERSION: 8.17.1
+          BWC_VERSION: 8.17.2
 
       - label: "{{matrix.image}} / 8.18.0 / packaging-tests-upgrade"
         command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.0

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

@@ -667,8 +667,8 @@ steps:
             - signal_reason: agent_stop
               limit: 3
 
-      - label: 8.17.1 / bwc
-        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.1#bwcTest
+      - label: 8.17.2 / bwc
+        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.2#bwcTest
         timeout_in_minutes: 300
         agents:
           provider: gcp
@@ -677,7 +677,7 @@ steps:
           buildDirectory: /dev/shm/bk
           preemptible: true
         env:
-          BWC_VERSION: 8.17.1
+          BWC_VERSION: 8.17.2
         retry:
           automatic:
             - exit_status: "-1"
@@ -771,7 +771,7 @@ steps:
           setup:
             ES_RUNTIME_JAVA:
               - openjdk17
-            BWC_VERSION: ["7.17.28", "8.16.3", "8.17.1", "8.18.0"]
+            BWC_VERSION: ["7.17.28", "8.16.3", "8.17.2", "8.18.0"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2004
@@ -819,7 +819,7 @@ steps:
               - openjdk21
               - openjdk22
               - openjdk23
-            BWC_VERSION: ["7.17.28", "8.16.3", "8.17.1", "8.18.0"]
+            BWC_VERSION: ["7.17.28", "8.16.3", "8.17.2", "8.18.0"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2004

+ 1 - 1
.ci/bwcVersions

@@ -34,5 +34,5 @@ BWC_VERSION:
   - "8.14.3"
   - "8.15.5"
   - "8.16.3"
-  - "8.17.1"
+  - "8.17.2"
   - "8.18.0"

+ 1 - 1
.ci/snapshotBwcVersions

@@ -1,5 +1,5 @@
 BWC_VERSION:
   - "7.17.28"
   - "8.16.3"
-  - "8.17.1"
+  - "8.17.2"
   - "8.18.0"

+ 1 - 1
server/src/main/java/org/elasticsearch/TransportVersions.java

@@ -229,7 +229,7 @@ public class TransportVersions {
      * Reference to the minimum transport version that can be used with CCS.
      * This should be the transport version used by the previous minor release.
      */
-    public static final TransportVersion MINIMUM_CCS_VERSION = QUERY_RULES_LIST_INCLUDES_TYPES_BACKPORT_8_16;
+    public static final TransportVersion MINIMUM_CCS_VERSION = SOURCE_MODE_TELEMETRY_FIX_8_17;
 
     static final NavigableMap<Integer, TransportVersion> VERSION_IDS = getAllVersionIds(TransportVersions.class);
 

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

@@ -197,6 +197,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
     public static final Version V_8_16_3 = new Version(8_16_03_99);
     public static final Version V_8_17_0 = new Version(8_17_00_99);
     public static final Version V_8_17_1 = new Version(8_17_01_99);
+    public static final Version V_8_17_2 = new Version(8_17_02_99);
     public static final Version V_8_18_0 = new Version(8_18_00_99);
     public static final Version CURRENT = V_8_18_0;
 

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

@@ -140,3 +140,4 @@
 8.16.1,8772004
 8.16.2,8772004
 8.17.0,8797002
+8.17.1,8797002

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

@@ -140,3 +140,4 @@
 8.16.1,8518000
 8.16.2,8518000
 8.17.0,8521000
+8.17.1,8521000