Skip to content

Commit 258dfeb

Browse files
Bump versions after 8.16.6 release
1 parent e3ab0e6 commit 258dfeb

File tree

11 files changed

+18
-14
lines changed

11 files changed

+18
-14
lines changed

.backportrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"targetBranchChoices" : [ "main", "8.x", "9.0", "8.18", "8.17", "8.16", "8.15", "8.14", "8.13", "8.12", "8.11", "8.10", "8.9", "8.8", "8.7", "8.6", "8.5", "8.4", "8.3", "8.2", "8.1", "8.0", "7.17", "6.8" ],
44
"targetPRLabels" : [ "backport" ],
55
"branchLabelMapping" : {
6-
"^v8.16.6$" : "main",
6+
"^v8.16.7$" : "main",
77
"^v8.19.0$" : "8.x",
88
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
99
}

.buildkite/pipelines/intake.yml

+1-1
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"]
59+
BWC_VERSION: ["7.17.29", "8.16.7"]
6060
agents:
6161
provider: gcp
6262
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-packaging.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,8 @@ steps:
576576
env:
577577
BWC_VERSION: 8.15.5
578578

579-
- label: "{{matrix.image}} / 8.16.6 / packaging-tests-upgrade"
580-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.6
579+
- label: "{{matrix.image}} / 8.16.7 / packaging-tests-upgrade"
580+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.16.7
581581
timeout_in_minutes: 300
582582
matrix:
583583
setup:
@@ -590,7 +590,7 @@ steps:
590590
machineType: custom-16-32768
591591
buildDirectory: /dev/shm/bk
592592
env:
593-
BWC_VERSION: 8.16.6
593+
BWC_VERSION: 8.16.7
594594

595595
- group: packaging-tests-windows
596596
steps:

.buildkite/pipelines/periodic.yml

+5-5
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"
@@ -733,7 +733,7 @@ steps:
733733
setup:
734734
ES_RUNTIME_JAVA:
735735
- openjdk17
736-
BWC_VERSION: ["7.17.29", "8.16.6"]
736+
BWC_VERSION: ["7.17.29", "8.16.7"]
737737
agents:
738738
provider: gcp
739739
image: family/elasticsearch-ubuntu-2004
@@ -781,7 +781,7 @@ steps:
781781
- openjdk21
782782
- openjdk22
783783
- openjdk23
784-
BWC_VERSION: ["7.17.29", "8.16.6"]
784+
BWC_VERSION: ["7.17.29", "8.16.7"]
785785
agents:
786786
provider: gcp
787787
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ BWC_VERSION:
3333
- "8.13.4"
3434
- "8.14.3"
3535
- "8.15.5"
36-
- "8.16.6"
36+
- "8.16.7"

.ci/snapshotBwcVersions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
BWC_VERSION:
22
- "7.17.29"
3-
- "8.16.6"
3+
- "8.16.7"

build-tools-internal/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 8.16.6
1+
elasticsearch = 8.16.7
22
lucene = 9.12.0
33

44
bundled_jdk_vendor = openjdk

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

+1
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ static TransportVersion def(int id) {
253253
public static final TransportVersion QUERY_RULES_LIST_INCLUDES_TYPES_BACKPORT_8_16 = def(8_772_0_04);
254254
public static final TransportVersion INITIAL_ELASTICSEARCH_8_16_5 = def(8_772_0_05);
255255
public static final TransportVersion INITIAL_ELASTICSEARCH_8_16_6 = def(8_772_0_06);
256+
public static final TransportVersion INITIAL_ELASTICSEARCH_8_16_7 = def(8_772_0_07);
256257

257258
/*
258259
* STOP! READ THIS FIRST! No, really,

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ 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 CURRENT = V_8_16_6;
202+
public static final Version V_8_16_7 = new Version(8_16_07_99);
203+
public static final Version CURRENT = V_8_16_7;
203204

204205
private static final NavigableMap<Integer, Version> VERSION_IDS;
205206
private static final Map<String, Version> VERSION_STRINGS;

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

+1
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,4 @@
143143
8.16.3,8772004
144144
8.16.4,8772004
145145
8.16.5,8772005
146+
8.16.6,8772006

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

+1
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,4 @@
143143
8.16.3,8518000
144144
8.16.4,8518000
145145
8.16.5,8518000
146+
8.16.6,8518000

0 commit comments

Comments
 (0)