Преглед на файлове

Bump versions after 7.17.29 release

elasticsearchmachine преди 3 месеца
родител
ревизия
7e462322b1

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

@@ -65,7 +65,7 @@ steps:
         timeout_in_minutes: 300
         matrix:
           setup:
-            BWC_VERSION: ["7.17.29", "8.17.9", "8.18.4", "8.19.0"]
+            BWC_VERSION: ["7.17.30", "8.17.9", "8.18.4", "8.19.0"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2004

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

@@ -307,8 +307,8 @@ steps:
         env:
           BWC_VERSION: 7.16.3
 
-      - label: "{{matrix.image}} / 7.17.29 / packaging-tests-upgrade"
-        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.29
+      - label: "{{matrix.image}} / 7.17.30 / packaging-tests-upgrade"
+        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.30
         timeout_in_minutes: 300
         matrix:
           setup:
@@ -321,7 +321,7 @@ steps:
           machineType: custom-16-32768
           buildDirectory: /dev/shm/bk
         env:
-          BWC_VERSION: 7.17.29
+          BWC_VERSION: 7.17.30
 
       - 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.29 / bwc
-        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.29#bwcTest
+      - label: 7.17.30 / bwc
+        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.30#bwcTest
         timeout_in_minutes: 300
         agents:
           provider: gcp
@@ -335,7 +335,7 @@ steps:
           buildDirectory: /dev/shm/bk
           preemptible: true
         env:
-          BWC_VERSION: 7.17.29
+          BWC_VERSION: 7.17.30
         retry:
           automatic:
             - exit_status: "-1"
@@ -791,7 +791,7 @@ steps:
           setup:
             ES_RUNTIME_JAVA:
               - openjdk17
-            BWC_VERSION: ["7.17.29", "8.17.9", "8.18.4", "8.19.0"]
+            BWC_VERSION: ["7.17.30", "8.17.9", "8.18.4", "8.19.0"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2004
@@ -840,7 +840,7 @@ steps:
               - openjdk21
               - openjdk22
               - openjdk23
-            BWC_VERSION: ["7.17.29", "8.17.9", "8.18.4", "8.19.0"]
+            BWC_VERSION: ["7.17.30", "8.17.9", "8.18.4", "8.19.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.29"
+  - "7.17.30"
   - "8.0.1"
   - "8.1.3"
   - "8.2.3"

+ 1 - 1
.ci/snapshotBwcVersions

@@ -1,5 +1,5 @@
 BWC_VERSION:
-  - "7.17.29"
+  - "7.17.30"
   - "8.17.9"
   - "8.18.4"
   - "8.19.0"

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

@@ -130,6 +130,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
     public static final Version V_7_17_27 = new Version(7_17_27_99);
     public static final Version V_7_17_28 = new Version(7_17_28_99);
     public static final Version V_7_17_29 = new Version(7_17_29_99);
+    public static final Version V_7_17_30 = new Version(7_17_30_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

@@ -76,6 +76,7 @@
 7.17.26,7172699
 7.17.27,7172799
 7.17.28,7172899
+7.17.29,7172999
 8.0.0,8000099
 8.0.1,8000199
 8.1.0,8010099

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

@@ -76,6 +76,7 @@
 7.17.26,7172699
 7.17.27,7172799
 7.17.28,7172899
+7.17.29,7172999
 8.0.0,8000099
 8.0.1,8000199
 8.1.0,8010099