mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Bump versions after 9.0.2 release
This commit is contained in:
parent
0c3a1bc533
commit
d71341116f
12 changed files with 19 additions and 15 deletions
|
@ -3,7 +3,7 @@
|
|||
"targetBranchChoices" : [ "main", "9.0", "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.0.2$" : "main",
|
||||
"^v9.0.3$" : "main",
|
||||
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
|
||||
}
|
||||
}
|
|
@ -56,7 +56,7 @@ steps:
|
|||
timeout_in_minutes: 300
|
||||
matrix:
|
||||
setup:
|
||||
BWC_VERSION: ["8.17.7", "8.18.3", "9.0.2"]
|
||||
BWC_VERSION: ["8.17.7", "8.18.3", "9.0.3"]
|
||||
agents:
|
||||
provider: gcp
|
||||
image: family/elasticsearch-ubuntu-2004
|
||||
|
|
|
@ -10,6 +10,6 @@ steps:
|
|||
buildDirectory: /dev/shm/bk
|
||||
matrix:
|
||||
setup:
|
||||
FWC_VERSION: ["9.0.0", "9.0.1"]
|
||||
FWC_VERSION: ["9.0.0", "9.0.1", "9.0.2"]
|
||||
env:
|
||||
FWC_VERSION: $FWC_VERSION
|
||||
|
|
|
@ -335,8 +335,8 @@ steps:
|
|||
env:
|
||||
BWC_VERSION: 8.18.3
|
||||
|
||||
- label: "{{matrix.image}} / 9.0.2 / packaging-tests-upgrade"
|
||||
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.0.2
|
||||
- label: "{{matrix.image}} / 9.0.3 / packaging-tests-upgrade"
|
||||
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.0.3
|
||||
timeout_in_minutes: 300
|
||||
matrix:
|
||||
setup:
|
||||
|
@ -349,7 +349,7 @@ steps:
|
|||
machineType: custom-16-32768
|
||||
buildDirectory: /dev/shm/bk
|
||||
env:
|
||||
BWC_VERSION: 9.0.2
|
||||
BWC_VERSION: 9.0.3
|
||||
|
||||
- group: packaging-tests-windows
|
||||
steps:
|
||||
|
|
|
@ -363,8 +363,8 @@ steps:
|
|||
- signal_reason: agent_stop
|
||||
limit: 3
|
||||
|
||||
- label: 9.0.2 / bwc
|
||||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.2#bwcTest
|
||||
- label: 9.0.3 / bwc
|
||||
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.3#bwcTest
|
||||
timeout_in_minutes: 300
|
||||
agents:
|
||||
provider: gcp
|
||||
|
@ -373,7 +373,7 @@ steps:
|
|||
buildDirectory: /dev/shm/bk
|
||||
preemptible: true
|
||||
env:
|
||||
BWC_VERSION: 9.0.2
|
||||
BWC_VERSION: 9.0.3
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: "-1"
|
||||
|
@ -448,7 +448,7 @@ steps:
|
|||
setup:
|
||||
ES_RUNTIME_JAVA:
|
||||
- openjdk21
|
||||
BWC_VERSION: ["8.17.7", "8.18.3", "9.0.2"]
|
||||
BWC_VERSION: ["8.17.7", "8.18.3", "9.0.3"]
|
||||
agents:
|
||||
provider: gcp
|
||||
image: family/elasticsearch-ubuntu-2004
|
||||
|
@ -490,7 +490,7 @@ steps:
|
|||
ES_RUNTIME_JAVA:
|
||||
- openjdk21
|
||||
- openjdk23
|
||||
BWC_VERSION: ["8.17.7", "8.18.3", "9.0.2"]
|
||||
BWC_VERSION: ["8.17.7", "8.18.3", "9.0.3"]
|
||||
agents:
|
||||
provider: gcp
|
||||
image: family/elasticsearch-ubuntu-2004
|
||||
|
|
|
@ -18,4 +18,4 @@ BWC_VERSION:
|
|||
- "8.16.6"
|
||||
- "8.17.7"
|
||||
- "8.18.3"
|
||||
- "9.0.2"
|
||||
- "9.0.3"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
BWC_VERSION:
|
||||
- "8.17.7"
|
||||
- "8.18.3"
|
||||
- "9.0.2"
|
||||
- "9.0.3"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
elasticsearch = 9.0.2
|
||||
elasticsearch = 9.0.3
|
||||
lucene = 10.1.0
|
||||
|
||||
bundled_jdk_vendor = openjdk
|
||||
|
|
|
@ -197,6 +197,7 @@ public class TransportVersions {
|
|||
public static final TransportVersion STORED_SCRIPT_CONTENT_LENGTH_90 = def(9_000_0_09);
|
||||
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_1 = def(9_000_0_10);
|
||||
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_2 = def(9_000_0_11);
|
||||
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_3 = def(9_000_0_12);
|
||||
|
||||
/*
|
||||
* STOP! READ THIS FIRST! No, really,
|
||||
|
|
|
@ -210,7 +210,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
|
|||
public static final Version V_9_0_0 = new Version(9_00_00_99);
|
||||
public static final Version V_9_0_1 = new Version(9_00_01_99);
|
||||
public static final Version V_9_0_2 = new Version(9_00_02_99);
|
||||
public static final Version CURRENT = V_9_0_2;
|
||||
public static final Version V_9_0_3 = new Version(9_00_03_99);
|
||||
public static final Version CURRENT = V_9_0_3;
|
||||
|
||||
private static final NavigableMap<Integer, Version> VERSION_IDS;
|
||||
private static final Map<String, Version> VERSION_STRINGS;
|
||||
|
|
|
@ -152,3 +152,4 @@
|
|||
8.18.2,8840004
|
||||
9.0.0,9000009
|
||||
9.0.1,9000010
|
||||
9.0.2,9000011
|
||||
|
|
|
|
@ -152,3 +152,4 @@
|
|||
8.18.2,8525000
|
||||
9.0.0,9009000
|
||||
9.0.1,9009000
|
||||
9.0.2,9009000
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue