Skip to content

Commit 51b4f59

Browse files
committed
Bump versions after 7.17.14 release
1 parent 5ba96f2 commit 51b4f59

File tree

7 files changed

+32
-2
lines changed

7 files changed

+32
-2
lines changed

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ steps:
4040
timeout_in_minutes: 300
4141
matrix:
4242
setup:
43-
BWC_VERSION: ["7.17.14", "8.10.3"]
43+
BWC_VERSION: ["7.17.15", "8.10.3"]
4444
agents:
4545
provider: gcp
4646
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,22 @@ steps:
10561056
env:
10571057
BWC_VERSION: 7.17.14
10581058

1059+
- label: "{{matrix.image}} / 7.17.15 / packaging-tests-upgrade"
1060+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v7.17.15
1061+
timeout_in_minutes: 300
1062+
matrix:
1063+
setup:
1064+
image:
1065+
- rocky-8
1066+
- ubuntu-2004
1067+
agents:
1068+
provider: gcp
1069+
image: family/elasticsearch-{{matrix.image}}
1070+
machineType: custom-16-32768
1071+
buildDirectory: /dev/shm/bk
1072+
env:
1073+
BWC_VERSION: 7.17.15
1074+
10591075
- label: "{{matrix.image}} / 8.0.0 / packaging-tests-upgrade"
10601076
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.0.0
10611077
timeout_in_minutes: 300

.buildkite/pipelines/periodic.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,16 @@ steps:
642642
buildDirectory: /dev/shm/bk
643643
env:
644644
BWC_VERSION: 7.17.14
645+
- label: 7.17.15 / bwc
646+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v7.17.15#bwcTest
647+
timeout_in_minutes: 300
648+
agents:
649+
provider: gcp
650+
image: family/elasticsearch-ubuntu-2004
651+
machineType: custom-32-98304
652+
buildDirectory: /dev/shm/bk
653+
env:
654+
BWC_VERSION: 7.17.15
645655
- label: 8.0.0 / bwc
646656
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.0.0#bwcTest
647657
timeout_in_minutes: 300
@@ -1166,6 +1176,7 @@ steps:
11661176
provider: gcp
11671177
image: family/elasticsearch-ubuntu-2004
11681178
machineType: n2-standard-8
1179+
buildDirectory: /dev/shm/bk
11691180
- label: third-party / s3
11701181
command: |
11711182
export amazon_s3_bucket=elasticsearch-ci.us-west-2

.ci/bwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ BWC_VERSION:
6363
- "7.17.12"
6464
- "7.17.13"
6565
- "7.17.14"
66+
- "7.17.15"
6667
- "8.0.0"
6768
- "8.0.1"
6869
- "8.1.0"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
BWC_VERSION:
2-
- "7.17.14"
2+
- "7.17.15"
33
- "8.10.3"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
116116
public static final Version V_7_17_12 = new Version(7_17_12_99, IndexVersion.V_7_17_12);
117117
public static final Version V_7_17_13 = new Version(7_17_13_99, IndexVersion.V_7_17_13);
118118
public static final Version V_7_17_14 = new Version(7_17_14_99, IndexVersion.V_7_17_14);
119+
public static final Version V_7_17_15 = new Version(7_17_15_99, IndexVersion.V_7_17_15);
119120
public static final Version V_8_0_0 = new Version(8_00_00_99, IndexVersion.V_8_0_0);
120121
public static final Version V_8_0_1 = new Version(8_00_01_99, IndexVersion.V_8_0_1);
121122
public static final Version V_8_1_0 = new Version(8_01_00_99, IndexVersion.V_8_1_0);

server/src/main/java/org/elasticsearch/index/IndexVersion.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ private static IndexVersion registerIndexVersion(int id, Version luceneVersion,
147147
public static final IndexVersion V_7_17_12 = registerIndexVersion(7_17_12_99, Version.LUCENE_8_11_1, "1a0719f2-96f4-4df5-b20d-62244e27d7d4");
148148
public static final IndexVersion V_7_17_13 = registerIndexVersion(7_17_13_99, Version.LUCENE_8_11_1, "171a73c6-3ece-4f10-804f-7104a97b557c");
149149
public static final IndexVersion V_7_17_14 = registerIndexVersion(7_17_14_99, Version.LUCENE_8_11_1, "3012f344-15f5-4971-a5ff-56a792d9b263");
150+
public static final IndexVersion V_7_17_15 = registerIndexVersion(7_17_15_99, Version.LUCENE_8_11_1, "ec433c7a-2b35-4321-bf4a-d1766ee32b2f");
150151
public static final IndexVersion V_8_0_0 = registerIndexVersion(8_00_00_99, Version.LUCENE_9_0_0, "ff18a13c-1fa7-4cf7-a3b1-4fdcd9461d5b");
151152
public static final IndexVersion V_8_0_1 = registerIndexVersion(8_00_01_99, Version.LUCENE_9_0_0, "4bd5650f-3eff-418f-a7a6-ad46b2a9c941");
152153
public static final IndexVersion V_8_1_0 = registerIndexVersion(8_01_00_99, Version.LUCENE_9_0_0, "b4742461-ee43-4fd0-a260-29f8388b82ec");

0 commit comments

Comments
 (0)