Skip to content

Commit 62f2878

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.14.0 release
1 parent a55a56e commit 62f2878

File tree

10 files changed

+25
-24
lines changed

10 files changed

+25
-24
lines changed

.backportrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"upstream" : "elastic/elasticsearch",
3-
"targetBranchChoices" : [ "main", "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" ],
3+
"targetBranchChoices" : [ "main", "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-
"^v8.14.0$" : "main",
6+
"^v8.14.1$" : "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: ["7.17.22", "8.13.5", "8.14.0"]
59+
BWC_VERSION: ["7.17.22", "8.14.1"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ steps:
529529
env:
530530
BWC_VERSION: 8.12.2
531531

532-
- label: "{{matrix.image}} / 8.13.5 / packaging-tests-upgrade"
533-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.13.5
532+
- label: "{{matrix.image}} / 8.13.4 / packaging-tests-upgrade"
533+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.13.4
534534
timeout_in_minutes: 300
535535
matrix:
536536
setup:
@@ -543,10 +543,10 @@ steps:
543543
machineType: custom-16-32768
544544
buildDirectory: /dev/shm/bk
545545
env:
546-
BWC_VERSION: 8.13.5
546+
BWC_VERSION: 8.13.4
547547

548-
- label: "{{matrix.image}} / 8.14.0 / packaging-tests-upgrade"
549-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.14.0
548+
- label: "{{matrix.image}} / 8.14.1 / packaging-tests-upgrade"
549+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.14.1
550550
timeout_in_minutes: 300
551551
matrix:
552552
setup:
@@ -559,7 +559,7 @@ steps:
559559
machineType: custom-16-32768
560560
buildDirectory: /dev/shm/bk
561561
env:
562-
BWC_VERSION: 8.14.0
562+
BWC_VERSION: 8.14.1
563563

564564
- group: packaging-tests-windows
565565
steps:

.buildkite/pipelines/periodic.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ steps:
591591
- signal_reason: agent_stop
592592
limit: 3
593593

594-
- label: 8.13.5 / bwc
595-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.13.5#bwcTest
594+
- label: 8.13.4 / bwc
595+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.13.4#bwcTest
596596
timeout_in_minutes: 300
597597
agents:
598598
provider: gcp
@@ -601,7 +601,7 @@ steps:
601601
buildDirectory: /dev/shm/bk
602602
preemptible: true
603603
env:
604-
BWC_VERSION: 8.13.5
604+
BWC_VERSION: 8.13.4
605605
retry:
606606
automatic:
607607
- exit_status: "-1"
@@ -610,8 +610,8 @@ steps:
610610
- signal_reason: agent_stop
611611
limit: 3
612612

613-
- label: 8.14.0 / bwc
614-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.14.0#bwcTest
613+
- label: 8.14.1 / bwc
614+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.14.1#bwcTest
615615
timeout_in_minutes: 300
616616
agents:
617617
provider: gcp
@@ -620,7 +620,7 @@ steps:
620620
buildDirectory: /dev/shm/bk
621621
preemptible: true
622622
env:
623-
BWC_VERSION: 8.14.0
623+
BWC_VERSION: 8.14.1
624624
retry:
625625
automatic:
626626
- exit_status: "-1"
@@ -695,7 +695,7 @@ steps:
695695
setup:
696696
ES_RUNTIME_JAVA:
697697
- openjdk17
698-
BWC_VERSION: ["7.17.22", "8.13.5", "8.14.0"]
698+
BWC_VERSION: ["7.17.22", "8.14.1"]
699699
agents:
700700
provider: gcp
701701
image: family/elasticsearch-ubuntu-2004
@@ -741,7 +741,7 @@ steps:
741741
- openjdk17
742742
- openjdk21
743743
- openjdk22
744-
BWC_VERSION: ["7.17.22", "8.13.5", "8.14.0"]
744+
BWC_VERSION: ["7.17.22", "8.14.1"]
745745
agents:
746746
provider: gcp
747747
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ BWC_VERSION:
3030
- "8.10.4"
3131
- "8.11.4"
3232
- "8.12.2"
33-
- "8.13.5"
34-
- "8.14.0"
33+
- "8.13.4"
34+
- "8.14.1"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
BWC_VERSION:
22
- "7.17.22"
3-
- "8.13.5"
4-
- "8.14.0"
3+
- "8.14.1"

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 = 8.14.0
1+
elasticsearch = 8.14.1
22
lucene = 9.10.0
33

44
bundled_jdk_vendor = openjdk

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ public class Version implements VersionId<Version>, ToXContentFragment {
174174
public static final Version V_8_13_2 = new Version(8_13_02_99);
175175
public static final Version V_8_13_3 = new Version(8_13_03_99);
176176
public static final Version V_8_13_4 = new Version(8_13_04_99);
177-
public static final Version V_8_13_5 = new Version(8_13_05_99);
178177
public static final Version V_8_14_0 = new Version(8_14_00_99);
179-
public static final Version CURRENT = V_8_14_0;
178+
public static final Version V_8_14_1 = new Version(8_14_01_99);
179+
public static final Version CURRENT = V_8_14_1;
180180

181181
private static final NavigableMap<Integer, Version> VERSION_IDS;
182182
private static final Map<String, Version> VERSION_STRINGS;

server/src/main/resources/org/elasticsearch/TransportVersions.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,4 @@
120120
8.13.2,8595000
121121
8.13.3,8595000
122122
8.13.4,8595001
123+
8.14.0,8636001

server/src/main/resources/org/elasticsearch/index/IndexVersions.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,4 @@
120120
8.13.2,8503000
121121
8.13.3,8503000
122122
8.13.4,8503000
123+
8.14.0,8505000

0 commit comments

Comments
 (0)