Forráskód Böngészése

Bump versions after 7.17.25 release

elasticsearchmachine 11 hónapja
szülő
commit
7976313877

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

@@ -56,7 +56,7 @@ steps:
         timeout_in_minutes: 300
         matrix:
           setup:
-            BWC_VERSION: ["7.17.25", "8.15.4", "8.16.0", "8.17.0"]
+            BWC_VERSION: ["7.17.26", "8.15.4", "8.16.0", "8.17.0"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2004

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

@@ -303,8 +303,8 @@ steps:
         env:
           BWC_VERSION: 7.16.3
 
-      - label: "{{matrix.image}} / 7.17.25 / packaging-tests-upgrade"
-        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.25
+      - label: "{{matrix.image}} / 7.17.26 / packaging-tests-upgrade"
+        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.26
         timeout_in_minutes: 300
         matrix:
           setup:
@@ -317,7 +317,7 @@ steps:
           machineType: custom-16-32768
           buildDirectory: /dev/shm/bk
         env:
-          BWC_VERSION: 7.17.25
+          BWC_VERSION: 7.17.26
 
       - label: "{{matrix.image}} / 8.0.1 / packaging-tests-upgrade"
         command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.0.1

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

@@ -325,8 +325,8 @@ steps:
             - signal_reason: agent_stop
               limit: 3
 
-      - label: 7.17.25 / bwc
-        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.25#bwcTest
+      - label: 7.17.26 / bwc
+        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.26#bwcTest
         timeout_in_minutes: 300
         agents:
           provider: gcp
@@ -335,7 +335,7 @@ steps:
           buildDirectory: /dev/shm/bk
           preemptible: true
         env:
-          BWC_VERSION: 7.17.25
+          BWC_VERSION: 7.17.26
         retry:
           automatic:
             - exit_status: "-1"
@@ -752,7 +752,7 @@ steps:
           setup:
             ES_RUNTIME_JAVA:
               - openjdk17
-            BWC_VERSION: ["7.17.25", "8.15.4", "8.16.0", "8.17.0"]
+            BWC_VERSION: ["7.17.26", "8.15.4", "8.16.0", "8.17.0"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2004
@@ -800,7 +800,7 @@ steps:
               - openjdk21
               - openjdk22
               - openjdk23
-            BWC_VERSION: ["7.17.25", "8.15.4", "8.16.0", "8.17.0"]
+            BWC_VERSION: ["7.17.26", "8.15.4", "8.16.0", "8.17.0"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2004

+ 1 - 1
.ci/bwcVersions

@@ -16,7 +16,7 @@ BWC_VERSION:
   - "7.14.2"
   - "7.15.2"
   - "7.16.3"
-  - "7.17.25"
+  - "7.17.26"
   - "8.0.1"
   - "8.1.3"
   - "8.2.3"

+ 1 - 1
.ci/snapshotBwcVersions

@@ -1,5 +1,5 @@
 BWC_VERSION:
-  - "7.17.25"
+  - "7.17.26"
   - "8.15.4"
   - "8.16.0"
   - "8.17.0"

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

@@ -126,6 +126,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
     public static final Version V_7_17_23 = new Version(7_17_23_99);
     public static final Version V_7_17_24 = new Version(7_17_24_99);
     public static final Version V_7_17_25 = new Version(7_17_25_99);
+    public static final Version V_7_17_26 = new Version(7_17_26_99);
 
     public static final Version V_8_0_0 = new Version(8_00_00_99);
     public static final Version V_8_0_1 = new Version(8_00_01_99);

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

@@ -72,6 +72,7 @@
 7.17.22,7172299
 7.17.23,7172399
 7.17.24,7172499
+7.17.25,7172599
 8.0.0,8000099
 8.0.1,8000199
 8.1.0,8010099

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

@@ -72,6 +72,7 @@
 7.17.22,7172299
 7.17.23,7172399
 7.17.24,7172499
+7.17.25,7172599
 8.0.0,8000099
 8.0.1,8000199
 8.1.0,8010099