From 8ea54119e556fe9de613b7f15a14dbfdd2f31f84 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:57:29 -0500 Subject: [PATCH] docs: Prepare Changelog for 8.12.2 (#38072) (#38100) * docs: Close changelog for 8.12.2 * Update CHANGELOG.asciidoc * Update CHANGELOG.asciidoc * Fix capitalization in CHANGELOG.asciidoc Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> --------- Co-authored-by: Pierre HILBERT Co-authored-by: Craig MacKenzie Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> (cherry picked from commit ae2cf677af9913c3e0f33877be7337a0258e70d7) Co-authored-by: Elastic Machine --- CHANGELOG.asciidoc | 22 ++++++++++++++++++++++ CHANGELOG.next.asciidoc | 5 +++-- libbeat/docs/release.asciidoc | 1 + 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index a25cb6baddbf..611b3664c070 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,28 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-8.12.2]] +=== Beats version 8.12.2 +https://github.com/elastic/beats/compare/v8.12.1\...v8.12.2[View commits] + +==== Bugfixes + +*Filebeat* + +- [threatintel] MISP pagination fixes. {pull}37898[37898] +- Fix file handle leak when handling errors in filestream. {pull}37973[37973] + +*Packetbeat* + +- Fix interface device parsing for packetbeat protocols. {pull}37946[37946] + +==== Added + +*Metricbeat* + +- Update `getOpTimestamp` in `replstatus` to fix sort and temp files generation issue in MongoDB. {pull}37688[37688] + + [[release-notes-8.12.1]] === Beats version 8.12.1 https://github.com/elastic/beats/compare/v8.12.0\...v8.12.1[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 14a24c00aabd..f56ec5b48925 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -107,7 +107,6 @@ fields added to events containing the Beats version. {pull}37553[37553] *Packetbeat* -- Fix interface device parsing for packetbeat protocols. {pull}37946[37946] *Winlogbeat* @@ -218,7 +217,6 @@ Setting environmental variable ELASTIC_NETINFO:false in Elastic Agent pod will d *Metricbeat* -- Update `getOpTimestamp` in `replstatus` to fix sort and temp files generation issue in mongodb. {pull}37688[37688] *Osquerybeat* @@ -318,6 +316,9 @@ Setting environmental variable ELASTIC_NETINFO:false in Elastic Agent pod will d + + + diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index 08da0875d41e..55b9495a048c 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. +* <> * <> * <> * <>