Skip to content

Commit b4950e0

Browse files
author
elasticsearchmachine
committed
Bump versions after 9.0.5 release
1 parent e99e271 commit b4950e0

File tree

12 files changed

+19
-15
lines changed

12 files changed

+19
-15
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"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" ],
44
"targetPRLabels" : [ "backport" ],
55
"branchLabelMapping" : {
6-
"^v9.0.5$" : "main",
6+
"^v9.0.6$" : "main",
77
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
88
}
99
}

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
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.17.10", "8.18.6", "9.0.5"]
59+
BWC_VERSION: ["8.17.10", "8.18.6", "9.0.6"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-fwc.yml

Lines changed: 1 addition & 1 deletion
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: ["9.0.0", "9.0.1", "9.0.2", "9.0.3", "9.0.4"]
13+
FWC_VERSION: ["9.0.0", "9.0.1", "9.0.2", "9.0.3", "9.0.4", "9.0.5"]
1414
env:
1515
FWC_VERSION: $FWC_VERSION

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ steps:
334334
env:
335335
BWC_VERSION: 8.18.6
336336

337-
- label: "{{matrix.image}} / 9.0.5 / packaging-tests-upgrade"
338-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.0.5
337+
- label: "{{matrix.image}} / 9.0.6 / packaging-tests-upgrade"
338+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.0.6
339339
timeout_in_minutes: 300
340340
matrix:
341341
setup:
@@ -348,7 +348,7 @@ steps:
348348
machineType: custom-16-32768
349349
buildDirectory: /dev/shm/bk
350350
env:
351-
BWC_VERSION: 9.0.5
351+
BWC_VERSION: 9.0.6
352352

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

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
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.5 / bwc
367-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.5#bwcTest
366+
- label: 9.0.6 / bwc
367+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.0.6#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.5
376+
BWC_VERSION: 9.0.6
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.17.10", "8.18.6", "9.0.5"]
451+
BWC_VERSION: ["8.17.10", "8.18.6", "9.0.6"]
452452
agents:
453453
provider: gcp
454454
image: family/elasticsearch-ubuntu-2404
@@ -490,7 +490,7 @@ steps:
490490
ES_RUNTIME_JAVA:
491491
- openjdk21
492492
- openjdk23
493-
BWC_VERSION: ["8.17.10", "8.18.6", "9.0.5"]
493+
BWC_VERSION: ["8.17.10", "8.18.6", "9.0.6"]
494494
agents:
495495
provider: gcp
496496
image: family/elasticsearch-ubuntu-2404

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ BWC_VERSION:
1818
- "8.16.6"
1919
- "8.17.10"
2020
- "8.18.6"
21-
- "9.0.5"
21+
- "9.0.6"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
BWC_VERSION:
22
- "8.17.10"
33
- "8.18.6"
4-
- "9.0.5"
4+
- "9.0.6"

build-tools-internal/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 9.0.5
1+
elasticsearch = 9.0.6
22
lucene = 10.1.0
33

44
bundled_jdk_vendor = openjdk

server/src/main/java/org/elasticsearch/TransportVersions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ static TransportVersion def(int id) {
205205
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_3 = def(9_000_0_12);
206206
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_4 = def(9_000_0_13);
207207
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_5 = def(9_000_0_14);
208+
public static final TransportVersion INITIAL_ELASTICSEARCH_9_0_6 = def(9_000_0_15);
208209

209210
/*
210211
* STOP! READ THIS FIRST! No, really,

server/src/main/java/org/elasticsearch/Version.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
219219
public static final Version V_9_0_3 = new Version(9_00_03_99);
220220
public static final Version V_9_0_4 = new Version(9_00_04_99);
221221
public static final Version V_9_0_5 = new Version(9_00_05_99);
222-
public static final Version CURRENT = V_9_0_5;
222+
public static final Version V_9_0_6 = new Version(9_00_06_99);
223+
public static final Version CURRENT = V_9_0_6;
223224

224225
private static final NavigableMap<Integer, Version> VERSION_IDS;
225226
private static final Map<String, Version> VERSION_STRINGS;

0 commit comments

Comments
 (0)