From acbaf0faa0c87ed75396f5e0e1e1bd00e093240c Mon Sep 17 00:00:00 2001 From: gchaps <33642766+gchaps@users.noreply.github.com> Date: Tue, 9 Jul 2019 13:18:00 -0700 Subject: [PATCH] [DOCS] Adds structure for 7.3 release docs (#40622) --- docs/CHANGELOG.asciidoc | 7 +++++++ docs/migration.asciidoc | 2 ++ docs/migration/migrate_7_3.asciidoc | 19 +++++++++++++++++++ docs/release-notes/highlights-7.3.0.asciidoc | 19 +++++++++++++++++++ docs/release-notes/highlights.asciidoc | 2 ++ 5 files changed, 49 insertions(+) create mode 100644 docs/migration/migrate_7_3.asciidoc create mode 100644 docs/release-notes/highlights-7.3.0.asciidoc diff --git a/docs/CHANGELOG.asciidoc b/docs/CHANGELOG.asciidoc index fd27b713339c..a410c700b4bf 100644 --- a/docs/CHANGELOG.asciidoc +++ b/docs/CHANGELOG.asciidoc @@ -10,6 +10,7 @@ This section summarizes the changes in each release. +* <> * <> * <> * <> @@ -23,6 +24,12 @@ This section summarizes the changes in each release. -- +[[release-notes-7.3.0]] +== {kib} 7.3.0 + +coming[7.3.0] + + [[release-notes-7.2.0]] == {kib} 7.2.0 diff --git a/docs/migration.asciidoc b/docs/migration.asciidoc index ed6a27050945..14c37bb92b3f 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. +* <> * <> * <> * <> @@ -13,6 +14,7 @@ your application from one version of Kibana to another. See also <> and <>. -- +include::migration/migrate_7_3.asciidoc[] include::migration/migrate_7_2.asciidoc[] include::migration/migrate_7_1.asciidoc[] include::migration/migrate_7_0.asciidoc[] \ No newline at end of file diff --git a/docs/migration/migrate_7_3.asciidoc b/docs/migration/migrate_7_3.asciidoc new file mode 100644 index 000000000000..65b3cf066255 --- /dev/null +++ b/docs/migration/migrate_7_3.asciidoc @@ -0,0 +1,19 @@ +[[breaking-changes-7.3]] +== Breaking changes in 7.3 +++++ +7.3 +++++ + +This section discusses the changes that you need to be aware of when migrating +your application to Kibana 7.3. + +See also <> and <>. + +coming[7.3.0] + +//NOTE: The notable-breaking-changes tagged regions are re-used in the +//Installation and Upgrade Guide + +//tag::notable-breaking-changes[] + +// end::notable-breaking-changes[] \ No newline at end of file diff --git a/docs/release-notes/highlights-7.3.0.asciidoc b/docs/release-notes/highlights-7.3.0.asciidoc new file mode 100644 index 000000000000..ca9aaf027ffe --- /dev/null +++ b/docs/release-notes/highlights-7.3.0.asciidoc @@ -0,0 +1,19 @@ +[[release-highlights-7.3.0]] +== 7.3.0 release highlights +++++ +7.3.0 +++++ + +Each release of {kib} brings new features and product improvements. +Here are the highlights of the feature and user experience changes in 7.3.0. + +Refer to the {kib} <> and <> for a list of bug fixes and other changes. + +coming[7.3.0] + +//NOTE: The notable-highlights tagged regions are re-used in the +//Installation and Upgrade Guide + +// tag::notable-highlights[] +// end::notable-highlights[] diff --git a/docs/release-notes/highlights.asciidoc b/docs/release-notes/highlights.asciidoc index cc14c672042c..50fe50373cf9 100644 --- a/docs/release-notes/highlights.asciidoc +++ b/docs/release-notes/highlights.asciidoc @@ -6,12 +6,14 @@ This section summarizes the most important changes in each release. For the full list, see <> and <>. +* <> * <> * <> * <> -- +include::highlights-7.3.0.asciidoc[] include::highlights-7.2.0.asciidoc[] include::highlights-7.1.0.asciidoc[] include::highlights-7.0.0.asciidoc[] \ No newline at end of file