diff --git a/libbeat/docs/breaking-7.1.asciidoc b/libbeat/docs/breaking-7.1.asciidoc new file mode 100644 index 00000000000..da164cee205 --- /dev/null +++ b/libbeat/docs/breaking-7.1.asciidoc @@ -0,0 +1,12 @@ +[[breaking-changes-7.1]] + +=== Breaking changes in 7.1 + +{see-relnotes} + +//NOTE: The notable-breaking-changes tagged regions are re-used in the +//Installation and Upgrade Guide + +//tag::notable-breaking-changes[] + +// end::notable-breaking-changes[] diff --git a/libbeat/docs/breaking-7.2.asciidoc b/libbeat/docs/breaking-7.2.asciidoc new file mode 100644 index 00000000000..8fde32f5aeb --- /dev/null +++ b/libbeat/docs/breaking-7.2.asciidoc @@ -0,0 +1,17 @@ +[[breaking-changes-7.2]] + +=== Breaking changes in 7.2 + +// NOTE: Comment out this section if there are no breaking changes for 7.2. +This section discusses the main changes that you should be aware of if you +upgrade the Beats to version 7.2. + +// NOTE: Do not comment out +{see-relnotes} + +//NOTE: The notable-breaking-changes tagged regions are re-used in the +//Installation and Upgrade Guide + +//tag::notable-breaking-changes[] + +// end::notable-breaking-changes[] diff --git a/libbeat/docs/breaking.asciidoc b/libbeat/docs/breaking.asciidoc index fb0f4f5469d..d29f4f72180 100644 --- a/libbeat/docs/breaking.asciidoc +++ b/libbeat/docs/breaking.asciidoc @@ -11,6 +11,15 @@ changes, but there are breaking changes between major versions (e.g. 6.x to See the following topics for a description of breaking changes: +* <> + +* <> + * <> +include::breaking-7.2.asciidoc[] + +include::breaking-7.1.asciidoc[] + include::breaking-7.0.asciidoc[] +