Skip to content

Commit 9d0bbc6

Browse files
jozalaelasticsearchmachine
andauthored
Add missing release updates for 8.17.6 and 8.18.1 (#127832)
* Bump versions after 8.18.1 release * Bump versions after 8.17.6 release --------- Co-authored-by: elasticsearchmachine <[email protected]>
1 parent f4ec27e commit 9d0bbc6

File tree

9 files changed

+27
-19
lines changed

9 files changed

+27
-19
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.17.6", "8.18.1", "8.19.0"]
59+
BWC_VERSION: ["7.17.29", "8.17.7", "8.18.2", "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
@@ -595,8 +595,8 @@ steps:
595595
env:
596596
BWC_VERSION: 8.16.6
597597

598-
- label: "{{matrix.image}} / 8.17.6 / packaging-tests-upgrade"
599-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.6
598+
- label: "{{matrix.image}} / 8.17.7 / packaging-tests-upgrade"
599+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.7
600600
timeout_in_minutes: 300
601601
matrix:
602602
setup:
@@ -609,10 +609,10 @@ steps:
609609
machineType: custom-16-32768
610610
buildDirectory: /dev/shm/bk
611611
env:
612-
BWC_VERSION: 8.17.6
612+
BWC_VERSION: 8.17.7
613613

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
614+
- label: "{{matrix.image}} / 8.18.2 / packaging-tests-upgrade"
615+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.18.2
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.1
628+
BWC_VERSION: 8.18.2
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
@@ -667,8 +667,8 @@ steps:
667667
- signal_reason: agent_stop
668668
limit: 3
669669

670-
- label: 8.17.6 / bwc
671-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.6#bwcTest
670+
- label: 8.17.7 / bwc
671+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.7#bwcTest
672672
timeout_in_minutes: 300
673673
agents:
674674
provider: gcp
@@ -677,7 +677,7 @@ steps:
677677
buildDirectory: /dev/shm/bk
678678
preemptible: true
679679
env:
680-
BWC_VERSION: 8.17.6
680+
BWC_VERSION: 8.17.7
681681
retry:
682682
automatic:
683683
- exit_status: "-1"
@@ -686,8 +686,8 @@ steps:
686686
- signal_reason: agent_stop
687687
limit: 3
688688

689-
- label: 8.18.1 / bwc
690-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.1#bwcTest
689+
- label: 8.18.2 / bwc
690+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.18.2#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.1
699+
BWC_VERSION: 8.18.2
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.17.6", "8.18.1", "8.19.0"]
793+
BWC_VERSION: ["7.17.29", "8.17.7", "8.18.2", "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.17.6", "8.18.1", "8.19.0"]
841+
BWC_VERSION: ["7.17.29", "8.17.7", "8.18.2", "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
@@ -34,6 +34,6 @@ BWC_VERSION:
3434
- "8.14.3"
3535
- "8.15.5"
3636
- "8.16.6"
37-
- "8.17.6"
38-
- "8.18.1"
37+
- "8.17.7"
38+
- "8.18.2"
3939
- "8.19.0"

.ci/snapshotBwcVersions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BWC_VERSION:
22
- "7.17.29"
3-
- "8.17.6"
4-
- "8.18.1"
3+
- "8.17.7"
4+
- "8.18.2"
55
- "8.19.0"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ static TransportVersion def(int id) {
140140
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_4 = def(8_797_0_04);
141141
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_5 = def(8_797_0_05);
142142
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_6 = def(8_797_0_06);
143+
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_7 = def(8_797_0_07);
143144
public static final TransportVersion INDEXING_PRESSURE_THROTTLING_STATS = def(8_798_0_00);
144145
public static final TransportVersion REINDEX_DATA_STREAMS = def(8_799_0_00);
145146
public static final TransportVersion ESQL_REMOVE_NODE_LEVEL_PLAN = def(8_800_0_00);
@@ -186,6 +187,7 @@ static TransportVersion def(int id) {
186187
public static final TransportVersion REMOVE_ALL_APPLICABLE_SELECTOR_BACKPORT_8_18 = def(8_840_0_01);
187188
public static final TransportVersion RETRY_ILM_ASYNC_ACTION_REQUIRE_ERROR_8_18 = def(8_840_0_02);
188189
public static final TransportVersion INITIAL_ELASTICSEARCH_8_18_1 = def(8_840_0_03);
190+
public static final TransportVersion INITIAL_ELASTICSEARCH_8_18_2 = def(8_840_0_04);
189191
public static final TransportVersion INITIAL_ELASTICSEARCH_8_19 = def(8_841_0_00);
190192
public static final TransportVersion COHERE_BIT_EMBEDDING_TYPE_SUPPORT_ADDED_BACKPORT_8_X = def(8_841_0_01);
191193
public static final TransportVersion REMOVE_ALL_APPLICABLE_SELECTOR_BACKPORT_8_19 = def(8_841_0_02);

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,10 @@ public class Version implements VersionId<Version>, ToXContentFragment {
206206
public static final Version V_8_17_4 = new Version(8_17_04_99);
207207
public static final Version V_8_17_5 = new Version(8_17_05_99);
208208
public static final Version V_8_17_6 = new Version(8_17_06_99);
209+
public static final Version V_8_17_7 = new Version(8_17_07_99);
209210
public static final Version V_8_18_0 = new Version(8_18_00_99);
210211
public static final Version V_8_18_1 = new Version(8_18_01_99);
212+
public static final Version V_8_18_2 = new Version(8_18_02_99);
211213
public static final Version V_8_19_0 = new Version(8_19_00_99);
212214
public static final Version CURRENT = V_8_19_0;
213215

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,6 @@
150150
8.17.3,8797003
151151
8.17.4,8797004
152152
8.17.5,8797005
153+
8.17.6,8797006
153154
8.18.0,8840002
155+
8.18.1,8840003

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,6 @@
150150
8.17.3,8521000
151151
8.17.4,8521000
152152
8.17.5,8521000
153+
8.17.6,8521000
153154
8.18.0,8525000
155+
8.18.1,8525000

0 commit comments

Comments
 (0)