[DOCS] Adds Breaking Changes for 7.7 (#63157)

This commit is contained in:
gchaps 2020-04-09 12:15:18 -07:00 committed by GitHub
parent 805fcffc2e
commit 5f102de377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View file

@ -6,6 +6,7 @@
This section discusses the changes that you need to be aware of when migrating
your application from one version of Kibana to another.
* <<breaking-changes-7.7, Breaking changes in 7.7>>
* <<breaking-changes-7.6, Breaking changes in 7.6>>
* <<breaking-changes-7.5, Breaking changes in 7.5>>
* <<breaking-changes-7.4, Breaking changes in 7.4>>
@ -17,6 +18,7 @@ your application from one version of Kibana to another.
See also <<release-highlights>> and <<release-notes>>.
--
include::migration/migrate_7_7.asciidoc[]
include::migration/migrate_7_6.asciidoc[]
include::migration/migrate_7_5.asciidoc[]
include::migration/migrate_7_4.asciidoc[]

View file

@ -0,0 +1,27 @@
[[breaking-changes-7.7]]
== Breaking changes in 7.7
++++
<titleabbrev>7.7</titleabbrev>
++++
This page discusses the breaking changes that you need to be aware of when migrating
your application to Kibana 7.7.
//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
////
The following section is re-used in the Installation and Upgrade Guide
[[breaking_70_notable]]
=== Notable breaking changes
////
[float]
=== Breaking changes for users
// tag::notable-breaking-changes[]
There are no user-facing breaking changes in 7.7.
// end::notable-breaking-changes[]
[float]
=== Breaking changes for plugin developers