From bb66a19d55f1b33c585860078babc45ff370ffb2 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Tue, 1 Feb 2022 03:31:47 -0700 Subject: [PATCH] docs: Prepare Changelog for 7.17.0 (#30111) * docs: Close changelog for 7.17.0 * Fix entries that did not make the BC * Missing base docker image change * Clean up breaking changes * More clean up breaking changes * Remove empty sections Co-authored-by: Andres Rodriguez (cherry picked from commit 3026dfd2b540e73440e3cdadc5dd55ace19b64ec) --- CHANGELOG.asciidoc | 74 +++++++++++++++++++++++++++++++++++ CHANGELOG.next.asciidoc | 12 ++++-- libbeat/docs/release.asciidoc | 4 ++ 3 files changed, 87 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 9e5b8058a4d..84873fa1c3a 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -28,6 +28,80 @@ Changes will be described in the GA release. Changes will be described in the GA release. +[[release-notes-7.17.0]] +=== Beats version 7.17.0 +https://github.com/elastic/beats/compare/v7.16.3...v7.17.0[View commits] + +==== Breaking changes + +*Affecting all Beats* + +- Change Docker base image from CentOS 7 to Ubuntu 20.04 {pull}29681[29681] + +==== Bugfixes + +*Affecting all Beats* + +- Enrich kubernetes metadata with node annotations. {pull}29605[29605] + +*Auditbeat* + +- system/socket: Fix startup errors on newer 5.x kernels due to missing _do_fork function. {issue}29607[29607] {pull}29744[29744] +- system/package: Fix parsing of Installed-Size field of DEB packages. {issue}16661[16661] {pull}17188[17188] +- system module: Fix panic during initialisation when /proc/stat can't be read. {pull}17569[17569] +- system/package: Fix an error that can occur while trying to persist package metadata. {issue}18536[18536] {pull}18887[18887] +- system/socket: Fix bugs leading to wrong process being attributed to flows. {pull}29166[29166] {issue}17165[17165] +- system/socket: Fix process name and arg truncation for long names, paths and args lists. {issue}24667[24667] {pull}29410[29410] + +*Filebeat* + +- aws-s3: Stop trying to increase SQS message visibility after ReceiptHandleIsInvalid errors. {pull}29480[29480] +- Fix handling of IPv6 addresses in netflow flow events. {issue}19210[19210] {pull}29383[29383] +- Fix `sophos` KV splitting and syslog header handling {issue}24237[24237] {pull}29331[29331] +- Undo deletion of endpoint config from cloudtrail fileset in {pull}29415[29415]. {pull}29450[29450] +- Make Cisco ASA and FTD modules conform to the ECS definition for event.outcome and event.type. {issue}29581[29581] {pull}29698[29698] +- ibmmq: Fixed `@timestamp` not being populated with correct values. {pull}29773[29773] +- aws-s3: Improve gzip detection to avoid false negatives. {issue}29968[29968] +- decode_cef: Fix panic when recovering from invalid CEF extensions that contain escape characters. {issue}30010[30010] + +*Heartbeat* + +- Fix race condition in http monitors using `mode:all` that can cause crashes. {pull}29697[pull] +- Fix broken ICMP availability check that prevented heartbeat from starting in rare cases. {pull}29413[pull] +- Fix broken macOS ICMP python e2e test. {pull}29900[29900] +- Only add monitor.status to browser events when summary. {pull}29460[29460] +- Also add summary to journeys for which the synthetics runner crashes. {pull}29606[29606] +- Update size of ICMP packets to adhere to standard min size. {pull}29948[29948] + +*Metricbeat* + +- Use xpack.enabled on SM modules to write into .monitoring indices when using Metricbeat standalone {pull}28365[28365] +- Fix in rename processor to ingest metrics for `write.iops` to proper field instead of `write_iops` in rds metricset. {pull}28960[28960] +- Enhance filter check in kubernetes event metricset. {pull}29470[29470] +- Fix gcp metrics metricset apply aligner to all metric_types {pull}29514[29513] +- Fixed GCP GKE Overview dashboard {pull}29913[29913] +- Remove overriding of index pattern on the Kubernetes overview dashboard. {pull}29676[29676] + +==== Added + +*Affecting all Beats* + +- SASL/SCRAM in the Kafka output is no longer beta. {pull}29126[29126] +- Add job.name in pods controlled by Jobs {pull}28954[28954] + +*Heartbeat* + +- More errors are now visible in ES with new logic failing monitors later to ease debugging. {pull}29413[pull] + +*Winlogbeat* + +- Add support for custom XML queries {issue}1054[1054] {pull}29330[29330] + +==== Deprecated + +==== Known Issue + + [[release-notes-7.16.3]] === Beats version 7.16.3 https://github.com/elastic/beats/compare/v7.16.2...v7.16.3[View commits] diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 0456affa898..b057bde6d31 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -66,6 +66,9 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Remove deprecated fields in Redis module. {issue}11835[11835] {pull}28246[28246] - system/process metricset: Replace usage of deprecated `process.ppid` field with `process.parent.pid`. {pull}28620[28620] +*Metricbeat* + + *Packetbeat* - Redis: fix incorrectly handle with two-words redis command. {issue}14872[14872] {pull}14873[14873] @@ -114,10 +117,12 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - aws-s3: Improve gzip detection to avoid false negatives. {issue}29968[29968] - decode_cef: Fix panic when recovering from invalid CEF extensions that contain escape characters. {issue}30010[30010] +*Filebeat* + + *Heartbeat* -- Fix race condition in http monitors using `mode:all` that can cause crashes. {pull}29697[pull] -- Fix broken ICMP availability check that prevented heartbeat from starting in rare cases. {pull}29413[pull] +- Add fonts to support more different types of characters for multiple languages. {pull}29861[29861] *Journalbeat* @@ -158,6 +163,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Add `default_region` config to AWS common module. {pull}29415[29415] - SASL/SCRAM in the Kafka output is no longer beta. {pull}29126[29126] - Warn users when connecting to older versions of Elasticsearch instances. {pull}29723[29723] +- add_process_metadata processor: add `process.parent.pid` to reflect `process.ppid`. {issue}30070[30070] {pull}30077[30077] *Auditbeat* @@ -172,7 +178,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d *Heartbeat* -- More errors are now visible in ES with new logic failing monitors later to ease debugging. {pull}29413[pull] *Metricbeat* @@ -192,6 +197,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Add support for custom XML queries {issue}1054[1054] {pull}29330[29330] - Add support for sysmon event ID 26; FileDeleteDetected. {issue}26280[26280] {pull}29957[29957] + *Elastic Log Driver* - Fixed docs for hosts {pull}23644[23644] diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index 0b9f4909faf..8119cb3b73f 100644 --- a/libbeat/docs/release.asciidoc +++ b/libbeat/docs/release.asciidoc @@ -8,11 +8,15 @@ This section summarizes the changes in each release. Also read <> for more detail about changes that affect upgrade. +<<<<<<< HEAD * <> * <> * <> * <> * <> +======= +* <> +>>>>>>> 3026dfd2b5 (docs: Prepare Changelog for 7.17.0 (#30111)) * <> * <> * <>