From e4277f2eef43f67dc7d283a82d6df336591077da Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Tue, 5 Sep 2023 22:43:16 +0930 Subject: [PATCH] docs: Prepare Changelog for 7.17.13 (#36502) * docs: Close changelog for 7.17.13 * Update CHANGELOG.asciidoc --------- Co-authored-by: Pierre HILBERT --- CHANGELOG.asciidoc | 23 +++++++++++++++++++++++ CHANGELOG.next.asciidoc | 7 +++---- libbeat/docs/release.asciidoc | 1 + 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index d72750e7e9e..583c52b8357 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,29 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-7.17.13]] +=== Beats version 7.17.13 +https://github.com/elastic/beats/compare/v7.17.12\...v7.17.13[View commits] + +==== Bugfixes + +*Affecting all Beats* +- Upgrade Go to 1.19.12 {pull}36247[36247] + +*Filebeat* +- Filter out duplicate paths resolved from matching globs. {issue}36253[36253] {pull}36256[36256] + +*Winlogbeat* + +- Fix the ability to use filtering features (e.g. `ignore_older`, `event_id`, `provider`, `level`) while reading `.evtx` files. {issue}16826[16826] {pull}36173[36173] + +==== Added + +*Affecting all Beats* + +- Add warning message to SysV init scripts for RPM-based systems that lack `/etc/rc.d/init.d/functions`. {issue}35708[35708] {pull}36188[36188] + + [[release-notes-7.17.12]] === Beats version 7.17.12 https://github.com/elastic/beats/compare/v7.17.11\...v7.17.12[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 3273bc36983..5c0f69840a7 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -23,17 +23,14 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d *Winlogbeat* -- Fix the ability to use filtering features (e.g. `ignore_older`, `event_id`, `provider`, `level`) while reading `.evtx` files. {issue}16826[16826] {pull}36173[36173] *Functionbeat* ==== Bugfixes *Affecting all Beats* -- Upgrade Go to 1.19.12 {pull}36247[36247] *Filebeat* -- Filter out duplicate paths resolved from matching globs. {issue}36253[36253] {pull}36256[36256] *Auditbeat* @@ -63,7 +60,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d *Affecting all Beats* -- Add warning message to SysV init scripts for RPM-based systems that lack `/etc/rc.d/init.d/functions`. {issue}35708[35708] {pull}36188[36188] *Auditbeat* @@ -113,3 +109,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d + + + diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index df2468a2b54..0b27de55646 100644 --- a/libbeat/docs/release.asciidoc +++ b/libbeat/docs/release.asciidoc @@ -8,6 +8,7 @@ This section summarizes the changes in each release. Also read <> for more detail about changes that affect upgrade. +* <> * <> * <> * <>