Release notes for 7.17.5 (#14303)

* Update release notes for 7.17.5

* humanize the 7.17.5 release notes

* Apply suggestions from code review

Co-authored-by: Ry Biesemeyer <ry.biesemeyer@elastic.co>
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
This commit is contained in:
Logstash Machine 2022-06-27 14:20:50 -05:00 committed by GitHub
parent c9b3046f3c
commit 8fe63b3884
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
This section summarizes the changes in the following releases:
* <<logstash-7-17-5,Logstash 7.17.5>>
* <<logstash-7-17-4,Logstash 7.17.4>>
* <<logstash-7-17-3,Logstash 7.17.3>>
* <<logstash-7-17-2,Logstash 7.17.2>>
@ -64,6 +65,22 @@ This section summarizes the changes in the following releases:
* <<logstash-7-0-0-alpha1,Logstash 7.0.0-alpha1>>
[[logstash-7-17-5]]
=== Logstash 7.17.5 Release Notes
[[notable-7-17-5]]
==== Notable issues fixed
* Fix a possible corruption of Persistent Queue during a crash of the Logstash process https://github.com/elastic/logstash/pull/14147[#14147]
* Fixes to the pre-flight check for starting a pipeline with the Persistent Queue:
** We correctly validate free capacity on the _volume_ on which the pipeline's PQ is configured https://github.com/elastic/logstash/pull/14212[#14212]
** Starting with insufficient free disk space for the configured PQ size is now a warning instead of an error https://github.com/elastic/logstash/pull/14267[#14267]
* Fix exception in `logstash-keystore` util when Logstash is configured with a deprecated setting https://github.com/elastic/logstash/pull/14246[#14246]
[[dependencies-7-17-5]]
==== Updates to dependencies
* The bundled JDK 11 has been updated to 11.0.15+10 https://github.com/elastic/logstash/pull/14152[#14152]
[[logstash-7-17-4]]
=== Logstash 7.17.4 Release Notes