From 735d47c4763ab029c26e251e407e948313ea5ad4 Mon Sep 17 00:00:00 2001 From: elasticmachine Date: Tue, 11 Jun 2024 08:40:38 +0000 Subject: [PATCH 1/3] docs: Close changelog for 7.17.22 --- CHANGELOG.asciidoc | 134 ++++++++++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 6 +- libbeat/docs/release.asciidoc | 1 + 3 files changed, 138 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index a09b2dada04..dad9561df0b 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -2,6 +2,140 @@ // each other on Github, so don't worry too much on using the right prefix. :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ + +[[release-notes-7.17.22]] +=== Beats version 7.17.22 +https://github.com/elastic/beats/compare/v7.17.21\...v7.17.22[View commits] + +==== Breaking changes + +*Affecting all Beats* + + +*Auditbeat* + +*Filebeat* + +*Heartbeat* + +*Metricbeat* + + +*Packetbeat* + +*Winlogbeat* + + +*Functionbeat* + +==== Bugfixes + +*Affecting all Beats* + + +*Auditbeat* + + +- Prevent scenario of losing children-related file events in a directory for recursive fsnotify backend of auditbeat file integrity module {pull}39133[39133] +- Fix losing events in FIM for OS X by allowing always to walk an added directory to monitor {pull}39362[39362] + + +*Filebeat* + + +*Heartbeat* + + +*Metricbeat* + + +*Packetbeat* + + +*Winlogbeat* + + +*Functionbeat* + +*Elastic Logging Plugin* + + +==== Added + +*Affecting all Beats* + +- Upgrade to Go 1.21.10. {pull}39468[39468] + +*Auditbeat* + + +*Filebeat* + + +*Heartbeat* + + +*Metricbeat* + + +*Packetbeat* + + +*Functionbeat* + + +*Winlogbeat* + + +*Elastic Log Driver* + + +==== Deprecated + +*Affecting all Beats* + + +*Filebeat* + + +*Heartbeat* + +*Metricbeat* + + +*Packetbeat* + +*Winlogbeat* + +*Functionbeat* + +==== Known Issue + + + + + + + + + + + + + + + + + + + + + + + + + + [[release-notes-7.17.21]] === Beats version 7.17.21 diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 3e09a9efc06..5cc785f66d5 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -35,8 +35,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d *Auditbeat* -- Prevent scenario of losing children-related file events in a directory for recursive fsnotify backend of auditbeat file integrity module {pull}39133[39133] -- Fix losing events in FIM for OS X by allowing always to walk an added directory to monitor {pull}39362[39362] *Filebeat* @@ -64,7 +62,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d *Affecting all Beats* -- Upgrade to Go 1.21.10. {pull}39468[39468] *Auditbeat* @@ -130,6 +127,9 @@ 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 05a88bf045c..6961c787977 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. +* <> * <> * <> * <> From efb51ed1c6ca307b0dc18ff7f35ebaf64a0a629e Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Tue, 11 Jun 2024 10:45:38 +0200 Subject: [PATCH 2/3] Update CHANGELOG.asciidoc --- CHANGELOG.asciidoc | 116 --------------------------------------------- 1 file changed, 116 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index dad9561df0b..855f8c9015a 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -7,134 +7,18 @@ === Beats version 7.17.22 https://github.com/elastic/beats/compare/v7.17.21\...v7.17.22[View commits] -==== Breaking changes - -*Affecting all Beats* - - -*Auditbeat* - -*Filebeat* - -*Heartbeat* - -*Metricbeat* - - -*Packetbeat* - -*Winlogbeat* - - -*Functionbeat* - ==== Bugfixes -*Affecting all Beats* - - *Auditbeat* - - Prevent scenario of losing children-related file events in a directory for recursive fsnotify backend of auditbeat file integrity module {pull}39133[39133] - Fix losing events in FIM for OS X by allowing always to walk an added directory to monitor {pull}39362[39362] - -*Filebeat* - - -*Heartbeat* - - -*Metricbeat* - - -*Packetbeat* - - -*Winlogbeat* - - -*Functionbeat* - -*Elastic Logging Plugin* - - ==== Added *Affecting all Beats* - Upgrade to Go 1.21.10. {pull}39468[39468] - -*Auditbeat* - - -*Filebeat* - - -*Heartbeat* - - -*Metricbeat* - - -*Packetbeat* - - -*Functionbeat* - - -*Winlogbeat* - - -*Elastic Log Driver* - - -==== Deprecated - -*Affecting all Beats* - - -*Filebeat* - - -*Heartbeat* - -*Metricbeat* - - -*Packetbeat* - -*Winlogbeat* - -*Functionbeat* - -==== Known Issue - - - - - - - - - - - - - - - - - - - - - - - - - [[release-notes-7.17.21]] From c00ef306148e5b4934250920adb2cd8d0c8b4b00 Mon Sep 17 00:00:00 2001 From: Pierre HILBERT Date: Tue, 11 Jun 2024 10:46:20 +0200 Subject: [PATCH 3/3] Update CHANGELOG.asciidoc --- CHANGELOG.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 855f8c9015a..39120196123 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -11,8 +11,8 @@ https://github.com/elastic/beats/compare/v7.17.21\...v7.17.22[View commits] *Auditbeat* -- Prevent scenario of losing children-related file events in a directory for recursive fsnotify backend of auditbeat file integrity module {pull}39133[39133] -- Fix losing events in FIM for OS X by allowing always to walk an added directory to monitor {pull}39362[39362] +- Prevent scenario of losing children-related file events in a directory for recursive fsnotify backend of Auditbeat file integrity module. {pull}39133[39133] +- Fix losing events in FIM for MacOS X by allowing always to walk an added directory to monitor. {pull}39362[39362] ==== Added