From e85c4b2674bf968a1fcd98d11f33edddaa97a856 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:50:54 +0100 Subject: [PATCH] docs: Prepare Changelog for 8.11.4 (#37611) (#37617) * docs: Close changelog for 8.11.4 * Update CHANGELOG.asciidoc * Apply suggestions from code review 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> (cherry picked from commit 09a13155f5cff96181ba1b21f8df9151b6bb78b6) Co-authored-by: Elastic Machine (cherry picked from commit b9e20cb716cef2375b7e1077fe4113b8b528ae31) --- CHANGELOG.asciidoc | 26 ++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 3 +++ libbeat/docs/release.asciidoc | 1 + 3 files changed, 30 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index e2769b79565f..dcb2179d3539 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.11.4]] +=== Beats version 8.11.4 +https://github.com/elastic/beats/compare/v8.11.3\...v8.11.4[View commits] + +==== Bugfixes + +*Heartbeat* + +- Added fix for formatting the logs from stateloader properly. {pull}37369[37369] +- Remove duplicated syscall from ARM seccomp profile. {pull}37440[37440] + +*Metricbeat* + +- Nest the `region` and `availability_zone` ECS fields within the cloud field. {pull}37015[37015] +- Fix CPU and memory metrics collection from privileged process on Windows. {issue}17314[17314]{pull}37027[37027] +- Add memory hard limit from container metadata and remove usage percentage in AWS Fargate. {pull}37194[37194] +- Ignore parser errors from unsupported metrics types on Prometheus client and continue parsing until EOF is reached. {pull}37383[37383] +- Fix the reference time rounding on Azure Metrics. {issue}37204[37204] {pull}37365[37365] + +==== Added + +*Packetbeat* + +- Bump Windows Npcap version to v1.78. {issue}37300[37300] {pull}37370[37370] + + [[release-notes-8.11.3]] === Beats version 8.11.3 https://github.com/elastic/beats/compare/v8.11.2\...v8.11.3[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index e3069fc87590..ace3eeec5dcf 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -347,6 +347,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 3219d84d4007..8034a904ff31 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. +* <> * <> * <> * <>