Bump to version 9.1.0

This commit is contained in:
elasticsearchmachine 2025-01-30 16:55:46 +00:00
parent 2bbf7c72db
commit 69bdf465b0
13 changed files with 84 additions and 8 deletions

View file

@ -1,10 +1,10 @@
{ {
"upstream" : "elastic/elasticsearch", "upstream" : "elastic/elasticsearch",
"targetBranchChoices" : [ "main", "8.x", "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" ], "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" ], "targetPRLabels" : [ "backport" ],
"branchLabelMapping" : { "branchLabelMapping" : {
"^v9.0.0$" : "main", "^v9.1.0$" : "main",
"^v8.19.0$" : "8.x", "^v8.19.0$" : "8.x",
"^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2" "^v(\\d+).(\\d+).\\d+(?:-(?:alpha|beta|rc)\\d+)?$" : "$1.$2"
} }
} }

View file

@ -56,7 +56,7 @@ steps:
timeout_in_minutes: 300 timeout_in_minutes: 300
matrix: matrix:
setup: setup:
BWC_VERSION: ["8.16.4", "8.17.2", "8.18.0", "9.0.0"] BWC_VERSION: ["8.16.4", "8.17.2", "8.18.0", "8.19.0", "9.0.0", "9.1.0"]
agents: agents:
provider: gcp provider: gcp
image: family/elasticsearch-ubuntu-2004 image: family/elasticsearch-ubuntu-2004

View file

@ -367,6 +367,22 @@ steps:
env: env:
BWC_VERSION: 9.0.0 BWC_VERSION: 9.0.0
- label: "{{matrix.image}} / 9.1.0 / packaging-tests-upgrade"
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.1.0
timeout_in_minutes: 300
matrix:
setup:
image:
- rocky-8
- ubuntu-2004
agents:
provider: gcp
image: family/elasticsearch-{{matrix.image}}
machineType: custom-16-32768
buildDirectory: /dev/shm/bk
env:
BWC_VERSION: 9.1.0
- group: packaging-tests-windows - group: packaging-tests-windows
steps: steps:
- label: "{{matrix.image}} / packaging-tests-windows" - label: "{{matrix.image}} / packaging-tests-windows"

View file

@ -401,6 +401,25 @@ steps:
- signal_reason: agent_stop - signal_reason: agent_stop
limit: 3 limit: 3
- label: 9.1.0 / bwc
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v9.1.0#bwcTest
timeout_in_minutes: 300
agents:
provider: gcp
image: family/elasticsearch-ubuntu-2004
machineType: n1-standard-32
buildDirectory: /dev/shm/bk
preemptible: true
env:
BWC_VERSION: 9.1.0
retry:
automatic:
- exit_status: "-1"
limit: 3
signal_reason: none
- signal_reason: agent_stop
limit: 3
- label: concurrent-search-tests - label: concurrent-search-tests
command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.jvm.argline=-Des.concurrent_search=true -Des.concurrent_search=true functionalTests command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true -Dtests.jvm.argline=-Des.concurrent_search=true -Des.concurrent_search=true functionalTests
timeout_in_minutes: 420 timeout_in_minutes: 420
@ -467,7 +486,7 @@ steps:
setup: setup:
ES_RUNTIME_JAVA: ES_RUNTIME_JAVA:
- openjdk21 - openjdk21
BWC_VERSION: ["8.16.4", "8.17.2", "8.18.0", "9.0.0"] BWC_VERSION: ["8.16.4", "8.17.2", "8.18.0", "8.19.0", "9.0.0", "9.1.0"]
agents: agents:
provider: gcp provider: gcp
image: family/elasticsearch-ubuntu-2004 image: family/elasticsearch-ubuntu-2004
@ -509,7 +528,7 @@ steps:
ES_RUNTIME_JAVA: ES_RUNTIME_JAVA:
- openjdk21 - openjdk21
- openjdk23 - openjdk23
BWC_VERSION: ["8.16.4", "8.17.2", "8.18.0", "9.0.0"] BWC_VERSION: ["8.16.4", "8.17.2", "8.18.0", "8.19.0", "9.0.0", "9.1.0"]
agents: agents:
provider: gcp provider: gcp
image: family/elasticsearch-ubuntu-2004 image: family/elasticsearch-ubuntu-2004

