Skip to content

Commit bc9cc7b

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.18.0 release
1 parent 651d4b8 commit bc9cc7b

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 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.6 / packaging-tests-upgrade"
583-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.6
582+
- label: "{{matrix.image}} / 8.16.5 / packaging-tests-upgrade"
583+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.5
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.6
596+
BWC_VERSION: 8.16.5
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

.buildkite/pipelines/periodic.yml

Lines changed: 3 additions & 3 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.6 / bwc
652-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.6#bwcTest
651+
- label: 8.16.5 / bwc
652+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.5#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.6
661+
BWC_VERSION: 8.16.5
662662
retry:
663663
automatic:
664664
- exit_status: "-1"

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ BWC_VERSION:
3333
- "8.13.4"
3434
- "8.14.3"
3535
- "8.15.5"
36-
- "8.16.6"
36+
- "8.16.5"
3737
- "8.17.6"
3838
- "8.18.1"

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ public class Version implements VersionId<Version>, ToXContentFragment {
198198
public static final Version V_8_16_3 = new Version(8_16_03_99);
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);
201-
public static final Version V_8_16_6 = new Version(8_16_06_99);
202201
public static final Version V_8_17_0 = new Version(8_17_00_99);
203202
public static final Version V_8_17_1 = new Version(8_17_01_99);
204203
public static final Version V_8_17_2 = new Version(8_17_02_99);

0 commit comments

Comments
 (0)