Bläddra i källkod

Bump versions after 7.17.18 release

elasticsearchmachine 1 år sedan
förälder
incheckning
3749842372

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

@@ -48,7 +48,7 @@ steps:
         timeout_in_minutes: 300
         matrix:
           setup:
-            BWC_VERSION: ["7.17.18", "8.12.1", "8.13.0"]
+            BWC_VERSION: ["7.17.19", "8.12.1", "8.13.0"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2004

+ 16 - 0
.buildkite/pipelines/periodic-packaging.yml

@@ -1121,6 +1121,22 @@ steps:
         env:
           BWC_VERSION: 7.17.18
 
+      - label: "{{matrix.image}} / 7.17.19 / packaging-tests-upgrade"
+        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.19
+        timeout_in_minutes: 300
+        matrix:
+          setup:
+            image:
+              - rocky-8
+              - ubuntu-2004
+        agents:
+          provider: gcp
+          image: family/elasticsearch-{{matrix.image}}
+          machineType: custom-16-32768
+          buildDirectory: /dev/shm/bk
+        env:
+          BWC_VERSION: 7.17.19
+
       - label: "{{matrix.image}} / 8.0.0 / packaging-tests-upgrade"
         command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.0.0
         timeout_in_minutes: 300

+ 10 - 0
.buildkite/pipelines/periodic.yml

@@ -682,6 +682,16 @@ steps:
           buildDirectory: /dev/shm/bk
         env:
           BWC_VERSION: 7.17.18
+      - label: 7.17.19 / bwc
+        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.19#bwcTest
+        timeout_in_minutes: 300
+        agents:
+          provider: gcp
+          image: family/elasticsearch-ubuntu-2004
+          machineType: n1-standard-32
+          buildDirectory: /dev/shm/bk
+        env:
+          BWC_VERSION: 7.17.19
       - label: 8.0.0 / bwc
         command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.0.0#bwcTest
         timeout_in_minutes: 300

+ 1 - 0
.ci/bwcVersions

@@ -67,6 +67,7 @@ BWC_VERSION:
   - "7.17.16"
   - "7.17.17"
   - "7.17.18"
+  - "7.17.19"
   - "8.0.0"
   - "8.0.1"
   - "8.1.0"

+ 1 - 1
.ci/snapshotBwcVersions

@@ -1,4 +1,4 @@
 BWC_VERSION:
-  - "7.17.18"
+  - "7.17.19"
   - "8.12.1"
   - "8.13.0"

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

@@ -118,6 +118,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
     public static final Version V_7_17_16 = new Version(7_17_16_99);
     public static final Version V_7_17_17 = new Version(7_17_17_99);
     public static final Version V_7_17_18 = new Version(7_17_18_99);
+    public static final Version V_7_17_19 = new Version(7_17_19_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

@@ -65,6 +65,7 @@
 7.17.15,7171599
 7.17.16,7171699
 7.17.17,7171799
+7.17.18,7171899
 8.0.0,8000099
 8.0.1,8000199
 8.1.0,8010099

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

@@ -65,6 +65,7 @@
 7.17.15,7171599
 7.17.16,7171699
 7.17.17,7171799
+7.17.18,7171899
 8.0.0,8000099
 8.0.1,8000199
 8.1.0,8010099