Skip to content

Commit 425b8be

Browse files
committed
Bump versions after 8.18.0 release
1 parent 6763e06 commit 425b8be

File tree

9 files changed

+23
-21
lines changed

9 files changed

+23
-21
lines changed

.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.29", "8.16.7", "8.17.6", "8.18.0", "8.19.0"]
59+
BWC_VERSION: ["7.17.29", "8.17.6", "8.18.1", "8.19.0"]
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
@@ -579,8 +579,8 @@ steps:
579579
env:
580580
BWC_VERSION: 8.15.5
581581

582-
- label: "{{matrix.image}} / 8.16.7 / packaging-tests-upgrade"
583-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.7
582+
- label: "{{matrix.image}} / 8.16.6 / packaging-tests-upgrade"
583+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.6
584584
timeout_in_minutes: 300
585585
matrix:
586586
setup:
@@ -593,7 +593,7 @@ steps:
593593
machineType: custom-16-32768
594594
buildDirectory: /dev/shm/bk
595595
env:
596-
BWC_VERSION: 8.16.7
596+
BWC_VERSION: 8.16.6
597597

598598
- label: "{{matrix.image}} / 8.17.6 / packaging-tests-upgrade"
599599
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.6
@@ -611,8 +611,8 @@ steps:
611611
env:
612612
BWC_VERSION: 8.17.6
613613

614-
- label: "{{matrix.image}} / 8.18.0 / packaging-tests-upgrade"
615-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.0
614+
- label: "{{matrix.image}} / 8.18.1 / packaging-tests-upgrade"
615+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.1
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.0
628+
BWC_VERSION: 8.18.1
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,8 @@ steps:
648648
- signal_reason: agent_stop
649649
limit: 3
650650

651-
- label: 8.16.7 / bwc
652-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.7#bwcTest
651+
- label: 8.16.6 / bwc
652+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.6#bwcTest
653653
timeout_in_minutes: 300
654654
agents:
655655
provider: gcp
@@ -658,7 +658,7 @@ steps:
658658
buildDirectory: /dev/shm/bk
659659
preemptible: true
660660
env:
661-
BWC_VERSION: 8.16.7
661+
BWC_VERSION: 8.16.6
662662
retry:
663663
automatic:
664664
- exit_status: "-1"
@@ -686,8 +686,8 @@ steps:
686686
- signal_reason: agent_stop
687687
limit: 3
688688

689-
- label: 8.18.0 / bwc
690-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.0#bwcTest
689+
- label: 8.18.1 / bwc
690+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.1#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.0
699+
BWC_VERSION: 8.18.1
700700
retry:
701701
automatic:
702702
- exit_status: "-1"
@@ -790,7 +790,7 @@ steps:
790790
setup:
791791
ES_RUNTIME_JAVA:
792792
- openjdk17
793-
BWC_VERSION: ["7.17.29", "8.16.7", "8.17.6", "8.18.0", "8.19.0"]
793+
BWC_VERSION: ["7.17.29", "8.17.6", "8.18.1", "8.19.0"]
794794
agents:
795795
provider: gcp
796796
image: family/elasticsearch-ubuntu-2004
@@ -838,7 +838,7 @@ steps:
838838
- openjdk21
839839
- openjdk22
840840
- openjdk23
841-
BWC_VERSION: ["7.17.29", "8.16.7", "8.17.6", "8.18.0", "8.19.0"]
841+
BWC_VERSION: ["7.17.29", "8.17.6", "8.18.1", "8.19.0"]
842842
agents:
843843
provider: gcp
844844
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ BWC_VERSION:
3333
- "8.13.4"
3434
- "8.14.3"
3535
- "8.15.5"
36-
- "8.16.7"
36+
- "8.16.6"
3737
- "8.17.6"
38-
- "8.18.0"
38+
- "8.18.1"
3939
- "8.19.0"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
BWC_VERSION:
22
- "7.17.29"
3-
- "8.16.7"
43
- "8.17.6"
5-
- "8.18.0"
4+
- "8.18.1"
65
- "8.19.0"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ static TransportVersion def(int id) {
185185
public static final TransportVersion ML_INFERENCE_IBM_WATSONX_RERANK_ADDED = def(8_840_0_00);
186186
public static final TransportVersion REMOVE_ALL_APPLICABLE_SELECTOR_BACKPORT_8_18 = def(8_840_0_01);
187187
public static final TransportVersion RETRY_ILM_ASYNC_ACTION_REQUIRE_ERROR_8_18 = def(8_840_0_02);
188+
public static final TransportVersion INITIAL_ELASTICSEARCH_8_18_1 = def(8_840_0_03);
188189
public static final TransportVersion INITIAL_ELASTICSEARCH_8_19 = def(8_841_0_00);
189190
public static final TransportVersion COHERE_BIT_EMBEDDING_TYPE_SUPPORT_ADDED_BACKPORT_8_X = def(8_841_0_01);
190191
public static final TransportVersion REMOVE_ALL_APPLICABLE_SELECTOR_BACKPORT_8_19 = def(8_841_0_02);
@@ -269,7 +270,7 @@ static TransportVersion def(int id) {
269270
* Reference to the minimum transport version that can be used with CCS.
270271
* This should be the transport version used by the previous minor release.
271272
*/
272-
public static final TransportVersion MINIMUM_CCS_VERSION = INITIAL_ELASTICSEARCH_8_17_5;
273+
public static final TransportVersion MINIMUM_CCS_VERSION = RETRY_ILM_ASYNC_ACTION_REQUIRE_ERROR_8_18;
273274

274275
static final NavigableMap<Integer, TransportVersion> VERSION_IDS = getAllVersionIds(TransportVersions.class);
275276

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ public class Version implements VersionId<Version>, ToXContentFragment {
199199
public static final Version V_8_16_4 = new Version(8_16_04_99);
200200
public static final Version V_8_16_5 = new Version(8_16_05_99);
201201
public static final Version V_8_16_6 = new Version(8_16_06_99);
202-
public static final Version V_8_16_7 = new Version(8_16_07_99);
203202
public static final Version V_8_17_0 = new Version(8_17_00_99);
204203
public static final Version V_8_17_1 = new Version(8_17_01_99);
205204
public static final Version V_8_17_2 = new Version(8_17_02_99);
@@ -208,6 +207,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
208207
public static final Version V_8_17_5 = new Version(8_17_05_99);
209208
public static final Version V_8_17_6 = new Version(8_17_06_99);
210209
public static final Version V_8_18_0 = new Version(8_18_00_99);
210+
public static final Version V_8_18_1 = new Version(8_18_01_99);
211211
public static final Version V_8_19_0 = new Version(8_19_00_99);
212212
public static final Version CURRENT = V_8_19_0;
213213

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,4 @@
150150
8.17.3,8797003
151151
8.17.4,8797004
152152
8.17.5,8797005
153+
8.18.0,8840002

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,4 @@
150150
8.17.3,8521000
151151
8.17.4,8521000
152152
8.17.5,8521000
153+
8.18.0,8525000

0 commit comments

Comments
 (0)