Skip to content

Commit 093ab81

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.18.5 release
1 parent ed71c72 commit 093ab81

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.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-
"^v8.18.5$" : "main",
6+
"^v8.18.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: ["7.17.30", "8.17.10", "8.18.5"]
59+
BWC_VERSION: ["7.17.30", "8.17.10", "8.18.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: ["8.18.0", "8.18.1", "8.18.2", "8.18.3", "8.18.4"]
13+
FWC_VERSION: ["8.18.0", "8.18.1", "8.18.2", "8.18.3", "8.18.4", "8.18.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
@@ -609,8 +609,8 @@ steps:
609609
env:
610610
BWC_VERSION: 8.17.10
611611

612-
- label: "{{matrix.image}} / 8.18.5 / packaging-tests-upgrade"
613-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.5
612+
- label: "{{matrix.image}} / 8.18.6 / packaging-tests-upgrade"
613+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.6
614614
timeout_in_minutes: 300
615615
matrix:
616616
setup:
@@ -623,7 +623,7 @@ steps:
623623
machineType: custom-16-32768
624624
buildDirectory: /dev/shm/bk
625625
env:
626-
BWC_VERSION: 8.18.5
626+
BWC_VERSION: 8.18.6
627627

628628
- group: packaging-tests-windows
629629
steps:

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -686,8 +686,8 @@ steps:
686686
- signal_reason: agent_stop
687687
limit: 3
688688

689-
- label: 8.18.5 / bwc
690-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.5#bwcTest
689+
- label: 8.18.6 / bwc
690+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.6#bwcTest
691691
timeout_in_minutes: 300
692692
agents:
693693
provider: gcp
@@ -696,7 +696,7 @@ steps:
696696
buildDirectory: /dev/shm/bk
697697
preemptible: true
698698
env:
699-
BWC_VERSION: 8.18.5
699+
BWC_VERSION: 8.18.6
700700
retry:
701701
automatic:
702702
- exit_status: "-1"
@@ -771,7 +771,7 @@ steps:
771771
setup:
772772
ES_RUNTIME_JAVA:
773773
- openjdk17
774-
BWC_VERSION: ["7.17.30", "8.17.10", "8.18.5"]
774+
BWC_VERSION: ["7.17.30", "8.17.10", "8.18.6"]
775775
agents:
776776
provider: gcp
777777
image: family/elasticsearch-ubuntu-2404
@@ -819,7 +819,7 @@ steps:
819819
- openjdk21
820820
- openjdk22
821821
- openjdk23
822-
BWC_VERSION: ["7.17.30", "8.17.10", "8.18.5"]
822+
BWC_VERSION: ["7.17.30", "8.17.10", "8.18.6"]
823823
agents:
824824
provider: gcp
825825
image: family/elasticsearch-ubuntu-2404

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ BWC_VERSION:
3535
- "8.15.5"
3636
- "8.16.6"
3737
- "8.17.10"
38-
- "8.18.5"
38+
- "8.18.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
- "7.17.30"
33
- "8.17.10"
4-
- "8.18.5"
4+
- "8.18.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 = 8.18.5
1+
elasticsearch = 8.18.6
22
lucene = 9.12.1
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
@@ -194,6 +194,7 @@ static TransportVersion def(int id) {
194194
public static final TransportVersion INITIAL_ELASTICSEARCH_8_18_3 = def(8_840_0_05);
195195
public static final TransportVersion INITIAL_ELASTICSEARCH_8_18_4 = def(8_840_0_06);
196196
public static final TransportVersion INITIAL_ELASTICSEARCH_8_18_5 = def(8_840_0_07);
197+
public static final TransportVersion INITIAL_ELASTICSEARCH_8_18_6 = def(8_840_0_08);
197198

198199
/*
199200
* 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
@@ -217,7 +217,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
217217
public static final Version V_8_18_3 = new Version(8_18_03_99);
218218
public static final Version V_8_18_4 = new Version(8_18_04_99);
219219
public static final Version V_8_18_5 = new Version(8_18_05_99);
220-
public static final Version CURRENT = V_8_18_5;
220+
public static final Version V_8_18_6 = new Version(8_18_06_99);
221+
public static final Version CURRENT = V_8_18_6;
221222

222223
private static final NavigableMap<Integer, Version> VERSION_IDS;
223224
private static final Map<String, Version> VERSION_STRINGS;

0 commit comments

Comments
 (0)