Bläddra i källkod

Bump versions after 7.17.26 release

elasticsearchmachine 10 månader sedan
förälder
incheckning
13149b8335

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

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

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

@@ -304,8 +304,8 @@ steps:
         env:
           BWC_VERSION: 7.16.3
 
-      - label: "{{matrix.image}} / 7.17.26 / packaging-tests-upgrade"
-        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.26
+      - label: "{{matrix.image}} / 7.17.27 / packaging-tests-upgrade"
+        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.27
         timeout_in_minutes: 300
         matrix:
           setup:
@@ -318,7 +318,7 @@ steps:
           machineType: custom-16-32768
           buildDirectory: /dev/shm/bk
         env:
-          BWC_VERSION: 7.17.26
+          BWC_VERSION: 7.17.27
 
       - 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.26 / bwc
-        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.26#bwcTest
+      - label: 7.17.27 / bwc
+        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.27#bwcTest
         timeout_in_minutes: 300
         agents:
           provider: gcp
@@ -335,7 +335,7 @@ steps:
           buildDirectory: /dev/shm/bk
           preemptible: true
         env:
-          BWC_VERSION: 7.17.26
+          BWC_VERSION: 7.17.27
         retry:
           automatic:
             - exit_status: "-1"
@@ -771,7 +771,7 @@ steps:
           setup:
             ES_RUNTIME_JAVA:
               - openjdk17
-            BWC_VERSION: ["7.17.26", "8.16.2", "8.17.0", "8.18.0"]
+            BWC_VERSION: ["7.17.27", "8.16.2", "8.17.0", "8.18.0"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2004
@@ -819,7 +819,7 @@ steps:
               - openjdk21
               - openjdk22
               - openjdk23
-            BWC_VERSION: ["7.17.26", "8.16.2", "8.17.0", "8.18.0"]
+            BWC_VERSION: ["7.17.27", "8.16.2", "8.17.0", "8.18.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.26"
+  - "7.17.27"
   - "8.0.1"
   - "8.1.3"
   - "8.2.3"

+ 1 - 1
.ci/snapshotBwcVersions

@@ -1,5 +1,5 @@
 BWC_VERSION:
-  - "7.17.26"
+  - "7.17.27"
   - "8.16.2"
   - "8.17.0"
   - "8.18.0"

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

@@ -127,6 +127,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
     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_7_17_27 = new Version(7_17_27_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

@@ -73,6 +73,7 @@
 7.17.23,7172399
 7.17.24,7172499
 7.17.25,7172599
+7.17.26,7172699
 8.0.0,8000099
 8.0.1,8000199
 8.1.0,8010099

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

@@ -73,6 +73,7 @@
 7.17.23,7172399
 7.17.24,7172499
 7.17.25,7172599
+7.17.26,7172699
 8.0.0,8000099
 8.0.1,8000199
 8.1.0,8010099