Skip to content

Commit

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

* Remove invalid changelog entry
Nanosecond timestamp support was not backported to 7.17, this was the result of a merge conflict.

* Remove docs change from CHANGELOG

* Add missing metricbeat changelog entry.

* Remove empty sections

* Fix merge issues.

Co-authored-by: Craig MacKenzie <[email protected]>
  • Loading branch information
elasticmachine and cmacknz authored Jun 23, 2022
1 parent 3ec7a94 commit 05f73d9
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 9 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@
:issue: https://github.com/elastic/beats/issues/
:pull: https://github.com/elastic/beats/pull/

[[release-notes-7.17.5]]
=== Beats version 7.17.5
https://github.com/elastic/beats/compare/v7.17.4\...v7.17.5[View commits]

==== Bugfixes

*Filebeat*

- sophos.xg: Update module to handle new log fields. {issue}31038[31038] {pull}31388[31388]
- Fix last write pagination commit checkpoint on `aws-s3` input for s3 direct polling when using the same bucket and different list prefixes. {pull}31776[31776]

*Heartbeat*

- Fix unintentional use of no-op logger. {pull}31543[31543]

*Metricbeat*

- Fix kubernetes module's internal cache expiration issue. This avoid metrics like `kubernetes.container.cpu.usage.limit.pct` from not being populated. {pull}31785[31785]
- Add missing HealthyHostCount and UnHealthyHostCount for application ELB. {pull}31853[31853]
- Fix issue with certain V1 cgroup events not reporting root IDs {pull}https://github.com/elastic/beats/pull/31959{pull}

*Winlogbeat*

- Fix winlogbeat.registry_flush being ignored. {issue}31666[31666] {pull}31669[31669]

==== Added

*Affecting all Beats*

- Update to Go 1.17.10 {issue}31636[31636]

[[release-notes-7.17.4]]
=== Beats version 7.17.4
https://github.com/elastic/beats/compare/v7.17.3\...v7.17.4[View commits]
Expand Down
12 changes: 3 additions & 9 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,25 +38,19 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*Filebeat*

- sophos.xg: Update module to handle new log fields. {issue}31038[31038] {pull}31388[31388]
- Fix last write pagination commit checkpoint on `aws-s3` input for s3 direct polling when using the same bucket and different list prefixes. {pull}31776[31776]
- Fix handling and mapping of syslog priority, facility and severity values in Cisco module. {pull}32025[32025]

*Heartbeat*

- Fix unintentional use of no-op logger. {pull}31543[31543]

*Metricbeat*

- Fix kubernetes module's internal cache expiration issue. This avoid metrics like `kubernetes.container.cpu.usage.limit.pct` from not being populated. {pull}31785[31785]
- add missing HealthyHostCount and UnHealthyHostCount for application ELB. {pull}31853[31853]

*Packetbeat*


*Winlogbeat*

- Fix winlogbeat.registry_flush being ignored. {issue}31666[31666] {pull}31669[31669]


*Functionbeat*
Expand All @@ -70,14 +64,11 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*Affecting all Beats*

- Update to Go 1.17.10 {issue}31636[31636]
- Add support for nanosecond precision timestamps. {issue}15871[15871] {pull}31553[31553]

*Auditbeat*

*Filebeat*

- Add missing docs for the `delegated_account` option in the `httpjson` input. {pull}31498[31498]

*Heartbeat*

Expand Down Expand Up @@ -123,3 +114,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d






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

* <<release-notes-7.17.5>>
* <<release-notes-7.17.4>>
* <<release-notes-7.17.3>>
* <<release-notes-7.17.2>>
Expand Down

0 comments on commit 05f73d9

Please sign in to comment.