Skip to content

Commit b61a256

Browse files
committed
Bump versions after 8.10.0 release
1 parent 26af09c commit b61a256

File tree

9 files changed

+22
-23
lines changed

9 files changed

+22
-23
lines changed

.backportrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"upstream" : "elastic/elasticsearch",
3-
"targetBranchChoices" : [ "main", "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.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.10.0$" : "main",
6+
"^v8.10.1$" : "main",
77
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
88
}
99
}

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ steps:
4040
timeout_in_minutes: 300
4141
matrix:
4242
setup:
43-
BWC_VERSION: ["7.17.14", "8.9.3", "8.10.0"]
43+
BWC_VERSION: ["7.17.14", "8.10.1"]
4444
agents:
4545
provider: gcp
4646
image: family/elasticsearch-ubuntu-2004

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,8 +1584,8 @@ steps:
15841584
env:
15851585
BWC_VERSION: 8.9.2
15861586

1587-
- label: "{{matrix.image}} / 8.9.3 / packaging-tests-upgrade"
1588-
command: ./.ci/scripts/packaging-test.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.9.3
1587+
- label: "{{matrix.image}} / 8.10.0 / packaging-tests-upgrade"
1588+
command: ./.ci/scripts/packaging-test.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.10.0
15891589
timeout_in_minutes: 300
15901590
matrix:
15911591
setup:
@@ -1598,10 +1598,10 @@ steps:
15981598
machineType: custom-16-32768
15991599
buildDirectory: /dev/shm/bk
16001600
env:
1601-
BWC_VERSION: 8.9.3
1601+
BWC_VERSION: 8.10.0
16021602

1603-
- label: "{{matrix.image}} / 8.10.0 / packaging-tests-upgrade"
1604-
command: ./.ci/scripts/packaging-test.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.10.0
1603+
- label: "{{matrix.image}} / 8.10.1 / packaging-tests-upgrade"
1604+
command: ./.ci/scripts/packaging-test.sh --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/ -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v8.10.1
16051605
timeout_in_minutes: 300
16061606
matrix:
16071607
setup:
@@ -1614,7 +1614,7 @@ steps:
16141614
machineType: custom-16-32768
16151615
buildDirectory: /dev/shm/bk
16161616
env:
1617-
BWC_VERSION: 8.10.0
1617+
BWC_VERSION: 8.10.1
16181618

16191619
- group: packaging-tests-windows
16201620
steps:

.buildkite/pipelines/periodic.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -972,26 +972,26 @@ steps:
972972
buildDirectory: /dev/shm/bk
973973
env:
974974
BWC_VERSION: 8.9.2
975-
- label: 8.9.3 / bwc
976-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.9.3#bwcTest
975+
- label: 8.10.0 / bwc
976+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.10.0#bwcTest
977977
timeout_in_minutes: 300
978978
agents:
979979
provider: gcp
980980
image: family/elasticsearch-ubuntu-2004
981981
machineType: custom-32-98304
982982
buildDirectory: /dev/shm/bk
983983
env:
984-
BWC_VERSION: 8.9.3
985-
- label: 8.10.0 / bwc
986-
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.10.0#bwcTest
984+
BWC_VERSION: 8.10.0
985+
- label: 8.10.1 / bwc
986+
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v8.10.1#bwcTest
987987
timeout_in_minutes: 300
988988
agents:
989989
provider: gcp
990990
image: family/elasticsearch-ubuntu-2004
991991
machineType: custom-32-98304
992992
buildDirectory: /dev/shm/bk
993993
env:
994-
BWC_VERSION: 8.10.0
994+
BWC_VERSION: 8.10.1
995995
- label: concurrent-search-tests
996996
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.jvm.argline=-Des.concurrent_search=true -Des.concurrent_search=true check
997997
timeout_in_minutes: 420

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ BWC_VERSION:
9696
- "8.9.0"
9797
- "8.9.1"
9898
- "8.9.2"
99-
- "8.9.3"
10099
- "8.10.0"
100+
- "8.10.1"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
BWC_VERSION:
22
- "7.17.14"
3-
- "8.9.3"
4-
- "8.10.0"
3+
- "8.10.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.10.0
1+
elasticsearch = 8.10.1
22
lucene = 9.7.0
33

44
bundled_jdk_vendor = openjdk

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ public class Version implements VersionId<Version>, ToXContentFragment {
149149
public static final Version V_8_9_0 = new Version(8_09_00_99, IndexVersion.V_8_9_0);
150150
public static final Version V_8_9_1 = new Version(8_09_01_99, IndexVersion.V_8_9_1);
151151
public static final Version V_8_9_2 = new Version(8_09_02_99, IndexVersion.V_8_9_2);
152-
public static final Version V_8_9_3 = new Version(8_09_03_99, IndexVersion.V_8_9_3);
153152
public static final Version V_8_10_0 = new Version(8_10_00_99, IndexVersion.V_8_10_0);
154-
public static final Version CURRENT = V_8_10_0;
153+
public static final Version V_8_10_1 = new Version(8_10_01_99, IndexVersion.V_8_10_1);
154+
public static final Version CURRENT = V_8_10_1;
155155

156156
private static final NavigableMap<Integer, Version> VERSION_IDS;
157157
private static final Map<String, Version> VERSION_STRINGS;

server/src/main/java/org/elasticsearch/index/IndexVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ private static IndexVersion registerIndexVersion(int id, Version luceneVersion,
180180
public static final IndexVersion V_8_9_0 = registerIndexVersion(8_09_00_99, Version.LUCENE_9_7_0, "32f6dbab-cc24-4f5b-87b5-015a848480d9");
181181
public static final IndexVersion V_8_9_1 = registerIndexVersion(8_09_01_99, Version.LUCENE_9_7_0, "955a80ac-f70c-40a5-9399-1d8a1e5d342d");
182182
public static final IndexVersion V_8_9_2 = registerIndexVersion(8_09_02_99, Version.LUCENE_9_7_0, "14c7d64c-9e25-4265-b4fa-e0c5aca67f14");
183-
public static final IndexVersion V_8_9_3 = registerIndexVersion(8_09_03_99, Version.LUCENE_9_7_0, "abbd4418-1d46-4fec-8faf-758b38b205b0");
184183
public static final IndexVersion V_8_10_0 = registerIndexVersion(8_10_00_99, Version.LUCENE_9_7_0, "2e107286-12ad-4c51-9a6f-f8943663b6e7");
184+
public static final IndexVersion V_8_10_1 = registerIndexVersion(8_10_01_99, Version.LUCENE_9_7_0, "5f4ccc3d-3769-4aef-819d-945c47b9a08b");
185185
/*
186186
* READ THE JAVADOC ABOVE BEFORE ADDING NEW INDEX VERSIONS
187187
* Detached index versions added below here.
188188
*/
189189
private static class CurrentHolder {
190-
private static final IndexVersion CURRENT = findCurrent(V_8_10_0);
190+
private static final IndexVersion CURRENT = findCurrent(V_8_10_1);
191191

192192
// finds the pluggable current version, or uses the given fallback
193193
private static IndexVersion findCurrent(IndexVersion fallback) {

0 commit comments

Comments
 (0)