From 1065e3f934606efd8bb7bb681826f5fe7738eb35 Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Tue, 22 Feb 2022 10:13:51 +0100 Subject: [PATCH] Forward-port 8.0.1 changelog to 8.1 (#30517) * docs: Prepare Changelog for 8.0.1 (#30508) * docs: Close changelog for 8.0.1 * Move entry that did not make the BC * Clean empty sections Co-authored-by: Andres Rodriguez (cherry picked from commit 6842e1eec8dc56fdc316a07a623a8bf5fd89f2e8) * Additional cleanup Co-authored-by: Elastic Machine --- CHANGELOG.asciidoc | 26 ++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 7 ------- libbeat/docs/release.asciidoc | 1 + 3 files changed, 27 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 0dd862bd39c..148a7d3abca 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,32 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-8.0.1]] +=== Beats version 8.0.1 +https://github.com/elastic/beats/compare/v8.0.0...v8.0.1[View commits] + +==== Bugfixes + +*Filebeat* + +- tcp/unix input: Stop accepting connections after socket is closed. {pull}29712[29712] +- Fix using log_group_name_prefix in aws-cloudwatch input. {pull}29695[29695] +- Fix multiple instances of the same module configured within `filebeat.modules` in filebeat.yml. {issue}29649[29649] {pull}29952[29952] +- aws-s3: fix race condition in states used by s3-poller. {issue}30123[30123] {pull}30131[30131] + +*Filebeat* +- Fix broken Kafka input {issue}29746[29746] {pull}30277[30277] +- cisco module: Fix change the broke ASA and FTD configs that used `var.input: syslog`. {pull}30072[30072] +- aws-s3: fix race condition in states used by s3-poller. {issue}30123[30123] {pull}30131[30131] + +*Heartbeat* +- Fix missing mapping for `service.name`. {pull}30324[30324] + +*Winlogbeat* + +- Fix run loop when reading from evtx file {pull}30006[30006] + + [[release-notes-8.0.0]] === Beats version 8.0.0 https://github.com/elastic/beats/compare/v7.17.0...v8.0.0[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index e2e110da2fd..73443a6bf71 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -46,18 +46,13 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d *Filebeat* -- tcp/unix input: Stop accepting connections after socket is closed. {pull}29712[29712] -- aws-s3: fix race condition in states used by s3-poller. {issue}30123[30123] {pull}30131[30131] -- cisco module: Fix change the broke ASA and FTD configs that used `var.input: syslog`. {pull}30072[30072] *Filebeat* -- Fix broken Kafka input {issue}29746[29746] {pull}30277[30277] - auditd: Prevent mapping explosion when truncated EXECVE records are ingested. {pull}30382[30382] - elasticsearch: fix duplicate ingest when using a common appender configuration {issue}30428[30428] {pull}30440[30440] *Heartbeat* -- Fix missing mapping for `service.name`. {pull}30324[30324] *Metricbeat* @@ -71,7 +66,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d *Winlogbeat* - Add provider names to Security pipeline conditional check in routing pipeline. {issue}27288[27288] {pull}29781[29781] -- Fix run loop when reading from evtx file {pull}30006[30006] *Functionbeat* @@ -169,4 +163,3 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d ==== Known Issue -*Journalbeat* diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index 0ce6f44b2df..aa997f284ae 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. +* <> * <> * <> * <>