Skip to content

Commit 9c40ffa

Browse files
committed
Bump versions after 8.15.5 release
1 parent a820fa7 commit 9c40ffa

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ steps:
560560
env:
561561
BWC_VERSION: 8.14.3
562562

563-
- label: "{{matrix.image}} / 8.15.4 / packaging-tests-upgrade"
564-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.4
563+
- label: "{{matrix.image}} / 8.15.6 / packaging-tests-upgrade"
564+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.15.6
565565
timeout_in_minutes: 300
566566
matrix:
567567
setup:
@@ -574,7 +574,7 @@ steps:
574574
machineType: custom-16-32768
575575
buildDirectory: /dev/shm/bk
576576
env:
577-
BWC_VERSION: 8.15.4
577+
BWC_VERSION: 8.15.6
578578

579579
- label: "{{matrix.image}} / 8.16.2 / packaging-tests-upgrade"
580580
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.2

.buildkite/pipelines/periodic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@ steps:
629629
- signal_reason: agent_stop
630630
limit: 3
631631

632-
- label: 8.15.4 / bwc
633-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.4#bwcTest
632+
- label: 8.15.6 / bwc
633+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.15.6#bwcTest
634634
timeout_in_minutes: 300
635635
agents:
636636
provider: gcp
@@ -639,7 +639,7 @@ steps:
639639
buildDirectory: /dev/shm/bk
640640
preemptible: true
641641
env:
642-
BWC_VERSION: 8.15.4
642+
BWC_VERSION: 8.15.6
643643
retry:
644644
automatic:
645645
- exit_status: "-1"

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ BWC_VERSION:
3232
- "8.12.2"
3333
- "8.13.4"
3434
- "8.14.3"
35-
- "8.15.4"
35+
- "8.15.6"
3636
- "8.16.2"
3737
- "8.17.0"
3838
- "8.18.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ static TransportVersion def(int id) {
272272
* Reference to the minimum transport version that can be used with CCS.
273273
* This should be the transport version used by the previous minor release.
274274
*/
275-
public static final TransportVersion MINIMUM_CCS_VERSION = QUERY_RULES_LIST_INCLUDES_TYPES_BACKPORT_8_16;
275+
public static final TransportVersion MINIMUM_CCS_VERSION = V_8_15_2;
276276

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
188188
public static final Version V_8_15_2 = new Version(8_15_02_99);
189189
public static final Version V_8_15_3 = new Version(8_15_03_99);
190190
public static final Version V_8_15_4 = new Version(8_15_04_99);
191+
public static final Version V_8_15_6 = new Version(8_15_06_99);
191192
public static final Version V_8_16_0 = new Version(8_16_00_99);
192193
public static final Version V_8_16_1 = new Version(8_16_01_99);
193194
public static final Version V_8_16_2 = new Version(8_16_02_99);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,6 @@
133133
8.15.2,8702003
134134
8.15.3,8702003
135135
8.15.4,8702003
136+
8.15.5,8702003
136137
8.16.0,8772001
137138
8.16.1,8772004

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,6 @@
133133
8.15.2,8512000
134134
8.15.3,8512000
135135
8.15.4,8512000
136+
8.15.5,8512000
136137
8.16.0,8518000
137138
8.16.1,8518000

0 commit comments

Comments
 (0)