Skip to content

Commit 9f7caba

Browse files
authored
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.
1 parent 476da8c commit 9f7caba

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/reference/migration/index.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
include::migration_intro.asciidoc[]
22

3+
* <<migrating-8.5,Migrating to 8.5>>
34
* <<migrating-8.4,Migrating to 8.4>>
45
* <<migrating-8.3,Migrating to 8.3>>
56
* <<migrating-8.2,Migrating to 8.2>>
67
* <<migrating-8.1,Migrating to 8.1>>
78
* <<migrating-8.0,Migrating to 8.0>>
89
10+
include::migrate_8_5.asciidoc[]
911
include::migrate_8_4.asciidoc[]
1012
include::migrate_8_3.asciidoc[]
1113
include::migrate_8_2.asciidoc[]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[[migrating-8.5]]
2+
== Migrating to 8.5
3+
++++
4+
<titleabbrev>8.5</titleabbrev>
5+
++++
6+
7+
This section discusses the changes that you need to be aware of when migrating
8+
your application to {es} 8.5.
9+
10+
See also <<release-highlights>> and <<es-release-notes>>.
11+
12+
coming::[8.5.0]
13+
14+
15+
[discrete]
16+
[[breaking-changes-8.5]]
17+
=== Breaking changes
18+
19+
// tag::notable-breaking-changes[]
20+
There are no breaking changes in {es} 8.5.
21+
// end::notable-breaking-changes[]
22+

0 commit comments

Comments
 (0)