Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Prepare Changelog for 7.17.15 #37105

Merged
merged 4 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
:issue: https://github.com/elastic/beats/issues/
:pull: https://github.com/elastic/beats/pull/

[[release-notes-7.17.15]]
=== Beats version 7.17.15
https://github.com/elastic/beats/compare/v7.17.14\...v7.17.15[View commits]

==== Bugfixes

*Metricbeat*

- Fix CassandraConnectionClosures metric configuration {pull}34742[34742]

==== Added

*Affecting all Beats*

AndersonQ marked this conversation as resolved.
Show resolved Hide resolved
- Upgrade elastic-agent-libs to v0.6.2 which includes the following fixes: {pull}36979[36979]:
* Fix log file rotator purge.
* Fix IP validation for TLS clients.
* Rename the `key_passphrase_file` attribute to `key_passphrase_path` to be consistent with suggestions and naming conventions in Elastic Agent.
* Send `PendingStop` and `Stopped` status to Windows service manager on external shutdown notification.
- Upgrade Go version to 1.20.10. {pull}36846[36846]
- Upgrade golang/x/net version to v0.17.0. Updates the publicsuffix table used by the registered_domain processor. {pull}36969[36969]


[[release-notes-7.17.14]]
=== Beats version 7.17.14
https://github.com/elastic/beats/compare/v7.17.13\...v7.17.14[View commits]
Expand Down Expand Up @@ -237,7 +260,7 @@ https://github.com/elastic/beats/compare/v7.17.8\...v7.17.9[View commits]

- Add namespace metadata to all namespaced kubernetes resources. {pull}33763[33763]



[[release-notes-7.17.8]]
=== Beats version 7.17.8
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*Metricbeat*

- Fix CassandraConnectionClosures metric configuration {pull}34742[34742]

*Packetbeat*

Expand All @@ -61,8 +60,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
*Affecting all Beats*


- Upgrade to Go 1.20.10. {pull}36846[36846]
- Upgrade golang/x/net to v0.17.0. Updates the publicsuffix table used by the registered_domain processor. {pull}36969[36969]

*Auditbeat*

Expand Down Expand Up @@ -112,3 +109,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.15>>
* <<release-notes-7.17.14>>
* <<release-notes-7.17.13>>
* <<release-notes-7.17.12>>
Expand Down
Loading