Skip to content

Commit 6212422

Browse files
[docs] Add 8.19.6 release notes to the CHANGELOG.asciidoc file (#47310)
* add release notes for version 8.19.6 to changelog.asciidoc Added release notes for version 8.19.6, including enhancements and bug fixes. * add link to 8.19.6 release notes * clean up * fix heading levels
1 parent 18f4eb8 commit 6212422

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

CHANGELOG.asciidoc

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,46 @@
33
:issue: https://github.com/elastic/beats/issues/
44
:pull: https://github.com/elastic/beats/pull/
55

6+
[[release-notes-8.19.6]]
7+
=== Beats version 8.19.6
8+
https://github.com/elastic/beats/compare/v8.19.5\...v8.19.6[View commits]
9+
10+
[discrete]
11+
[[enhancements-8.19.6]]
12+
==== Enhancements
13+
14+
**Metricbeat**
15+
16+
* Improve the Prometheus helper to handle multiple content types including blank and invalid headers.
17+
18+
19+
[discrete]
20+
[[bug-fixes-8.19.6]]
21+
==== Bug fixes
22+
23+
24+
**All**
25+
26+
* Prevent panic in logstash output when trying to send events while shutting down. https://github.com/elastic/beats/pull/46960[#46960]
27+
* Prevent panic in replace processor for non-string values. https://github.com/elastic/beats/pull/47009[#47009]
28+
* Autodiscover now correctly updates Kubernetes metadata on node and pod label changes. https://github.com/elastic/beats/pull/47034[#47034]
29+
* Prevent 3s startup delay when add_cloud_metadata is used with debug logs.
30+
* Update elastic-agent-system-metrics to v0.13.3.
31+
* Allows users to customize their data stream namespace to `generic`.
32+
* Add support for Kafka 4.0 in the Kafka module. https://github.com/elastic/beats/pull/47284[#47284]
33+
34+
**Filebeat**
35+
36+
* Fix defer usage for stopped status reporting. https://github.com/elastic/beats/pull/46916[#46916]
37+
38+
**Metricbeat**
39+
40+
* Fix missing AWS cloudwatch metrics with linked accounts and same dimensions. https://github.com/elastic/beats/pull/46978[#46978]
41+
* Add a fix to handle blank content-type headers in HTTP responses for Prometheus. https://github.com/elastic/beats/pull/47027[#47027]
42+
* Add pagination support to the device health metricset in the meraki module. https://github.com/elastic/beats/pull/46938[#46938]
43+
44+
// end 8.19.6 relnotes
45+
646
[[release-notes-8.19.5]]
747
=== Beats version 8.19.5
848
https://github.com/elastic/beats/compare/v8.19.4\...v8.19.5[View commits]

libbeat/docs/release.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This section summarizes the changes in each release. Also read
88
<<breaking-changes>> for more detail about changes that affect
99
upgrade.
1010

11+
* <<release-notes-8.19.6>>
1112
* <<release-notes-8.19.5>>
1213
* <<release-notes-8.19.4>>
1314
* <<release-notes-8.19.3>>

0 commit comments

Comments
 (0)