View file

@ -20,3 +20,4 @@ BWC_VERSION:
- "8.18.0" - "8.18.0"
- "8.19.0" - "8.19.0"
- "9.0.0" - "9.0.0"
- "9.1.0"

View file

@ -2,4 +2,6 @@ BWC_VERSION:
- "8.16.4" - "8.16.4"
- "8.17.2" - "8.17.2"
- "8.18.0" - "8.18.0"
- "8.19.0"
- "9.0.0" - "9.0.0"
- "9.1.0"

View file

@ -1,4 +1,4 @@
elasticsearch = 9.0.0 elasticsearch = 9.1.0
lucene = 10.1.0 lucene = 10.1.0
bundled_jdk_vendor = openjdk bundled_jdk_vendor = openjdk

View file

@ -1,6 +1,8 @@
include::migration_intro.asciidoc[] include::migration_intro.asciidoc[]
* <<migrating-9.1,Migrating to 9.1>>
* <<migrating-9.0,Migrating to 9.0>> * <<migrating-9.0,Migrating to 9.0>>
include::migrate_9_1.asciidoc[]
include::migrate_9_0.asciidoc[] include::migrate_9_0.asciidoc[]

View file

@ -0,0 +1,20 @@
[[migrating-9.1]]
== Migrating to 9.1
++++
<titleabbrev>9.1</titleabbrev>
++++
This section discusses the changes that you need to be aware of when migrating
your application to {es} 9.1.
See also <<release-highlights>> and <<es-release-notes>>.
coming::[9.1.0]
[discrete]
[[breaking-changes-9.1]]
=== Breaking changes
There are no breaking changes in {es} 9.1.

View file

@ -6,9 +6,11 @@
This section summarizes the changes in each release. This section summarizes the changes in each release.
* <<release-notes-9.1.0>>
* <<release-notes-9.0.0>> * <<release-notes-9.0.0>>
-- --
include::release-notes/9.1.0.asciidoc[]
include::release-notes/9.0.0.asciidoc[] include::release-notes/9.0.0.asciidoc[]

View file

@ -0,0 +1,8 @@
[[release-notes-9.1.0]]
== {es} version 9.1.0
coming[9.1.0]
Also see <<breaking-changes-9.1,Breaking changes in 9.1>>.

View file

@ -8,6 +8,11 @@ ifeval::["{release-state}"!="unreleased"]
For detailed information about this release, see the <<es-release-notes>> and For detailed information about this release, see the <<es-release-notes>> and
<<breaking-changes>>. <<breaking-changes>>.
// Add previous release to the list
Other versions:
{ref-bare}/9.0/release-highlights.html[9.0]
endif::[] endif::[]
// The notable-highlights tag marks entries that // The notable-highlights tag marks entries that

View file

@ -199,7 +199,8 @@ public class Version implements VersionId<Version>, ToXContentFragment {
public static final Version V_8_18_0 = new Version(8_18_00_99); public static final Version V_8_18_0 = new Version(8_18_00_99);
public static final Version V_8_19_0 = new Version(8_19_00_99); public static final Version V_8_19_0 = new Version(8_19_00_99);
public static final Version V_9_0_0 = new Version(9_00_00_99); public static final Version V_9_0_0 = new Version(9_00_00_99);
public static final Version CURRENT = V_9_0_0; public static final Version V_9_1_0 = new Version(9_01_00_99);
public static final Version CURRENT = V_9_1_0;
private static final NavigableMap<Integer, Version> VERSION_IDS; private static final NavigableMap<Integer, Version> VERSION_IDS;
private static final Map<String, Version> VERSION_STRINGS; private static final Map<String, Version> VERSION_STRINGS;