Skip to content

Commit bc89c63

Browse files
Bump versions after 9.0.0 release
1 parent e58ead6 commit bc89c63

File tree

12 files changed

+20
-17
lines changed

12 files changed

+20
-17
lines changed

Diff for: .backportrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"targetBranchChoices" : [ "main", "8.x", "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" ],
44
"targetPRLabels" : [ "backport" ],
55
"branchLabelMapping" : {
6-
"^v9.0.0$" : "main",
6+
"^v9.0.1$" : "main",
77
"^v8.19.0$" : "8.x",
88
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
99
}
10-
}
10+
}

Diff for: .buildkite/pipelines/intake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
timeout_in_minutes: 300
5757
matrix:
5858
setup:
59-
BWC_VERSION: ["8.16.7", "8.17.6", "8.18.0", "9.0.0"]
59+
BWC_VERSION: ["8.17.6", "8.18.0", "9.0.1"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

Diff for: .buildkite/pipelines/periodic-fwc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ steps:
1010
buildDirectory: /dev/shm/bk
1111
matrix:
1212
setup:
13-
FWC_VERSION: []
13+
FWC_VERSION: ["9.0.0"]
1414
env:
1515
FWC_VERSION: $FWC_VERSION

Diff for: .buildkite/pipelines/periodic-packaging.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ steps:
335335
env:
336336
BWC_VERSION: 8.18.0
337337

338-
- label: "{{matrix.image}} / 9.0.0 / packaging-tests-upgrade"
339-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.0.0
338+
- label: "{{matrix.image}} / 9.0.1 / packaging-tests-upgrade"
339+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.0.1
340340
timeout_in_minutes: 300
341341
matrix:
342342
setup:
@@ -349,7 +349,7 @@ steps:
349349
machineType: custom-16-32768
350350
buildDirectory: /dev/shm/bk
351351
env:
352-
BWC_VERSION: 9.0.0
352+
BWC_VERSION: 9.0.1
353353

354354
- group: packaging-tests-windows
355355
steps:

Diff for: .buildkite/pipelines/periodic.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,8 @@ steps:
363363
- signal_reason: agent_stop
364364
limit: 3
365365

366-
- label: 9.0.0 / bwc
367-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.0#bwcTest
366+
- label: 9.0.1 / bwc
367+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.1#bwcTest
368368
timeout_in_minutes: 300
369369
agents:
370370
provider: gcp
@@ -373,7 +373,7 @@ steps:
373373
buildDirectory: /dev/shm/bk
374374
preemptible: true
375375
env:
376-
BWC_VERSION: 9.0.0
376+
BWC_VERSION: 9.0.1
377377
retry:
378378
automatic:
379379
- exit_status: "-1"
@@ -448,7 +448,7 @@ steps:
448448
setup:
449449
ES_RUNTIME_JAVA:
450450
- openjdk21
451-
BWC_VERSION: ["8.16.7", "8.17.6", "8.18.0", "9.0.0"]
451+
BWC_VERSION: ["8.17.6", "8.18.0", "9.0.1"]
452452
agents:
453453
provider: gcp
454454
image: family/elasticsearch-ubuntu-2004
@@ -490,7 +490,7 @@ steps:
490490
ES_RUNTIME_JAVA:
491491
- openjdk21
492492
- openjdk23
493-
BWC_VERSION: ["8.16.7", "8.17.6", "8.18.0", "9.0.0"]
493+
BWC_VERSION: ["8.17.6", "8.18.0", "9.0.1"]
494494
agents:
495495
provider: gcp
496496
image: family/elasticsearch-ubuntu-2004

Diff for: .ci/bwcVersions

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ BWC_VERSION:
1818
- "8.16.7"
1919
- "8.17.6"
2020
- "8.18.0"
21-
- "9.0.0"
21+
- "9.0.1"

Diff for: .ci/snapshotBwcVersions

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
BWC_VERSION:
2-
- "8.16.7"
32
- "8.17.6"
43
- "8.18.0"
5-
- "9.0.0"
4+
- "9.0.1"

Diff for: build-tools-internal/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 9.0.0
1+
elasticsearch = 9.0.1
22
lucene = 10.1.0
33

44
bundled_jdk_vendor = openjdk

Diff for: server/src/main/java/org/elasticsearch/TransportVersions.java

+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ static TransportVersion def(int id) {
191191
public static final TransportVersion RETRY_ILM_ASYNC_ACTION_REQUIRE_ERROR_90 = def(9_000_0_07);
192192
public static final TransportVersion RE_REMOVE_MIN_COMPATIBLE_SHARD_NODE_90 = def(9_000_0_08);
193193
public static final TransportVersion STORED_SCRIPT_CONTENT_LENGTH_90 = def(9_000_0_09);
194+
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_1 = def(9_000_0_10);
194195

195196
/*
196197
* STOP! READ THIS FIRST! No, really,

Diff for: server/src/main/java/org/elasticsearch/Version.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
205205
public static final Version V_8_17_6 = new Version(8_17_06_99);
206206
public static final Version V_8_18_0 = new Version(8_18_00_99);
207207
public static final Version V_9_0_0 = new Version(9_00_00_99);
208-
public static final Version CURRENT = V_9_0_0;
208+
public static final Version V_9_0_1 = new Version(9_00_01_99);
209+
public static final Version CURRENT = V_9_0_1;
209210

210211
private static final NavigableMap<Integer, Version> VERSION_IDS;
211212
private static final Map<String, Version> VERSION_STRINGS;

Diff for: server/src/main/resources/org/elasticsearch/TransportVersions.csv

+1
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,4 @@
146146
8.17.3,8797003
147147
8.17.4,8797004
148148
8.17.5,8797005
149+
9.0.0,9000009

Diff for: server/src/main/resources/org/elasticsearch/index/IndexVersions.csv

+1
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,4 @@
146146
8.17.3,8521000
147147
8.17.4,8521000
148148
8.17.5,8521000
149+
9.0.0,9009000

0 commit comments

Comments
 (0)