mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[DOCS] Updates RN and breaking changes (#45204)
* [DOCS] Updates RN and breaking changes * Changed Import to import
This commit is contained in:
parent
452ffbdf79
commit
22825ef3a1
3 changed files with 33 additions and 1 deletions
|
@ -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::
|
||||
|
|
|
@ -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[]
|
||||
|
|
24
docs/migration/migrate_7_4.asciidoc
Normal file
24
docs/migration/migrate_7_4.asciidoc
Normal 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[]
|
Loading…
Add table
Add a link
Reference in a new issue