Преглед изворни кода

Bump versions after 8.19.4 release

elasticsearchmachine пре 2 недеља
родитељ
комит
fb635be4c3

+ 1 - 1
.backportrc.json

@@ -3,7 +3,7 @@
   "targetBranchChoices" : [ "main", "9.0", "8.19", "8.18", "8.17", "8.16", "8.15", "8.14", "8.13", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "6.8" ],
   "targetPRLabels" : [ "backport" ],
   "branchLabelMapping" : {
-    "^v8.19.4$" : "main",
+    "^v8.19.5$" : "main",
     "^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
   }
 }

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

@@ -65,7 +65,7 @@ steps:
         timeout_in_minutes: 300
         matrix:
           setup:
-            BWC_VERSION: ["7.17.30", "8.18.8", "8.19.4"]
+            BWC_VERSION: ["7.17.30", "8.18.8", "8.19.5"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2404

+ 1 - 1
.buildkite/pipelines/periodic-fwc.yml

@@ -10,6 +10,6 @@ steps:
       buildDirectory: /dev/shm/bk
     matrix:
       setup:
-        FWC_VERSION: ["8.19.0", "8.19.1", "8.19.2", "8.19.3"]
+        FWC_VERSION: ["8.19.0", "8.19.1", "8.19.2", "8.19.3", "8.19.4"]
     env:
       FWC_VERSION: "{{matrix.FWC_VERSION}}"

+ 4 - 4
.buildkite/pipelines/periodic-java-ea.yml

@@ -708,8 +708,8 @@ steps:
             - signal_reason: agent_stop
               limit: 3
 
-      - label: 8.19.4 / bwc
-        command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.19.4#bwcTest
+      - label: 8.19.5 / bwc
+        command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.19.5#bwcTest
         timeout_in_minutes: 300
         agents:
           provider: gcp
@@ -718,7 +718,7 @@ steps:
           buildDirectory: /dev/shm/bk
           preemptible: true
         env:
-          BWC_VERSION: 8.19.4
+          BWC_VERSION: 8.19.5
         retry:
           automatic:
             - exit_status: "-1"
@@ -781,7 +781,7 @@ steps:
         timeout_in_minutes: 300
         matrix:
           setup:
-            BWC_VERSION: ["7.17.30", "8.18.8", "8.19.4"]
+            BWC_VERSION: ["7.17.30", "8.18.8", "8.19.5"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2404

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

@@ -625,8 +625,8 @@ steps:
         env:
           BWC_VERSION: 8.18.8
 
-      - label: "{{matrix.image}} / 8.19.4 / packaging-tests-upgrade"
-        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.4
+      - label: "{{matrix.image}} / 8.19.5 / packaging-tests-upgrade"
+        command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.5
         timeout_in_minutes: 300
         matrix:
           setup:
@@ -639,7 +639,7 @@ steps:
           machineType: custom-16-32768
           buildDirectory: /dev/shm/bk
         env:
-          BWC_VERSION: 8.19.4
+          BWC_VERSION: 8.19.5
 
   - group: packaging-tests-windows
     steps:

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

@@ -705,8 +705,8 @@ steps:
             - signal_reason: agent_stop
               limit: 3
 
-      - label: 8.19.4 / bwc
-        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.4#bwcTest
+      - label: 8.19.5 / bwc
+        command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.5#bwcTest
         timeout_in_minutes: 300
         agents:
           provider: gcp
@@ -715,7 +715,7 @@ steps:
           buildDirectory: /dev/shm/bk
           preemptible: true
         env:
-          BWC_VERSION: 8.19.4
+          BWC_VERSION: 8.19.5
         retry:
           automatic:
             - exit_status: "-1"
@@ -791,7 +791,7 @@ steps:
           setup:
             ES_RUNTIME_JAVA:
               - openjdk17
-            BWC_VERSION: ["7.17.30", "8.18.8", "8.19.4"]
+            BWC_VERSION: ["7.17.30", "8.18.8", "8.19.5"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2204
@@ -840,7 +840,7 @@ steps:
               - openjdk21
               - openjdk22
               - openjdk23
-            BWC_VERSION: ["7.17.30", "8.18.8", "8.19.4"]
+            BWC_VERSION: ["7.17.30", "8.18.8", "8.19.5"]
         agents:
           provider: gcp
           image: family/elasticsearch-ubuntu-2204

+ 1 - 1
.ci/bwcVersions

@@ -36,4 +36,4 @@ BWC_VERSION:
   - "8.16.6"
   - "8.17.10"
   - "8.18.8"
-  - "8.19.4"
+  - "8.19.5"

+ 1 - 1
.ci/snapshotBwcVersions

@@ -1,4 +1,4 @@
 BWC_VERSION:
   - "7.17.30"
   - "8.18.8"
-  - "8.19.4"
+  - "8.19.5"

+ 1 - 1
build-tools-internal/version.properties

@@ -1,4 +1,4 @@
-elasticsearch     = 8.19.4
+elasticsearch     = 8.19.5
 lucene            = 9.12.2
 
 bundled_jdk_vendor = openjdk

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

@@ -242,6 +242,7 @@ public class TransportVersions {
     public static final TransportVersion ESQL_DOCUMENTS_FOUND_AND_VALUES_LOADED_8_19 = def(8_841_0_61);
     public static final TransportVersion ESQL_PROFILE_INCLUDE_PLAN_8_19 = def(8_841_0_62);
     public static final TransportVersion INITIAL_ELASTICSEARCH_8_19_4 = def(8_841_0_68);
+    public static final TransportVersion INITIAL_ELASTICSEARCH_8_19_5 = def(8_841_0_69);
 
     /*
      * STOP! READ THIS FIRST! No, really,

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

@@ -225,7 +225,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
     public static final Version V_8_19_2 = new Version(8_19_02_99);
     public static final Version V_8_19_3 = new Version(8_19_03_99);
     public static final Version V_8_19_4 = new Version(8_19_04_99);
-    public static final Version CURRENT = V_8_19_4;
+    public static final Version V_8_19_5 = new Version(8_19_05_99);
+    public static final Version CURRENT = V_8_19_5;
 
     private static final NavigableMap<Integer, Version> VERSION_IDS;
     private static final Map<String, Version> VERSION_STRINGS;

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

@@ -168,3 +168,4 @@
 8.19.1,8841065
 8.19.2,8841066
 8.19.3,8841067
+8.19.4,8841068

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

@@ -168,3 +168,4 @@
 8.19.1,8536000
 8.19.2,8536000
 8.19.3,8536000
+8.19.4,8536000