Skip to content

Commit 9cefbc4

Browse files
author
elasticsearchmachine
committed
Bump versions after 9.2.1 release
1 parent 7fa7c0e commit 9cefbc4

File tree

14 files changed

+24
-20
lines changed

14 files changed

+24
-20
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.2", "9.1", "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" ],
44
"targetPRLabels" : [ "backport" ],
55
"branchLabelMapping" : {
6-
"^v9.2.1$" : "main",
6+
"^v9.2.2$" : "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
@@ -65,7 +65,7 @@ steps:
6565
timeout_in_minutes: 300
6666
matrix:
6767
setup:
68-
BWC_VERSION: ["8.19.8", "9.1.8", "9.2.1"]
68+
BWC_VERSION: ["8.19.8", "9.1.8", "9.2.2"]
6969
agents:
7070
provider: gcp
7171
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.2.0"]
13+
FWC_VERSION: ["9.2.0", "9.2.1"]
1414
env:
1515
FWC_VERSION: "{{matrix.FWC_VERSION}}"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ steps:
423423
- signal_reason: agent_stop
424424
limit: 3
425425

426-
- label: 9.2.1 / bwc
427-
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v9.2.1#bwcTest
426+
- label: 9.2.2 / bwc
427+
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v9.2.2#bwcTest
428428
timeout_in_minutes: 300
429429
agents:
430430
provider: gcp
@@ -433,7 +433,7 @@ steps:
433433
buildDirectory: /dev/shm/bk
434434
preemptible: true
435435
env:
436-
BWC_VERSION: 9.2.1
436+
BWC_VERSION: 9.2.2
437437
retry:
438438
automatic:
439439
- exit_status: "-1"
@@ -519,7 +519,7 @@ steps:
519519
timeout_in_minutes: 300
520520
matrix:
521521
setup:
522-
BWC_VERSION: ["8.19.8", "9.1.8", "9.2.1"]
522+
BWC_VERSION: ["8.19.8", "9.1.8", "9.2.2"]
523523
agents:
524524
provider: gcp
525525
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,8 @@ steps:
382382
env:
383383
BWC_VERSION: 9.1.8
384384

385-
- label: "{{matrix.image}} / 9.2.1 / packaging-tests-upgrade"
386-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.2.1
385+
- label: "{{matrix.image}} / 9.2.2 / packaging-tests-upgrade"
386+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.2.2
387387
timeout_in_minutes: 300
388388
matrix:
389389
setup:
@@ -396,7 +396,7 @@ steps:
396396
machineType: custom-16-32768
397397
buildDirectory: /dev/shm/bk
398398
env:
399-
BWC_VERSION: 9.2.1
399+
BWC_VERSION: 9.2.2
400400

401401
- group: packaging-tests-windows
402402
steps:

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ steps:
420420
- signal_reason: agent_stop
421421
limit: 3
422422

423-
- label: 9.2.1 / bwc
424-
command: .ci/scripts/run-gradle.sh --continue -Dbwc.checkout.align=true v9.2.1#bwcTest
423+
- label: 9.2.2 / bwc
424+
command: .ci/scripts/run-gradle.sh --continue -Dbwc.checkout.align=true v9.2.2#bwcTest
425425
timeout_in_minutes: 300
426426
agents:
427427
provider: gcp
@@ -430,7 +430,7 @@ steps:
430430
buildDirectory: /dev/shm/bk
431431
preemptible: true
432432
env:
433-
BWC_VERSION: 9.2.1
433+
BWC_VERSION: 9.2.2
434434
retry:
435435
automatic:
436436
- exit_status: "-1"
@@ -511,7 +511,7 @@ steps:
511511
setup:
512512
ES_RUNTIME_JAVA:
513513
- openjdk21
514-
BWC_VERSION: ["8.19.8", "9.1.8", "9.2.1"]
514+
BWC_VERSION: ["8.19.8", "9.1.8", "9.2.2"]
515515
agents:
516516
provider: gcp
517517
image: family/elasticsearch-ubuntu-2404
@@ -557,7 +557,7 @@ steps:
557557
ES_RUNTIME_JAVA:
558558
- openjdk21
559559
- openjdk23
560-
BWC_VERSION: ["8.19.8", "9.1.8", "9.2.1"]
560+
BWC_VERSION: ["8.19.8", "9.1.8", "9.2.2"]
561561
agents:
562562
provider: gcp
563563
image: family/elasticsearch-ubuntu-2404

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ BWC_VERSION:
2121
- "8.19.8"
2222
- "9.0.7"
2323
- "9.1.8"
24-
- "9.2.1"
24+
- "9.2.2"

.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.19.8"
33
- "9.1.8"
4-
- "9.2.1"
4+
- "9.2.2"

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.2.1
1+
elasticsearch = 9.2.2
22
lucene = 10.3.1
33

44
bundled_jdk_vendor = openjdk

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
243243
public static final Version V_9_1_8 = new Version(9_01_08_99);
244244
public static final Version V_9_2_0 = new Version(9_02_00_99);
245245
public static final Version V_9_2_1 = new Version(9_02_01_99);
246-
public static final Version CURRENT = V_9_2_1;
246+
public static final Version V_9_2_2 = new Version(9_02_02_99);
247+
public static final Version CURRENT = V_9_2_2;
247248

248249
private static final NavigableMap<Integer, Version> VERSION_IDS;
249250
private static final Map<String, Version> VERSION_STRINGS;

0 commit comments

Comments
 (0)