From fd408546ef56558f2cbf7cdde43f1e301975d876 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Fri, 28 Feb 2020 18:00:45 -0800 Subject: [PATCH] [docs] Add skeleton files for 7.7 release highlights and breaking changes (#16584) (#16706) --- .../breaking/breaking-7.7.asciidoc | 20 ++++++++++++++ .../release-notes/breaking/breaking.asciidoc | 4 +++ .../highlights/highlights-7.7.0.asciidoc | 26 +++++++++++++++++++ .../highlights/highlights.asciidoc | 4 +++ 4 files changed, 54 insertions(+) create mode 100644 libbeat/docs/release-notes/breaking/breaking-7.7.asciidoc create mode 100644 libbeat/docs/release-notes/highlights/highlights-7.7.0.asciidoc diff --git a/libbeat/docs/release-notes/breaking/breaking-7.7.asciidoc b/libbeat/docs/release-notes/breaking/breaking-7.7.asciidoc new file mode 100644 index 00000000000..201af453dea --- /dev/null +++ b/libbeat/docs/release-notes/breaking/breaking-7.7.asciidoc @@ -0,0 +1,20 @@ +[[breaking-changes-7.7]] + +=== Breaking changes in 7.7 +++++ +7.7 +++++ + +{see-relnotes} + +//NOTE: The notable-breaking-changes tagged regions are re-used in the +//Installation and Upgrade Guide + +//tag::notable-breaking-changes[] + +//[float] +//==== Breaking change + +//Description + +// end::notable-breaking-changes[] diff --git a/libbeat/docs/release-notes/breaking/breaking.asciidoc b/libbeat/docs/release-notes/breaking/breaking.asciidoc index cb6aec8d0ce..51e58e6ba9d 100644 --- a/libbeat/docs/release-notes/breaking/breaking.asciidoc +++ b/libbeat/docs/release-notes/breaking/breaking.asciidoc @@ -11,6 +11,8 @@ changes, but there are breaking changes between major versions (e.g. 6.x to See the following topics for a description of breaking changes: +* <> + * <> * <> @@ -25,6 +27,8 @@ See the following topics for a description of breaking changes: * <> +include::breaking-7.7.asciidoc[] + include::breaking-7.6.asciidoc[] include::breaking-7.5.asciidoc[] diff --git a/libbeat/docs/release-notes/highlights/highlights-7.7.0.asciidoc b/libbeat/docs/release-notes/highlights/highlights-7.7.0.asciidoc new file mode 100644 index 00000000000..51fe50c30a9 --- /dev/null +++ b/libbeat/docs/release-notes/highlights/highlights-7.7.0.asciidoc @@ -0,0 +1,26 @@ +[[release-highlights-7.7.0]] +=== 7.7 release highlights +++++ +7.7 +++++ + +Each release of {beats} brings new features and product improvements. +Following are the most notable features and enhancements in 7.7. + +For a complete list of related highlights, see the +https://www.elastic.co/blog/elastic-observability-7-6-0-released[Observability 7.7 release blog]. + +For a list of bug fixes and other changes, see the {beats} +<> and <>. + +//NOTE: The notable-highlights tagged regions are re-used in the +//Installation and Upgrade Guide + +// tag::notable-highlights[] + +//[float] +//==== highlight + +//Description + +// end::notable-highlights[] diff --git a/libbeat/docs/release-notes/highlights/highlights.asciidoc b/libbeat/docs/release-notes/highlights/highlights.asciidoc index 37b95396fc7..1cd260abef6 100644 --- a/libbeat/docs/release-notes/highlights/highlights.asciidoc +++ b/libbeat/docs/release-notes/highlights/highlights.asciidoc @@ -4,6 +4,8 @@ This section summarizes the most important changes in each release. For the full list, see <> and <>. +* <> + * <> * <> @@ -18,6 +20,8 @@ full list, see <> and <>. * <> +include::highlights-7.7.0.asciidoc[] + include::highlights-7.6.0.asciidoc[] include::highlights-7.5.0.asciidoc[]