From 0cb907d14516c4281c219222cdc6c3f1663a735d Mon Sep 17 00:00:00 2001 From: "elastic-vault-github-plugin-prod[bot]" <150874479+elastic-vault-github-plugin-prod[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:06:17 +0000 Subject: [PATCH] docs: Prepare Changelog for 8.15.4 (#41574) * docs: Close changelog for 8.15.4 * Update CHANGELOG.asciidoc --------- Co-authored-by: elasticmachine Co-authored-by: Pierre HILBERT (cherry picked from commit 4e683b717a90e906574eeb3ecc5d93a75bc3d3d1) --- CHANGELOG.asciidoc | 47 +++++++++++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 5 ++-- libbeat/docs/release.asciidoc | 1 + 3 files changed, 51 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index bfdbae6f3f81..0606ef83cde4 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,53 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-8.15.4]] +=== Beats version 8.15.4 +https://github.com/elastic/beats/compare/v8.15.3\...v8.15.4[View commits] + +==== Breaking changes + +*Osquerybeat* + +- Disable `allow_unsafe` osquery configuration. {pull}40130[40130] + +==== Bugfixes + +*Affecting all Beats* + +- Fix issue where old data could be saved in the memory queue after acknowledgment, increasing memory use. {pull}41356[41356] + +*Filebeat* + +- Log bad handshake details when websocket connection fails. {pull}41300[41300] +- Improve modification time handling for entities and entity deletion logic in the Active Directory entityanalytics input. {pull}41179[41179] +- Fix double encoding of `client_secret` in the Entity Analytics input's Azure Active Directory provider. {pull}41393[41393] +- The azure-eventhub input now correctly reports its status to the Elastic Agent on fatal errors. {pull}41469[41469] + +*Metricbeat* + +- Fix Kubernetes metadata sometimes not being present after startup. {pull}41216[41216] + +*Winlogbeat* + +- Fix truncated windows event log message. {pull}41327[41327] + +==== Added + +*Affecting all Beats* + +- Replace Ubuntu 20.04 with 24.04 for Docker base images. {issue}40743[40743] {pull}40942[40942] +- Reduce memory consumption of k8s autodiscovery and the `add_kubernetes_metadata` processor when Deployment metadata is enabled. + +*Heartbeat* + +- Add monitor status reporter under managed mode. {pull}41077[41077] + +*Metricbeat* + +- Only watch metadata for ReplicaSets in metricbeat k8s module. {pull}41289[41289] + + [[release-notes-8.15.3]] === Beats version 8.15.3 https://github.com/elastic/beats/compare/v8.15.2\...v8.15.3[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 06450f5ecd4c..de8e51c260a0 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -81,7 +81,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] *Winlogbeat* - Add "event.category" and "event.type" to Sysmon module for EventIDs 8, 9, 19, 20, 27, 28, 255 {pull}35193[35193] -- Fix truncated windows event log message {pull}41327[41327] *Functionbeat* @@ -107,7 +106,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Support Elastic Agent control protocol chunking support {pull}37343[37343] - Lower logging level to debug when attempting to configure beats with unknown fields from autodiscovered events/environments {pull}[37816][37816] - Set timeout of 1 minute for FQDN requests {pull}37756[37756] -- Fix issue where old data could be saved in the memory queue after acknowledgment, increasing memory use {pull}41356[41356] *Auditbeat* @@ -435,3 +433,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 94cece60fb86..f9b46d9120ca 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. +* <> * <> * <> * <>