diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index c6f792fea9d5..02985ac22b7e 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 4a54f3aa55f1..b6e32b1e49fe 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -47,8 +47,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Filebeat* -- [threatintel] MISP pagination fixes {pull}37898[37898] -- Fix file handle leak when handling errors in filestream {pull}37973[37973] *Heartbeat* @@ -61,7 +59,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Packetbeat* -- Fix interface device parsing for packetbeat protocols. {pull}37946[37946] *Winlogbeat* @@ -90,7 +87,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Metricbeat* -- Update `getOpTimestamp` in `replstatus` to fix sort and temp files generation issue in mongodb. {pull}37688[37688] *Osquerybeat* @@ -187,6 +183,9 @@ 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 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. +* <> * <> * <> * <>