Skip to content

Commit b338e7e

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.16.6 release
1 parent 09524b8 commit b338e7e

File tree

9 files changed

+16
-12
lines changed

9 files changed

+16
-12
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.16.6", "8.17.4", "8.18.0", "8.19.0"]
59+
BWC_VERSION: ["7.17.29", "8.16.7", "8.17.4", "8.18.0", "8.19.0"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

.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.7 / packaging-tests-upgrade"
583+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.7
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.7
597597

598598
- label: "{{matrix.image}} / 8.17.4 / packaging-tests-upgrade"
599599
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.4

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 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.7 / bwc
652+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.16.7#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.7
662662
retry:
663663
automatic:
664664
- exit_status: "-1"
@@ -790,7 +790,7 @@ steps:
790790
setup:
791791
ES_RUNTIME_JAVA:
792792
- openjdk17
793-
BWC_VERSION: ["7.17.29", "8.16.6", "8.17.4", "8.18.0", "8.19.0"]
793+
BWC_VERSION: ["7.17.29", "8.16.7", "8.17.4", "8.18.0", "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.16.6", "8.17.4", "8.18.0", "8.19.0"]
841+
BWC_VERSION: ["7.17.29", "8.16.7", "8.17.4", "8.18.0", "8.19.0"]
842842
agents:
843843
provider: gcp
844844
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ BWC_VERSION:
3333
- "8.13.4"
3434
- "8.14.3"
3535
- "8.15.5"
36-
- "8.16.6"
36+
- "8.16.7"
3737
- "8.17.4"
3838
- "8.18.0"
3939
- "8.19.0"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BWC_VERSION:
22
- "7.17.29"
3-
- "8.16.6"
3+
- "8.16.7"
44
- "8.17.4"
55
- "8.18.0"
66
- "8.19.0"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ static TransportVersion def(int id) {
108108
public static final TransportVersion QUERY_RULES_LIST_INCLUDES_TYPES_BACKPORT_8_16 = def(8_772_0_04);
109109
public static final TransportVersion INITIAL_ELASTICSEARCH_8_16_5 = def(8_772_0_05);
110110
public static final TransportVersion INITIAL_ELASTICSEARCH_8_16_6 = def(8_772_0_06);
111+
public static final TransportVersion INITIAL_ELASTICSEARCH_8_16_7 = def(8_772_0_07);
111112
public static final TransportVersion REMOVE_MIN_COMPATIBLE_SHARD_NODE = def(8_773_0_00);
112113
public static final TransportVersion REVERT_REMOVE_MIN_COMPATIBLE_SHARD_NODE = def(8_774_0_00);
113114
public static final TransportVersion ESQL_FIELD_ATTRIBUTE_PARENT_SIMPLIFIED = def(8_775_0_00);
@@ -261,7 +262,7 @@ static TransportVersion def(int id) {
261262
* Reference to the minimum transport version that can be used with CCS.
262263
* This should be the transport version used by the previous minor release.
263264
*/
264-
public static final TransportVersion MINIMUM_CCS_VERSION = INITIAL_ELASTICSEARCH_8_16_5;
265+
public static final TransportVersion MINIMUM_CCS_VERSION = INITIAL_ELASTICSEARCH_8_16_6;
265266

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
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);
201201
public static final Version V_8_16_6 = new Version(8_16_06_99);
202+
public static final Version V_8_16_7 = new Version(8_16_07_99);
202203
public static final Version V_8_17_0 = new Version(8_17_00_99);
203204
public static final Version V_8_17_1 = new Version(8_17_01_99);
204205
public static final Version V_8_17_2 = new Version(8_17_02_99);

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
8.16.3,8772004
144144
8.16.4,8772004
145145
8.16.5,8772005
146+
8.16.6,8772006
146147
8.17.0,8797002
147148
8.17.1,8797002
148149
8.17.2,8797002

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
8.16.3,8518000
144144
8.16.4,8518000
145145
8.16.5,8518000
146+
8.16.6,8518000
146147
8.17.0,8521000
147148
8.17.1,8521000
148149
8.17.2,8521000

0 commit comments

Comments
 (0)