Bump versions after 8.17.5 release

This commit is contained in:
elasticsearchmachine 2025-04-15 14:40:29 +00:00
parent 75f35697a5
commit 533ea966b5
12 changed files with 20 additions and 16 deletions

View file

@ -3,7 +3,7 @@
"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" ],
"targetPRLabels" : [ "backport" ],
"branchLabelMapping" : {
"^v9.1.0$" : "main",
"^v8.17.6$" : "main",
"^v8.17.5$" : "8.x",
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
}

View file

@ -56,7 +56,7 @@ steps:
timeout_in_minutes: 300
matrix:
setup:
BWC_VERSION: ["7.17.29", "8.16.7", "8.17.5"]
BWC_VERSION: ["7.17.29", "8.16.7", "8.17.6"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004

View file

@ -10,6 +10,6 @@ steps:
buildDirectory: /dev/shm/bk
matrix:
setup:
FWC_VERSION: ["8.17.0", "8.17.1", "8.17.2", "8.17.3", "8.17.4"]
FWC_VERSION: ["8.17.0", "8.17.1", "8.17.2", "8.17.3", "8.17.4", "8.17.5"]
env:
FWC_VERSION: {{matrix.FWC_VERSION}}

View file

@ -592,8 +592,8 @@ steps:
env:
BWC_VERSION: 8.16.7
- label: "{{matrix.image}} / 8.17.5 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.5
- label: "{{matrix.image}} / 8.17.6 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.17.6
timeout_in_minutes: 300
matrix:
setup:
@ -606,7 +606,7 @@ steps:
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 8.17.5
BWC_VERSION: 8.17.6
- group: packaging-tests-windows
steps:

View file

@ -667,8 +667,8 @@ steps:
- signal_reason: agent_stop
limit: 3
- label: 8.17.5 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.5#bwcTest
- label: 8.17.6 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.17.6#bwcTest
timeout_in_minutes: 300
agents:
provider: gcp
@ -677,7 +677,7 @@ steps:
buildDirectory: /dev/shm/bk
preemptible: true
env:
BWC_VERSION: 8.17.5
BWC_VERSION: 8.17.6
retry:
automatic:
- exit_status: "-1"
@ -752,7 +752,7 @@ steps:
setup:
ES_RUNTIME_JAVA:
- openjdk17
BWC_VERSION: ["7.17.29", "8.16.7", "8.17.5"]
BWC_VERSION: ["7.17.29", "8.16.7", "8.17.6"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
@ -800,7 +800,7 @@ steps:
- openjdk21
- openjdk22
- openjdk23
BWC_VERSION: ["7.17.29", "8.16.7", "8.17.5"]
BWC_VERSION: ["7.17.29", "8.16.7", "8.17.6"]
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004

View file

@ -34,4 +34,4 @@ BWC_VERSION:
- "8.14.3"
- "8.15.5"
- "8.16.7"
- "8.17.5"
- "8.17.6"

View file

@ -1,4 +1,4 @@
BWC_VERSION:
- "7.17.29"
- "8.16.7"
- "8.17.5"
- "8.17.6"

View file

@ -1,4 +1,4 @@
elasticsearch = 8.17.5
elasticsearch = 8.17.6
lucene = 9.12.0
bundled_jdk_vendor = openjdk

View file

@ -212,6 +212,7 @@ public class TransportVersions {
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_3 = def(8_797_0_03);
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_4 = def(8_797_0_04);
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_5 = def(8_797_0_05);
public static final TransportVersion INITIAL_ELASTICSEARCH_8_17_6 = def(8_797_0_06);
/*
* STOP! READ THIS FIRST! No, really,

View file

@ -206,7 +206,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
public static final Version V_8_17_3 = new Version(8_17_03_99);
public static final Version V_8_17_4 = new Version(8_17_04_99);
public static final Version V_8_17_5 = new Version(8_17_05_99);
public static final Version CURRENT = V_8_17_5;
public static final Version V_8_17_6 = new Version(8_17_06_99);
public static final Version CURRENT = V_8_17_6;
private static final NavigableMap<Integer, Version> VERSION_IDS;
private static final Map<String, Version> VERSION_STRINGS;

View file

@ -149,3 +149,4 @@
8.17.2,8797002
8.17.3,8797003
8.17.4,8797004
8.17.5,8797005

1 7.0.0 7000099
149 8.17.2 8797002
150 8.17.3 8797003
151 8.17.4 8797004
152 8.17.5 8797005

View file

@ -149,3 +149,4 @@
8.17.2,8521000
8.17.3,8521000
8.17.4,8521000
8.17.5,8521000

1 7.0.0 7000099
149 8.17.2 8521000
150 8.17.3 8521000
151 8.17.4 8521000
152 8.17.5 8521000