Bump to version 8.15.0

This commit is contained in:
elasticsearchmachine 2024-04-17 17:04:59 +00:00
parent f28529d237
commit cc753389c1
13 changed files with 76 additions and 25 deletions

View file

@ -1,5 +1,6 @@
include::migration_intro.asciidoc[]
* <<migrating-8.15,Migrating to 8.15>>
* <<migrating-8.14,Migrating to 8.14>>
* <<migrating-8.13,Migrating to 8.13>>
* <<migrating-8.12,Migrating to 8.12>>
@ -16,6 +17,7 @@ include::migration_intro.asciidoc[]
* <<migrating-8.1,Migrating to 8.1>>
* <<migrating-8.0,Migrating to 8.0>>
include::migrate_8_15.asciidoc[]
include::migrate_8_14.asciidoc[]
include::migrate_8_13.asciidoc[]
include::migrate_8_12.asciidoc[]

View file

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

View file

@ -6,6 +6,7 @@
This section summarizes the changes in each release.
* <<release-notes-8.15.0>>
* <<release-notes-8.14.0>>
* <<release-notes-8.13.2>>
* <<release-notes-8.13.1>>
@ -64,6 +65,7 @@ This section summarizes the changes in each release.
--
include::release-notes/8.15.0.asciidoc[]
include::release-notes/8.14.0.asciidoc[]
include::release-notes/8.13.2.asciidoc[]
include::release-notes/8.13.1.asciidoc[]

View file

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

View file

@ -11,7 +11,8 @@ For detailed information about this release, see the <<es-release-notes>> and
// Add previous release to the list
Other versions:
{ref-bare}/8.13/release-highlights.html[8.13]
{ref-bare}/8.14/release-highlights.html[8.14]
| {ref-bare}/8.13/release-highlights.html[8.13]
| {ref-bare}/8.12/release-highlights.html[8.12]
| {ref-bare}/8.11/release-highlights.html[8.11]
| {ref-bare}/8.10/release-highlights.html[8.10]
@ -28,24 +29,13 @@ Other versions:
endif::[]
// The notable-highlights tag marks entries that
// should be featured in the Stack Installation and Upgrade Guide:
// tag::notable-highlights[]
[discrete]
[[add_global_retention_in_data_stream_lifecycle]]
=== Add global retention in data stream lifecycle
Data stream lifecycle now supports configuring retention on a cluster level, namely global retention. Global retention
allows us to configure two different retentions:
- `default_retention` is applied to all data streams managed by the data stream lifecycle that do not have retention
defined on the data stream level.
- `max_retention` is applied to all data streams managed by the data stream lifecycle and it allows any data stream
data to be deleted after the `max_retention` has passed.
Furthermore, we introduce the term `effective_retention` which is the retention applied at a certain moment to a data
stream considering all the available retention configurations.
{es-pull}105682[#105682]
// [discrete]
// === Heading
//
// Description.
// end::notable-highlights[]