Add 8.5 migration docs (#88923)

This commit adds the a migration docs file for 8.5. This was copied from
the 8.4 file, which had no migration notes.
This commit is contained in:
Ryan Ernst 2022-07-28 19:29:32 -07:00 committed by GitHub
parent 476da8c4ed
commit 9f7cabacda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View file

@ -1,11 +1,13 @@
include::migration_intro.asciidoc[]
* <<migrating-8.5,Migrating to 8.5>>
* <<migrating-8.4,Migrating to 8.4>>
* <<migrating-8.3,Migrating to 8.3>>
* <<migrating-8.2,Migrating to 8.2>>
* <<migrating-8.1,Migrating to 8.1>>
* <<migrating-8.0,Migrating to 8.0>>
include::migrate_8_5.asciidoc[]
include::migrate_8_4.asciidoc[]
include::migrate_8_3.asciidoc[]
include::migrate_8_2.asciidoc[]

View file

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