Browse Source

Bump versions after 8.12.2 release

elasticsearchmachine 1 year ago
parent
commit
7133bbd188

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

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

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

@@ -1873,6 +1873,22 @@ steps:
         env:
         env:
           BWC_VERSION: 8.12.2
           BWC_VERSION: 8.12.2
 
 
+      - label: "{{matrix.image}} / 8.12.3 / packaging-tests-upgrade"
+        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.12.3
+        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: 8.12.3
+
       - label: "{{matrix.image}} / 8.13.0 / packaging-tests-upgrade"
       - label: "{{matrix.image}} / 8.13.0 / packaging-tests-upgrade"
         command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.13.0
         command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.13.0
         timeout_in_minutes: 300
         timeout_in_minutes: 300

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

@@ -1152,6 +1152,16 @@ steps:
           buildDirectory: /dev/shm/bk
           buildDirectory: /dev/shm/bk
         env:
         env:
           BWC_VERSION: 8.12.2
           BWC_VERSION: 8.12.2
+      - label: 8.12.3 / bwc
+        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.12.3#bwcTest
+        timeout_in_minutes: 300
+        agents:
+          provider: gcp
+          image: family/elasticsearch-ubuntu-2004
+          machineType: n1-standard-32
+          buildDirectory: /dev/shm/bk
+        env:
+          BWC_VERSION: 8.12.3
       - label: 8.13.0 / bwc
       - label: 8.13.0 / bwc
         command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.13.0#bwcTest
         command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.13.0#bwcTest
         timeout_in_minutes: 300
         timeout_in_minutes: 300

+ 1 - 0
.ci/bwcVersions

@@ -114,4 +114,5 @@ BWC_VERSION:
   - "8.12.0"
   - "8.12.0"
   - "8.12.1"
   - "8.12.1"
   - "8.12.2"
   - "8.12.2"
+  - "8.12.3"
   - "8.13.0"
   - "8.13.0"

+ 1 - 1
.ci/snapshotBwcVersions

@@ -1,4 +1,4 @@
 BWC_VERSION:
 BWC_VERSION:
   - "7.17.19"
   - "7.17.19"
-  - "8.12.2"
+  - "8.12.3"
   - "8.13.0"
   - "8.13.0"

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

@@ -166,6 +166,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
     public static final Version V_8_12_0 = new Version(8_12_00_99);
     public static final Version V_8_12_0 = new Version(8_12_00_99);
     public static final Version V_8_12_1 = new Version(8_12_01_99);
     public static final Version V_8_12_1 = new Version(8_12_01_99);
     public static final Version V_8_12_2 = new Version(8_12_02_99);
     public static final Version V_8_12_2 = new Version(8_12_02_99);
+    public static final Version V_8_12_3 = new Version(8_12_03_99);
     public static final Version V_8_13_0 = new Version(8_13_00_99);
     public static final Version V_8_13_0 = new Version(8_13_00_99);
     public static final Version CURRENT = V_8_13_0;
     public static final Version CURRENT = V_8_13_0;
 
 

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

@@ -111,3 +111,4 @@
 8.11.4,8512001
 8.11.4,8512001
 8.12.0,8560000
 8.12.0,8560000
 8.12.1,8560001
 8.12.1,8560001
+8.12.2,8560001

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

@@ -111,3 +111,4 @@
 8.11.4,8500003
 8.11.4,8500003
 8.12.0,8500008
 8.12.0,8500008
 8.12.1,8500010
 8.12.1,8500010
+8.12.2,8500010