From 22825ef3a18c7caa4a96b4eda346ba381ed3572a Mon Sep 17 00:00:00 2001 From: gchaps <33642766+gchaps@users.noreply.github.com> Date: Mon, 9 Sep 2019 14:13:41 -0700 Subject: [PATCH] [DOCS] Updates RN and breaking changes (#45204) * [DOCS] Updates RN and breaking changes * Changed Import to import --- docs/CHANGELOG.asciidoc | 8 +++++++- docs/migration.asciidoc | 2 ++ docs/migration/migrate_7_4.asciidoc | 24 ++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 docs/migration/migrate_7_4.asciidoc diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index 9061b12d3778..5f8a435745f1 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -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 <>. +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:: diff --git a/docs/migration.asciidoc b/docs/migration.asciidoc index 14c37bb92b3f..108a023b2702 100644 --- a/docs/migration.asciidoc +++ b/docs/migration.asciidoc @@ -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. +* <> * <> * <> * <> @@ -14,6 +15,7 @@ your application from one version of Kibana to another. See also <> and <>. -- +include::migration/migrate_7_4.asciidoc[] include::migration/migrate_7_3.asciidoc[] include::migration/migrate_7_2.asciidoc[] include::migration/migrate_7_1.asciidoc[] diff --git a/docs/migration/migrate_7_4.asciidoc b/docs/migration/migrate_7_4.asciidoc new file mode 100644 index 000000000000..695ad7350477 --- /dev/null +++ b/docs/migration/migrate_7_4.asciidoc @@ -0,0 +1,24 @@ +[[breaking-changes-7.4]] +== Breaking changes in 7.4 +++++ +7.4 +++++ + +This section discusses the changes that you need to be aware of when migrating +your application to Kibana 7.4. + +//See also <> and <>. + +//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[]