From 1fcd5d9ad4d0bcceeb76c4b6f6f081b857285342 Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Wed, 9 Jul 2025 12:34:15 +0100 Subject: [PATCH 1/3] [Security] 8.17.9 release notes --- docs/release-notes.asciidoc | 1 + docs/release-notes/8.17.asciidoc | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index ff0f54a21f..86d913d599 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -7,6 +7,7 @@ This section summarizes the changes in each release. * <> * <> * <> +* <> * <> * <> * <> diff --git a/docs/release-notes/8.17.asciidoc b/docs/release-notes/8.17.asciidoc index 72e2a780eb..8102900ed5 100644 --- a/docs/release-notes/8.17.asciidoc +++ b/docs/release-notes/8.17.asciidoc @@ -1,6 +1,21 @@ [[release-notes-header-8.17.0]] == 8.17 +[discrete] +[[release-notes-8.17.9]] +=== 8.17.9 + +[discrete] +[[enhancements-8.17.9]] +==== Enhancements +* Shortens the time it takes to recover from a `DEGRADED status caused by {elastic-agent} communication issues. + +[discrete] +[[bug-fixes-8.17.9]] +==== Fixes +* Fixes an issue in {elastic-defend} that may result in bugchecks (BSODs) on Windows systems with a very high volume of network connections. This issue has only been observed on Windows Server. +* Fixes a bug where Linux endpoint network events would fail to load if IPv6 is not supported by the system. + [discrete] [[release-notes-8.17.8]] === 8.17.8 From 3ccc60c61b494daa94613c3400960a1d5652034d Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Fri, 11 Jul 2025 13:59:12 +0100 Subject: [PATCH 2/3] fix formatting --- docs/release-notes/8.17.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.17.asciidoc b/docs/release-notes/8.17.asciidoc index 8102900ed5..e7e5289177 100644 --- a/docs/release-notes/8.17.asciidoc +++ b/docs/release-notes/8.17.asciidoc @@ -8,7 +8,7 @@ [discrete] [[enhancements-8.17.9]] ==== Enhancements -* Shortens the time it takes to recover from a `DEGRADED status caused by {elastic-agent} communication issues. +* Shortens the time it takes to recover from a `DEGRADED` status caused by {elastic-agent} communication issues. [discrete] [[bug-fixes-8.17.9]] From 3b0b5dd0e4ca5cef4323c58b8476b0f39a91839c Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic <137783811+natasha-moore-elastic@users.noreply.github.com> Date: Mon, 14 Jul 2025 11:16:06 +0100 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> --- docs/release-notes/8.17.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/8.17.asciidoc b/docs/release-notes/8.17.asciidoc index e7e5289177..db3cdf82a5 100644 --- a/docs/release-notes/8.17.asciidoc +++ b/docs/release-notes/8.17.asciidoc @@ -13,8 +13,8 @@ [discrete] [[bug-fixes-8.17.9]] ==== Fixes -* Fixes an issue in {elastic-defend} that may result in bugchecks (BSODs) on Windows systems with a very high volume of network connections. This issue has only been observed on Windows Server. -* Fixes a bug where Linux endpoint network events would fail to load if IPv6 is not supported by the system. +* Fixes an issue in {elastic-defend} that sometimes caused bugchecks (BSODs) on Windows Server systems that had a very high volume of network connections. +* Fixes a bug where Linux endpoint network events would fail to load if IPv6 was not supported by the system. [discrete] [[release-notes-8.17.8]]