Skip to content

Commit 06c0d29

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.18.3 release
1 parent a8fd389 commit 06c0d29

File tree

9 files changed

+15
-11
lines changed

9 files changed

+15
-11
lines changed

.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: ["7.17.29", "8.17.9", "8.18.3", "8.19.0"]
68+
BWC_VERSION: ["7.17.29", "8.17.9", "8.18.4", "8.19.0"]
6969
agents:
7070
provider: gcp
7171
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,8 @@ steps:
611611
env:
612612
BWC_VERSION: 8.17.9
613613

614-
- label: "{{matrix.image}} / 8.18.3 / packaging-tests-upgrade"
615-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.3
614+
- label: "{{matrix.image}} / 8.18.4 / packaging-tests-upgrade"
615+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.4
616616
timeout_in_minutes: 300
617617
matrix:
618618
setup:
@@ -625,7 +625,7 @@ steps:
625625
machineType: custom-16-32768
626626
buildDirectory: /dev/shm/bk
627627
env:
628-
BWC_VERSION: 8.18.3
628+
BWC_VERSION: 8.18.4
629629

630630
- label: "{{matrix.image}} / 8.19.0 / packaging-tests-upgrade"
631631
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.0

.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.3 / bwc
690-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.3#bwcTest
689+
- label: 8.18.4 / bwc
690+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.4#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.3
699+
BWC_VERSION: 8.18.4
700700
retry:
701701
automatic:
702702
- exit_status: "-1"
@@ -791,7 +791,7 @@ steps:
791791
setup:
792792
ES_RUNTIME_JAVA:
793793
- openjdk17
794-
BWC_VERSION: ["7.17.29", "8.17.9", "8.18.3", "8.19.0"]
794+
BWC_VERSION: ["7.17.29", "8.17.9", "8.18.4", "8.19.0"]
795795
agents:
796796
provider: gcp
797797
image: family/elasticsearch-ubuntu-2004
@@ -840,7 +840,7 @@ steps:
840840
- openjdk21
841841
- openjdk22
842842
- openjdk23
843-
BWC_VERSION: ["7.17.29", "8.17.9", "8.18.3", "8.19.0"]
843+
BWC_VERSION: ["7.17.29", "8.17.9", "8.18.4", "8.19.0"]
844844
agents:
845845
provider: gcp
846846
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ BWC_VERSION:
3535
- "8.15.5"
3636
- "8.16.6"
3737
- "8.17.9"
38-
- "8.18.3"
38+
- "8.18.4"
3939
- "8.19.0"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BWC_VERSION:
22
- "7.17.29"
33
- "8.17.9"
4-
- "8.18.3"
4+
- "8.18.4"
55
- "8.19.0"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ static TransportVersion def(int id) {
191191
public static final TransportVersion INITIAL_ELASTICSEARCH_8_18_1 = def(8_840_0_03);
192192
public static final TransportVersion INITIAL_ELASTICSEARCH_8_18_2 = def(8_840_0_04);
193193
public static final TransportVersion INITIAL_ELASTICSEARCH_8_18_3 = def(8_840_0_05);
194+
public static final TransportVersion INITIAL_ELASTICSEARCH_8_18_4 = def(8_840_0_06);
194195
public static final TransportVersion INITIAL_ELASTICSEARCH_8_19 = def(8_841_0_00);
195196
public static final TransportVersion COHERE_BIT_EMBEDDING_TYPE_SUPPORT_ADDED_BACKPORT_8_X = def(8_841_0_01);
196197
public static final TransportVersion REMOVE_ALL_APPLICABLE_SELECTOR_BACKPORT_8_19 = def(8_841_0_02);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
213213
public static final Version V_8_18_1 = new Version(8_18_01_99);
214214
public static final Version V_8_18_2 = new Version(8_18_02_99);
215215
public static final Version V_8_18_3 = new Version(8_18_03_99);
216+
public static final Version V_8_18_4 = new Version(8_18_04_99);
216217
public static final Version V_8_19_0 = new Version(8_19_00_99);
217218
public static final Version CURRENT = V_8_19_0;
218219

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,4 @@
156156
8.18.0,8840002
157157
8.18.1,8840003
158158
8.18.2,8840004
159+
8.18.3,8840005

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,4 @@
156156
8.18.0,8525000
157157
8.18.1,8525000
158158
8.18.2,8525000
159+
8.18.3,8525000

0 commit comments

Comments
 (0)