@@ -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" : {
- "^v9.1.0$" : "main",
+ "^v8.19.1$" : "main",
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
}
@@ -65,7 +65,7 @@ steps:
timeout_in_minutes: 300
matrix:
setup:
- BWC_VERSION: ["7.17.30", "8.17.10", "8.18.5", "8.19.0"]
+ BWC_VERSION: ["7.17.30", "8.17.9", "8.18.5", "8.19.1"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2404
@@ -10,6 +10,6 @@ steps:
buildDirectory: /dev/shm/bk
- FWC_VERSION: []
+ FWC_VERSION: ["8.19.0"]
env:
FWC_VERSION: $FWC_VERSION
@@ -593,8 +593,8 @@ steps:
BWC_VERSION: 8.16.6
- - label: "{{matrix.image}} / 8.17.10 / packaging-tests-upgrade"
- command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.10
+ - label: "{{matrix.image}} / 8.17.9 / packaging-tests-upgrade"
+ command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.9
@@ -607,7 +607,7 @@ steps:
machineType: custom-16-32768
- BWC_VERSION: 8.17.10
+ BWC_VERSION: 8.17.9
- label: "{{matrix.image}} / 8.18.5 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.5
@@ -625,8 +625,8 @@ steps:
BWC_VERSION: 8.18.5
- - label: "{{matrix.image}} / 8.19.0 / packaging-tests-upgrade"
- command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.0
+ - label: "{{matrix.image}} / 8.19.1 / packaging-tests-upgrade"
+ command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.1
@@ -639,7 +639,7 @@ steps:
- BWC_VERSION: 8.19.0
+ BWC_VERSION: 8.19.1
- group: packaging-tests-windows
steps:
@@ -667,8 +667,8 @@ steps:
- signal_reason: agent_stop
limit: 3
- - label: 8.17.10 / bwc
- command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.10#bwcTest
+ - label: 8.17.9 / bwc
+ command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.9#bwcTest
@@ -677,7 +677,7 @@ steps:
preemptible: true
retry:
automatic:
- exit_status: "-1"
@@ -705,8 +705,8 @@ steps:
- - label: 8.19.0 / bwc
- command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.0#bwcTest
+ - label: 8.19.1 / bwc
+ command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.19.1#bwcTest
@@ -715,7 +715,7 @@ steps:
@@ -791,7 +791,7 @@ steps:
ES_RUNTIME_JAVA:
- openjdk17
@@ -840,7 +840,7 @@ steps:
- openjdk21
- openjdk22
- openjdk23
@@ -34,6 +34,6 @@ BWC_VERSION:
- "8.14.3"
- "8.15.5"
- "8.16.6"
- - "8.17.10"
+ - "8.17.9"
- "8.18.5"
- - "8.19.0"
+ - "8.19.1"
@@ -1,5 +1,5 @@
BWC_VERSION:
- "7.17.30"
@@ -1,4 +1,4 @@
-elasticsearch = 8.19.0
+elasticsearch = 8.19.1
lucene = 9.12.2
bundled_jdk_vendor = openjdk
@@ -257,6 +257,7 @@ public class TransportVersions {
public static final TransportVersion ESQL_PROFILE_INCLUDE_PLAN_8_19 = def(8_841_0_62);
public static final TransportVersion ESQL_SPLIT_ON_BIG_VALUES_8_19 = def(8_841_0_63);
public static final TransportVersion ESQL_FIXED_INDEX_LIKE_8_19 = def(8_841_0_64);
+ public static final TransportVersion INITIAL_ELASTICSEARCH_8_19_1 = def(8_841_0_65);
/*
* STOP! READ THIS FIRST! No, really,
@@ -210,7 +210,6 @@ public class Version implements VersionId<Version>, ToXContentFragment {
public static final Version V_8_17_7 = new Version(8_17_07_99);
public static final Version V_8_17_8 = new Version(8_17_08_99);
public static final Version V_8_17_9 = new Version(8_17_09_99);
- public static final Version V_8_17_10 = new Version(8_17_10_99);
public static final Version V_8_18_0 = new Version(8_18_00_99);
public static final Version V_8_18_1 = new Version(8_18_01_99);
public static final Version V_8_18_2 = new Version(8_18_02_99);
@@ -218,7 +217,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
public static final Version V_8_18_4 = new Version(8_18_04_99);
public static final Version V_8_18_5 = new Version(8_18_05_99);
public static final Version V_8_19_0 = new Version(8_19_00_99);
- public static final Version CURRENT = V_8_19_0;
+ public static final Version V_8_19_1 = new Version(8_19_01_99);
+ public static final Version CURRENT = V_8_19_1;
private static final NavigableMap<Integer, Version> VERSION_IDS;
private static final Map<String, Version> VERSION_STRINGS;
@@ -160,3 +160,4 @@
8.18.2,8840004
8.18.3,8840005
8.18.4,8840006
+8.19.0,8841064
8.18.2,8525000
8.18.3,8525000
8.18.4,8525000
+8.19.0,8536000