From 513ace48f5f05196abd3c6d48441879505189a01 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Fri, 22 Sep 2023 00:39:11 +1000 Subject: [PATCH] docs: Prepare Changelog for 8.10.2 (#36643) * docs: Close changelog for 8.10.2 * Update CHANGELOG.asciidoc * Update CHANGELOG.asciidoc Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> --------- Co-authored-by: Pierre HILBERT Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> --- CHANGELOG.asciidoc | 17 +++++++++++++++++ CHANGELOG.next.asciidoc | 5 +++-- libbeat/docs/release.asciidoc | 1 + 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 19a7f4db7c9..43cef19f10e 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,23 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-8.10.2]] +=== Beats version 8.10.2 +https://github.com/elastic/beats/compare/v8.10.1\...v8.10.2[View commits] + +==== Bugfixes + +*Packetbeat* + +- Prevent panic when more than one interface is configured in Fleet. {issue}36574[36574] {pull}36575[36575] + +==== Added + +*Affecting all Beats* + +- Upgrade Go to 1.20.8 {pull}36597[36597] + + [[release-notes-8.10.1]] === Beats version 8.10.1 https://github.com/elastic/beats/compare/v8.10.0\...v8.10.1[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index bd417cc075e..49309ff9533 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -88,7 +88,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Packetbeat* -- Prevent panic when more than one interface is configured in fleet. {issue}36574[36574] {pull}36575[36575] *Winlogbeat* @@ -100,7 +99,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Affecting all Beats* -- Upgrade Go to 1.20.8 {pull}36597[36597] - Added append Processor which will append concrete values or values from a field to target. {issue}29934[29934] {pull}33364[33364] *Auditbeat* @@ -206,3 +204,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] + + + diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index cca199441ae..0163c1f1c14 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. +* <> * <> * <> * <>