Skip to content

Commit 306ef1e

Browse files
author
elasticsearchmachine
committed
Bump versions after 8.17.0 release
1 parent 3f15846 commit 306ef1e

File tree

10 files changed

+18
-15
lines changed

10 files changed

+18
-15
lines changed

.backportrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"upstream" : "elastic/elasticsearch",
3-
"targetBranchChoices" : [ "main", "8.x", "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" ],
3+
"targetBranchChoices" : [ "main", "8.x", "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" : {
66
"^v9.0.0$" : "main",
7-
"^v8.17.0$" : "8.x",
7+
"^v8.18.0$" : "8.x",
88
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
99
}
1010
}

.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.27", "8.16.2", "8.17.0"]
59+
BWC_VERSION: ["7.17.27", "8.16.2", "8.17.1"]
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
@@ -591,8 +591,8 @@ steps:
591591
env:
592592
BWC_VERSION: 8.16.2
593593

594-
- label: "{{matrix.image}} / 8.17.0 / packaging-tests-upgrade"
595-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.0
594+
- label: "{{matrix.image}} / 8.17.1 / packaging-tests-upgrade"
595+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.1
596596
timeout_in_minutes: 300
597597
matrix:
598598
setup:
@@ -605,7 +605,7 @@ steps:
605605
machineType: custom-16-32768
606606
buildDirectory: /dev/shm/bk
607607
env:
608-
BWC_VERSION: 8.17.0
608+
BWC_VERSION: 8.17.1
609609

610610
- group: packaging-tests-windows
611611
steps:

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 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.0 / bwc
671-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.0#bwcTest
670+
- label: 8.17.1 / bwc
671+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.1#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.0
680+
BWC_VERSION: 8.17.1
681681
retry:
682682
automatic:
683683
- exit_status: "-1"
@@ -752,7 +752,7 @@ steps:
752752
setup:
753753
ES_RUNTIME_JAVA:
754754
- openjdk17
755-
BWC_VERSION: ["7.17.27", "8.16.2", "8.17.0"]
755+
BWC_VERSION: ["7.17.27", "8.16.2", "8.17.1"]
756756
agents:
757757
provider: gcp
758758
image: family/elasticsearch-ubuntu-2004
@@ -800,7 +800,7 @@ steps:
800800
- openjdk21
801801
- openjdk22
802802
- openjdk23
803-
BWC_VERSION: ["7.17.27", "8.16.2", "8.17.0"]
803+
BWC_VERSION: ["7.17.27", "8.16.2", "8.17.1"]
804804
agents:
805805
provider: gcp
806806
image: family/elasticsearch-ubuntu-2004

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ BWC_VERSION:
3434
- "8.14.3"
3535
- "8.15.5"
3636
- "8.16.2"
37-
- "8.17.0"
37+
- "8.17.1"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
BWC_VERSION:
22
- "7.17.27"
33
- "8.16.2"
4-
- "8.17.0"
4+
- "8.17.1"

build-tools-internal/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 8.17.0
1+
elasticsearch = 8.17.1
22
lucene = 9.12.0
33

44
bundled_jdk_vendor = openjdk

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
194194
public static final Version V_8_16_1 = new Version(8_16_01_99);
195195
public static final Version V_8_16_2 = new Version(8_16_02_99);
196196
public static final Version V_8_17_0 = new Version(8_17_00_99);
197-
public static final Version CURRENT = V_8_17_0;
197+
public static final Version V_8_17_1 = new Version(8_17_01_99);
198+
public static final Version CURRENT = V_8_17_1;
198199

199200
private static final NavigableMap<Integer, Version> VERSION_IDS;
200201
private static final Map<String, Version> VERSION_STRINGS;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@
137137
8.15.5,8702003
138138
8.16.0,8772001
139139
8.16.1,8772004
140+
8.17.0,8797002

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,4 @@
137137
8.15.5,8512000
138138
8.16.0,8518000
139139
8.16.1,8518000
140+
8.17.0,8521000

0 commit comments

Comments
 (0)