diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 225b97d45bb..8058c8d49cd 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -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] @@ -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 diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 0512cf4e3e3..594d6da9e04 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -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* @@ -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* @@ -112,3 +109,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d + + + diff --git a/libbeat/docs/release.asciidoc b/libbeat/docs/release.asciidoc index e17d4494802..8a7c97a5324 100644 --- a/libbeat/docs/release.asciidoc +++ b/libbeat/docs/release.asciidoc @@ -8,6 +8,7 @@ This section summarizes the changes in each release. Also read <> for more detail about changes that affect upgrade. +* <> * <> * <> * <>