From 2a3cbf91d2219d2f71ede17f0e497cd1f82a9db7 Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Mon, 29 Apr 2024 22:25:13 -0400 Subject: [PATCH 1/4] First draft --- docs/release-notes.asciidoc | 1 + docs/release-notes/8.13.asciidoc | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index c6fdd10961..5613522a2c 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in each release. +* <> * <> * <> * <> diff --git a/docs/release-notes/8.13.asciidoc b/docs/release-notes/8.13.asciidoc index 75f4c27f9e..7f62f78671 100644 --- a/docs/release-notes/8.13.asciidoc +++ b/docs/release-notes/8.13.asciidoc @@ -1,6 +1,18 @@ [[release-notes-header-8.13.0]] == 8.13 +[discrete] +[[release-notes-8.13.3]] +=== 8.13.3 + +[discrete] +[[bug-fixes-8.13.3]] +==== Bug fixes +* Fixes warning toasts on exception flyout ({kibana-pull}180800[#180800]). +* Fixes 'is one of' filter dsl ({kibana-pull}180455[#180455]). +* Fixes threat intel edit filters ({kibana-pull}179607[#179607]). +* Fixes threat intelligence loading screen ({kibana-pull}178701[#178701]). + [discrete] [[release-notes-8.13.2]] === 8.13.2 From f4849b1bcaa3da7114a1f20c72d0822f0f74f936 Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Tue, 30 Apr 2024 13:44:03 -0400 Subject: [PATCH 2/4] Additional revisions --- docs/release-notes/8.13.asciidoc | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/release-notes/8.13.asciidoc b/docs/release-notes/8.13.asciidoc index 7f62f78671..bfc7f30d45 100644 --- a/docs/release-notes/8.13.asciidoc +++ b/docs/release-notes/8.13.asciidoc @@ -5,13 +5,19 @@ [[release-notes-8.13.3]] === 8.13.3 +[discrete] +[[enhancements-8.13.3]] +==== Enhancements + +* Ensures that {elastic-defend} can’t be installed on versions earlier than Windows 10 or Server 2016. + [discrete] [[bug-fixes-8.13.3]] ==== Bug fixes -* Fixes warning toasts on exception flyout ({kibana-pull}180800[#180800]). -* Fixes 'is one of' filter dsl ({kibana-pull}180455[#180455]). -* Fixes threat intel edit filters ({kibana-pull}179607[#179607]). -* Fixes threat intelligence loading screen ({kibana-pull}178701[#178701]). +* Fixes a bug that causes a warning to display after you add an Endpoint exception to a rule ({kibana-pull}180800[#180800]). +* Fixes a bug with the `is one of` Timeline filter that generated incorrect Query Domain Specific Language (DSL) queries ({kibana-pull}180455[#180455]). +* Fixes the loading page layout on the Intelligence page. Also improves the Indicators table loading speed after you set up a threat intelligence integration ({kibana-pull}178701[#178701]). +* Fixes a bug that stopped indicator filters from working correctly on the Intelligence page ({kibana-pull}179607[#179607]). [discrete] [[release-notes-8.13.2]] @@ -49,7 +55,6 @@ * Allows you to isolate and release a SentinelOne-protected host from detection alerts and the response console, and view third-party actions in the response actions history log ({kibana-pull}173927[#173927], {kibana-pull}175810[#175810]). * Allows you to enable and disable cloud security Benchmark rules ({kibana-pull}174575[#174575]). - [discrete] [[enhancements-8.13.0]] ==== Enhancements From 4891355b092434b5f44aaa13e04427366f4b6dab Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Wed, 1 May 2024 09:40:56 -0400 Subject: [PATCH 3/4] Update docs/release-notes/8.13.asciidoc Co-authored-by: Joe Peeples --- docs/release-notes/8.13.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.13.asciidoc b/docs/release-notes/8.13.asciidoc index bfc7f30d45..f67582926b 100644 --- a/docs/release-notes/8.13.asciidoc +++ b/docs/release-notes/8.13.asciidoc @@ -14,7 +14,7 @@ [discrete] [[bug-fixes-8.13.3]] ==== Bug fixes -* Fixes a bug that causes a warning to display after you add an Endpoint exception to a rule ({kibana-pull}180800[#180800]). +* Fixes a bug that caused a warning to display after you added an exception to a rule ({kibana-pull}180800[#180800]). * Fixes a bug with the `is one of` Timeline filter that generated incorrect Query Domain Specific Language (DSL) queries ({kibana-pull}180455[#180455]). * Fixes the loading page layout on the Intelligence page. Also improves the Indicators table loading speed after you set up a threat intelligence integration ({kibana-pull}178701[#178701]). * Fixes a bug that stopped indicator filters from working correctly on the Intelligence page ({kibana-pull}179607[#179607]). From afcab61ecf57c1ca3116fad5ea71d612b37a9b0b Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Wed, 1 May 2024 11:12:49 -0400 Subject: [PATCH 4/4] vitalii's input --- docs/release-notes/8.13.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.13.asciidoc b/docs/release-notes/8.13.asciidoc index f67582926b..f2ea3182ce 100644 --- a/docs/release-notes/8.13.asciidoc +++ b/docs/release-notes/8.13.asciidoc @@ -14,7 +14,7 @@ [discrete] [[bug-fixes-8.13.3]] ==== Bug fixes -* Fixes a bug that caused a warning to display after you added an exception to a rule ({kibana-pull}180800[#180800]). +* Fixes a bug that caused a warning to display after you added any type of exception to a rule ({kibana-pull}180800[#180800]). * Fixes a bug with the `is one of` Timeline filter that generated incorrect Query Domain Specific Language (DSL) queries ({kibana-pull}180455[#180455]). * Fixes the loading page layout on the Intelligence page. Also improves the Indicators table loading speed after you set up a threat intelligence integration ({kibana-pull}178701[#178701]). * Fixes a bug that stopped indicator filters from working correctly on the Intelligence page ({kibana-pull}179607[#179607]).