[DOCS] Updates RN and breaking changes (#45204)

* [DOCS] Updates RN and breaking changes

* Changed Import to import
This commit is contained in:
gchaps 2019-09-09 14:13:41 -07:00 committed by GitHub
parent 452ffbdf79
commit 22825ef3a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 1 deletions

View file

@ -29,8 +29,15 @@ This section summarizes the changes in each release.
[[release-notes-7.3.1]]
== {kib} 7.3.1
[float]
[[breaking-7.3.1]]
=== Breaking Changes
See also <<breaking-changes-7.3, breaking changes in 7.3>>.
Platform::
* Fixes import API so it doesn't override SavedObjectClient errors {pull}41125[#41125]
[float]
[[bug-7.3.1]]
=== Bug fixes
@ -70,7 +77,6 @@ Operations::
* Overrides `org.label-schema.license` Docker label {pull}42836[#42836]
Platform::
* Fixes CSV export of saved searches that have _source field {pull}43123[#43123]
* Fixes Import API so it doesn't override SavedObjectClient errors {pull}41125[#41125]
* Correctly sets `kibanaRoot` on {kib} plugin helpers for new generated plugins {pull}42616[#42616]
* Fixes scaling logic to check agg type instead schema {pull}42574[#42574]
Reporting::

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.4, Breaking changes in 7.4>>
* <<breaking-changes-7.3, Breaking changes in 7.3>>
* <<breaking-changes-7.2, Breaking changes in 7.2>>
* <<breaking-changes-7.1, Breaking changes in 7.1>>
@ -14,6 +15,7 @@ your application from one version of Kibana to another.
See also <<release-highlights>> and <<release-notes>>.
--
include::migration/migrate_7_4.asciidoc[]
include::migration/migrate_7_3.asciidoc[]
include::migration/migrate_7_2.asciidoc[]
include::migration/migrate_7_1.asciidoc[]

View file

@ -0,0 +1,24 @@
[[breaking-changes-7.4]]
== Breaking changes in 7.4
++++
<titleabbrev>7.4</titleabbrev>
++++
This section discusses the changes that you need to be aware of when migrating
your application to Kibana 7.4.
//See also <<release-highlights-7.4.0, release highlights>> and <<release-notes-7.4.0, release notes>>.
//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
////
// tag::notable-breaking-changes[]
coming[7.4.0]
// end::notable-breaking-changes[]