Skip to content

Commit c41aac4

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.18.8 release
1 parent 87ed9b7 commit c41aac4

File tree

11 files changed

+20
-16
lines changed

11 files changed

+20
-16
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.30", "8.18.8", "8.19.5"]
68+
BWC_VERSION: ["7.17.30", "8.18.9", "8.19.5"]
6969
agents:
7070
provider: gcp
7171
image: family/elasticsearch-ubuntu-2404

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,8 @@ steps:
689689
- signal_reason: agent_stop
690690
limit: 3
691691

692-
- label: 8.18.8 / bwc
693-
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.18.8#bwcTest
692+
- label: 8.18.9 / bwc
693+
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v8.18.9#bwcTest
694694
timeout_in_minutes: 300
695695
agents:
696696
provider: gcp
@@ -699,7 +699,7 @@ steps:
699699
buildDirectory: /dev/shm/bk
700700
preemptible: true
701701
env:
702-
BWC_VERSION: 8.18.8
702+
BWC_VERSION: 8.18.9
703703
retry:
704704
automatic:
705705
- exit_status: "-1"
@@ -781,7 +781,7 @@ steps:
781781
timeout_in_minutes: 300
782782
matrix:
783783
setup:
784-
BWC_VERSION: ["7.17.30", "8.18.8", "8.19.5"]
784+
BWC_VERSION: ["7.17.30", "8.18.9", "8.19.5"]
785785
agents:
786786
provider: gcp
787787
image: family/elasticsearch-ubuntu-2404

.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.8 / packaging-tests-upgrade"
613-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.8
612+
- label: "{{matrix.image}} / 8.18.9 / packaging-tests-upgrade"
613+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.9
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.8
626+
BWC_VERSION: 8.18.9
627627

628628
- label: "{{matrix.image}} / 8.19.5 / packaging-tests-upgrade"
629629
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.19.5

.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.8 / bwc
690-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.8#bwcTest
689+
- label: 8.18.9 / bwc
690+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.9#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.8
699+
BWC_VERSION: 8.18.9
700700
retry:
701701
automatic:
702702
- exit_status: "-1"
@@ -791,7 +791,7 @@ steps:
791791
setup:
792792
ES_RUNTIME_JAVA:
793793
- adoptopenjdk17
794-
BWC_VERSION: ["7.17.30", "8.18.8", "8.19.5"]
794+
BWC_VERSION: ["7.17.30", "8.18.9", "8.19.5"]
795795
agents:
796796
provider: gcp
797797
image: family/elasticsearch-ubuntu-2404
@@ -840,7 +840,7 @@ steps:
840840
- openjdk21
841841
- openjdk22
842842
- openjdk23
843-
BWC_VERSION: ["7.17.30", "8.18.8", "8.19.5"]
843+
BWC_VERSION: ["7.17.30", "8.18.9", "8.19.5"]
844844
agents:
845845
provider: gcp
846846
image: family/elasticsearch-ubuntu-2404

.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.10"
38-
- "8.18.8"
38+
- "8.18.9"
3939
- "8.19.5"

.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"
3-
- "8.18.8"
3+
- "8.18.9"
44
- "8.19.5"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
220220
public static final Version V_8_18_6 = new Version(8_18_06_99);
221221
public static final Version V_8_18_7 = new Version(8_18_07_99);
222222
public static final Version V_8_18_8 = new Version(8_18_08_99);
223+
public static final Version V_8_18_9 = new Version(8_18_09_99);
223224
public static final Version V_8_19_0 = new Version(8_19_00_99);
224225
public static final Version V_8_19_1 = new Version(8_19_01_99);
225226
public static final Version V_8_19_2 = new Version(8_19_02_99);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
8.18.5,8840007
165165
8.18.6,8840008
166166
8.18.7,8840009
167+
8.18.8,8840002
167168
8.19.0,8841064
168169
8.19.1,8841065
169170
8.19.2,8841066

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
8.18.5,8525000
165165
8.18.6,8525000
166166
8.18.7,8525000
167+
8.18.8,8525000
167168
8.19.0,8536000
168169
8.19.1,8536000
169170
8.19.2,8536000
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8840012

0 commit comments

Comments
 (0)