diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 11e01e2a8a7..31058e544d4 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -3,6 +3,24 @@ :issue: https://github.com/elastic/beats/issues/ :pull: https://github.com/elastic/beats/pull/ +[[release-notes-8.9.2]] +=== Beats version 8.9.2 +https://github.com/elastic/beats/compare/v8.9.1\...v8.9.2[View commits] + +==== Bugfixes + +*Filebeat* + +- Fix panic when redact option is not provided to CEL input. {issue}36387[36387] {pull}36388[36388] +- Update mito CEL extension library to v1.5.0. {pull}36146[36146] + +==== Added + +*Metricbeat* + +- Add Azure resource tags support to Azure Billing module {pull}36428[36428] + + [[release-notes-8.9.1]] === Beats version 8.9.1 https://github.com/elastic/beats/compare/v8.9.0\...v8.9.1[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index e2f023e43d6..d1094d87206 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -62,9 +62,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fixes "Can only start an input when all related states are finished" error when running under Elastic-Agent {pull}35250[35250] {issue}33653[33653] - [system] sync system/auth dataset with system integration 1.29.0. {pull}35581[35581] - [GCS Input] - Fixed an issue where bucket_timeout was being applied to the entire bucket poll interval and not individual bucket object read operations. Fixed a map write concurrency issue arising from data races when using a high number of workers. Fixed the flaky tests that were present in the GCS test suit. {pull}35605[35605] -- Fix panic when redact option is not provided to CEL input. {issue}36387[36387] {pull}36388[36388] -- Make CEL input's `now` global variable static for evaluation lifetime. {pull}36107[36107] -- Update mito CEL extension library to v1.5.0. {pull}36146[36146] *Heartbeat* @@ -136,7 +133,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Add support for multiple regions in GCP {pull}32964[32964] - Add GCP Carbon Footprint metricbeat data {pull}34820[34820] - Add event loop utilization metric to Kibana module {pull}35020[35020] -- Add Azure resource tags support to Azure Billing module {pull}36428[36428] *Osquerybeat* @@ -194,3 +190,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 71a8abbda9e..e750d59a2e8 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. +* <> * <> * <> * <>