Skip to content

Commit

Permalink
docs: Prepare Changelog for 8.16.5 (#42976)
Browse files Browse the repository at this point in the history
* docs: Close changelog for 8.16.5

* Remove empty sections from CHANGELOG.asciidoc

---------

Co-authored-by: elasticmachine <elasticmachine@elastic.co>
Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co>
(cherry picked from commit a2167aa)

# Conflicts:
#	CHANGELOG.asciidoc
#	libbeat/docs/release.asciidoc
  • Loading branch information
elastic-vault-github-plugin-prod[bot] authored and mergify[bot] committed Mar 4, 2025
1 parent 61aadfe commit 27d1cf5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 6 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:issue: https://github.com/elastic/beats/issues/
:pull: https://github.com/elastic/beats/pull/

<<<<<<< HEAD
[[release-notes-8.17.2]]
=== Beats version 8.17.2
https://github.com/elastic/beats/compare/v8.17.1\...v8.17.2[View commits]
Expand Down Expand Up @@ -51,11 +52,17 @@ https://github.com/elastic/beats/compare/v8.17.0\...v8.17.1[View commits]

- Default Docker base image was reverted to Ubuntu 20.04 due to incompatability issues with glibc. {pull}42144[42144]
- Fix templates and docs to use correct `--` version of command line arguments. {issue}42038[42038] {pull}42060[42060]
=======
[[release-notes-8.16.5]]
=== Beats version 8.16.5
https://github.com/elastic/beats/compare/v8.16.4\...v8.16.5[View commits]
>>>>>>> a2167aacc (docs: Prepare Changelog for 8.16.5 (#42976))

==== Bugfixes

*Filebeat*

<<<<<<< HEAD
- Fix streaming input handling of invalid or empty websocket messages. {pull}42036[42036]
- Fix awss3 document ID construction when using the CSV decoder. {pull}42019[42019]
- Improve S3 object size metric calculation to support situations where Content-Length is not available. {pull}41755[41755]
Expand Down Expand Up @@ -139,11 +146,19 @@ https://github.com/elastic/beats/compare/v8.16.1\...v8.17.0[View commits]
*Winlogbeat*

- Fix message handling in the experimental API. {issue}19338[19338] {pull}41730[41730]
=======
- [Journald] Fixes handling of `journalctl` restart. A known symptom was broken multiline messages when there was a restart of journalctl while aggregating the lines. {issue}41331[41331] {pull}42595[42595]

*Winlogbeat*

- Sync missing changes in modules pipelines. {pull}42619[42619]
>>>>>>> a2167aacc (docs: Prepare Changelog for 8.16.5 (#42976))

==== Added

*Affecting all Beats*

<<<<<<< HEAD
- Add `lowercase` processor. {issue}22254[22254] {pull}41424[41424]
- Add `uppercase` processor. {issue}22254[22254] {pull}41535[41535]
- Replace `compress/gzip` with https://github.com/klauspost/compress/gzip library for gzip compression. {pull}41584[41584]
Expand Down Expand Up @@ -178,6 +193,17 @@ https://github.com/elastic/beats/compare/v8.16.1\...v8.17.0[View commits]

- Add handling for missing `EvtVarType`s in experimental API. {issue}19337[19337] {pull}41418[41418]
- Implement exclusion range support for event_id. {issue}38623[38623] {pull}41639[41639]
=======
- Update Go version to 1.22.12. {pull}42681[42681]

*Filebeat*

- Introduce ignore older and start timestamp filters for AWS S3 input. {pull}41804[41804]

*Metricbeat*

- Log every 401 response from Kubernetes API Server. {pull}42714[42714]
>>>>>>> a2167aacc (docs: Prepare Changelog for 8.16.5 (#42976))


[[release-notes-8.16.4]]
Expand Down
9 changes: 3 additions & 6 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -247,18 +247,12 @@ otherwise no tag is added. {issue}42208[42208] {pull}42403[42403]
- Fix issue where beats may report incorrect metrics for its own process when running inside a container {pull}39627[39627]
- Normalize AWS RDS CPU Utilization values before making the metadata API call. {pull}39664[39664]
- Fix behavior of pagetypeinfo metrics {pull}39985[39985]
- Fix query logic for temp and non-temp tablespaces in Oracle module. {issue}38051[38051] {pull}39787[39787]
- Set GCP metrics config period to the default (60s) when the value is below the minimum allowed period. {issue}30434[30434] {pull}40020[40020]
- Fix statistic methods for metrics collected for SQS. {pull}40207[40207]
- Add GCP 'instance_id' resource label in ECS cloud fields. {issue}40033[40033] {pull}40062[40062]
- Fix missing metrics from CloudWatch when include_linked_accounts set to false. {issue}40071[40071] {pull}40135[40135]
- Update beat module with apm-server monitoring metrics fields {pull}40127[40127]
- Fix Azure Monitor metric timespan to restore Storage Account PT1H metrics {issue}40376[40376] {pull}40367[40367]
- Remove excessive info-level logs in cgroups setup {pull}40491[40491]
- Add missing ECS Cloud fields in GCP `metrics` metricset when using `exclude_labels: true` {issue}40437[40437] {pull}40467[40467]
- Add AWS OwningAccount support for cross account monitoring {issue}40570[40570] {pull}40691[40691]
- Use namespace for GetListMetrics when exists in AWS {pull}41022[41022]
- Fix http server helper SSL config. {pull}39405[39405]
- Fix Kubernetes metadata sometimes not being present after startup {pull}41216[41216]
- Do not report non-existant 0 values for RSS metrics in docker/memory {pull}41449[41449]
- Log Cisco Meraki `getDevicePerformanceScores` errors without stopping metrics collection. {pull}41622[41622]
Expand Down Expand Up @@ -582,6 +576,9 @@ otherwise no tag is added. {issue}42208[42208] {pull}42403[42403]









Expand Down
4 changes: 4 additions & 0 deletions libbeat/docs/release.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ This section summarizes the changes in each release. Also read
<<breaking-changes>> for more detail about changes that affect
upgrade.

<<<<<<< HEAD
* <<release-notes-8.17.2>>
* <<release-notes-8.17.1>>
* <<release-notes-8.17.0>>
=======
* <<release-notes-8.16.5>>
>>>>>>> a2167aacc (docs: Prepare Changelog for 8.16.5 (#42976))
* <<release-notes-8.16.4>>
* <<release-notes-8.16.3>>
* <<release-notes-8.16.2>>
Expand Down

0 comments on commit 27d1cf5

Please sign in to comment.