Skip to content

Commit

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

* Update CHANGELOG.asciidoc

* add elastic-agent-libs upgrade entry

* Update CHANGELOG.asciidoc

Co-authored-by: David Kilfoyle <[email protected]>

---------

Co-authored-by: Pierre HILBERT <[email protected]>
Co-authored-by: Anderson Queiroz <[email protected]>
Co-authored-by: David Kilfoyle <[email protected]>
  • Loading branch information
4 people authored Nov 14, 2023
1 parent 1d8039d commit 0b975ef
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
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*

- 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

0 comments on commit 0b975ef

Please sign in to comment.