Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add skeleton files for 7.7 release highlights and BCs #16584

Merged
merged 1 commit into from
Feb 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions libbeat/docs/release-notes/breaking/breaking-7.7.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[[breaking-changes-7.7]]

=== Breaking changes in 7.7
++++
<titleabbrev>7.7</titleabbrev>
++++

{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[]
4 changes: 4 additions & 0 deletions libbeat/docs/release-notes/breaking/breaking.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

* <<breaking-changes-7.7>>

* <<breaking-changes-7.6>>

* <<breaking-changes-7.5>>
Expand All @@ -25,6 +27,8 @@ See the following topics for a description of breaking changes:

* <<breaking-changes-7.0>>

include::breaking-7.7.asciidoc[]

include::breaking-7.6.asciidoc[]

include::breaking-7.5.asciidoc[]
Expand Down
26 changes: 26 additions & 0 deletions libbeat/docs/release-notes/highlights/highlights-7.7.0.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[[release-highlights-7.7.0]]
=== 7.7 release highlights
++++
<titleabbrev>7.7</titleabbrev>
++++

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}
<<breaking-changes-7.7, Breaking Changes>> and <<release-notes, Release Notes>>.

//NOTE: The notable-highlights tagged regions are re-used in the
//Installation and Upgrade Guide

// tag::notable-highlights[]

//[float]
//==== highlight

//Description

// end::notable-highlights[]
4 changes: 4 additions & 0 deletions libbeat/docs/release-notes/highlights/highlights.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
This section summarizes the most important changes in each release. For the
full list, see <<release-notes>> and <<breaking-changes>>.

* <<release-highlights-7.7.0>>

* <<release-highlights-7.6.0>>

* <<release-highlights-7.5.0>>
Expand All @@ -18,6 +20,8 @@ full list, see <<release-notes>> and <<breaking-changes>>.

* <<release-highlights-7.0.0>>

include::highlights-7.7.0.asciidoc[]

include::highlights-7.6.0.asciidoc[]

include::highlights-7.5.0.asciidoc[]
Expand Down