Bump to version 8.8.0

This commit is contained in:
Ryan Ernst 2023-02-08 11:46:42 -08:00
parent a6f365c51c
commit 05d1011d3d
No known key found for this signature in database
GPG key ID: 5F7EA39E15F54DCE
11 changed files with 45 additions and 7 deletions

View file

@ -1,5 +1,6 @@
include::migration_intro.asciidoc[]
* <<migrating-8.8,Migrating to 8.8>>
* <<migrating-8.7,Migrating to 8.7>>
* <<migrating-8.6,Migrating to 8.6>>
* <<migrating-8.5,Migrating to 8.5>>
@ -9,6 +10,7 @@ include::migration_intro.asciidoc[]
* <<migrating-8.1,Migrating to 8.1>>
* <<migrating-8.0,Migrating to 8.0>>
include::migrate_8_8.asciidoc[]
include::migrate_8_7.asciidoc[]
include::migrate_8_6.asciidoc[]
include::migrate_8_5.asciidoc[]

View file

@ -0,0 +1,22 @@
[[migrating-8.8]]
== Migrating to 8.8
++++
<titleabbrev>8.8</titleabbrev>
++++
This section discusses the changes that you need to be aware of when migrating
your application to {es} 8.8.
See also {ref-bare}/8.8/release-highlights.html[What's new in 8.8] and <<es-release-notes>>.
coming::[8.8.0]
[discrete]
[[breaking-changes-8.8]]
=== Breaking changes
// tag::notable-breaking-changes[]
There are no breaking changes in {es} 8.8.
// end::notable-breaking-changes[]