Skip to content

Commit d36c368

Browse files
authored
[9.0] Close 8.17 development branch (elastic#133531) (elastic#133536)
* Close 8.17 development branch (elastic#133531) No additional 8.17.x versions are planned. 8.17.11 removed as it was only snapshot and never released. * Remove the CI parts mentioning 8.17.11 * Remove 8.17 from active development branches
1 parent cbc62ea commit d36c368

File tree

7 files changed

+11
-18
lines changed

7 files changed

+11
-18
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: ["8.17.11", "8.18.6", "9.0.6"]
59+
BWC_VERSION: ["8.17.10", "8.18.6", "9.0.6"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ steps:
302302
env:
303303
BWC_VERSION: 8.16.6
304304

305-
- label: "{{matrix.image}} / 8.17.11 / packaging-tests-upgrade"
306-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.11
305+
- label: "{{matrix.image}} / 8.17.10 / packaging-tests-upgrade"
306+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.10
307307
timeout_in_minutes: 300
308308
matrix:
309309
setup:
@@ -316,7 +316,7 @@ steps:
316316
machineType: custom-16-32768
317317
buildDirectory: /dev/shm/bk
318318
env:
319-
BWC_VERSION: 8.17.11
319+
BWC_VERSION: 8.17.10
320320

321321
- label: "{{matrix.image}} / 8.18.6 / packaging-tests-upgrade"
322322
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.6

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ steps:
325325
- signal_reason: agent_stop
326326
limit: 3
327327

328-
- label: 8.17.11 / bwc
329-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.11#bwcTest
328+
- label: 8.17.10 / bwc
329+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.10#bwcTest
330330
timeout_in_minutes: 300
331331
agents:
332332
provider: gcp
@@ -335,7 +335,7 @@ steps:
335335
buildDirectory: /dev/shm/bk
336336
preemptible: true
337337
env:
338-
BWC_VERSION: 8.17.11
338+
BWC_VERSION: 8.17.10
339339
retry:
340340
automatic:
341341
- exit_status: "-1"
@@ -448,7 +448,7 @@ steps:
448448
setup:
449449
ES_RUNTIME_JAVA:
450450
- openjdk21
451-
BWC_VERSION: ["8.17.11", "8.18.6", "9.0.6"]
451+
BWC_VERSION: ["8.17.10", "8.18.6", "9.0.6"]
452452
agents:
453453
provider: gcp
454454
image: family/elasticsearch-ubuntu-2404
@@ -490,7 +490,7 @@ steps:
490490
ES_RUNTIME_JAVA:
491491
- openjdk21
492492
- openjdk23
493-
BWC_VERSION: ["8.17.11", "8.18.6", "9.0.6"]
493+
BWC_VERSION: ["8.17.10", "8.18.6", "9.0.6"]
494494
agents:
495495
provider: gcp
496496
image: family/elasticsearch-ubuntu-2404

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ BWC_VERSION:
1616
- "8.14.3"
1717
- "8.15.5"
1818
- "8.16.6"
19-
- "8.17.11"
19+
- "8.17.10"
2020
- "8.18.6"
2121
- "9.0.6"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
BWC_VERSION:
2-
- "8.17.11"
2+
- "8.17.10"
33
- "8.18.6"
44
- "9.0.6"

branches.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
{
1111
"branch": "8.18"
1212
},
13-
{
14-
"branch": "8.17"
15-
},
16-
{
17-
"branch": "8.17"
18-
},
1913
{
2014
"branch": "7.17"
2115
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ public class Version implements VersionId<Version>, ToXContentFragment {
206206
public static final Version V_8_17_8 = new Version(8_17_08_99);
207207
public static final Version V_8_17_9 = new Version(8_17_09_99);
208208
public static final Version V_8_17_10 = new Version(8_17_10_99);
209-
public static final Version V_8_17_11 = new Version(8_17_11_99);
210209
public static final Version V_8_18_0 = new Version(8_18_00_99);
211210
public static final Version V_8_18_1 = new Version(8_18_01_99);
212211
public static final Version V_8_18_2 = new Version(8_18_02_99);

0 commit comments

Comments
 (0)