From 68224f085052cd2b590f08dd9ee95f3b4098db3f Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Mon, 9 Oct 2023 20:21:55 -0400 Subject: [PATCH 1/6] First draft --- docs/release-notes.asciidoc | 1 + docs/release-notes/8.10.asciidoc | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index d385eae2a0..0f0c7cc737 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.10.asciidoc b/docs/release-notes/8.10.asciidoc index 7a16faaf10..b0d4b63ba0 100644 --- a/docs/release-notes/8.10.asciidoc +++ b/docs/release-notes/8.10.asciidoc @@ -5,6 +5,15 @@ [[release-notes-8.10.3]] === 8.10.3 +[discrete] +[[bug-fixes-8.10.4]] +==== Bug fixes +* Fixes show top modal opened inside timeline shows no result ({pull}168339[#168339]). + +[discrete] +[[release-notes-8.10.4]] +=== 8.10.3 + [discrete] [[enhancements-8.10.3]] ==== Enhancements From bdb02943af47b5bf4e542ded06d0a496d472e858 Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Tue, 10 Oct 2023 13:21:43 -0400 Subject: [PATCH 2/6] Fixing errors --- docs/release-notes/8.10.asciidoc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/release-notes/8.10.asciidoc b/docs/release-notes/8.10.asciidoc index b0d4b63ba0..4c7ca7a57a 100644 --- a/docs/release-notes/8.10.asciidoc +++ b/docs/release-notes/8.10.asciidoc @@ -2,16 +2,17 @@ == 8.10 [discrete] -[[release-notes-8.10.3]] -=== 8.10.3 +[[release-notes-8.10.4]] +=== 8.10.4 [discrete] [[bug-fixes-8.10.4]] ==== Bug fixes -* Fixes show top modal opened inside timeline shows no result ({pull}168339[#168339]). +* Fixes show top modal opened inside Timeline that shows no result ({pull}168339[#168339]). +* Fixes a Timeline bug that prevented the **Top alerts by** inline action from using the Timeline query ({pull}165109[#165109]). [discrete] -[[release-notes-8.10.4]] +[[release-notes-8.10.3]] === 8.10.3 [discrete] @@ -26,7 +27,7 @@ * Adds tooltips to the Correlations table in the alert details flyout ({pull}166913[#166913]). * Fixes a bug that prevented the prevalence query from considering fields with multiple values ({pull}166891[#166891]). * Fixes an alert details flyout bug that affected the way prevalence data was fetched ({pull}166694[#166694]). -* Fixes issues with the **Top alerts by** inline action within Timeline ({pull}165109[#165109]). +* Fixes a Timeline bug that prevented the **Top alerts by** inline action from using the Timeline query ({pull}165109[#165109]). [discrete] [[release-notes-8.10.2]] From 9f4fa9af4447303e58310145d91fc9a19d7172b9 Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Tue, 10 Oct 2023 13:45:44 -0400 Subject: [PATCH 3/6] Updated summaries --- docs/release-notes/8.10.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/8.10.asciidoc b/docs/release-notes/8.10.asciidoc index 4c7ca7a57a..85a075d7e8 100644 --- a/docs/release-notes/8.10.asciidoc +++ b/docs/release-notes/8.10.asciidoc @@ -8,8 +8,8 @@ [discrete] [[bug-fixes-8.10.4]] ==== Bug fixes -* Fixes show top modal opened inside Timeline that shows no result ({pull}168339[#168339]). -* Fixes a Timeline bug that prevented the **Top alerts by** inline action from using the Timeline query ({pull}165109[#165109]). +* Fixes a bug in Timeline that prevented the **Show top _x_** action from showing results ({pull}168339[#168339]). +* Fixes a bug in Timeline that prevented the **Show top _x_** action from using the Timeline query ({pull}165109[#165109]). [discrete] [[release-notes-8.10.3]] From f29cb68e34e4a66f66eac334cf07794d61677d88 Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Tue, 10 Oct 2023 13:57:15 -0400 Subject: [PATCH 4/6] Updated summary --- docs/release-notes/8.10.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.10.asciidoc b/docs/release-notes/8.10.asciidoc index 85a075d7e8..24ec241fdc 100644 --- a/docs/release-notes/8.10.asciidoc +++ b/docs/release-notes/8.10.asciidoc @@ -27,7 +27,7 @@ * Adds tooltips to the Correlations table in the alert details flyout ({pull}166913[#166913]). * Fixes a bug that prevented the prevalence query from considering fields with multiple values ({pull}166891[#166891]). * Fixes an alert details flyout bug that affected the way prevalence data was fetched ({pull}166694[#166694]). -* Fixes a Timeline bug that prevented the **Top alerts by** inline action from using the Timeline query ({pull}165109[#165109]). +* Fixes a bug in Timeline that prevented the **Show top _x_** action from using the Timeline query ({pull}165109[#165109]). [discrete] [[release-notes-8.10.2]] From fb3ade8ad94e7d916bf956be3ab848f50b576746 Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Tue, 10 Oct 2023 15:50:08 -0400 Subject: [PATCH 5/6] Adding 167917 --- docs/release-notes/8.10.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/8.10.asciidoc b/docs/release-notes/8.10.asciidoc index 24ec241fdc..183c132e6e 100644 --- a/docs/release-notes/8.10.asciidoc +++ b/docs/release-notes/8.10.asciidoc @@ -10,6 +10,7 @@ ==== Bug fixes * Fixes a bug in Timeline that prevented the **Show top _x_** action from showing results ({pull}168339[#168339]). * Fixes a bug in Timeline that prevented the **Show top _x_** action from using the Timeline query ({pull}165109[#165109]). +* Fixes a bug that caused outdated or incorrect data to display on the MITRE ATT&CK® Coverage page ({pull}167917[#167917]). [discrete] [[release-notes-8.10.3]] From 6d4abc3e0540d6036fda862ce24ea7d256499767 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Fri, 13 Oct 2023 09:36:41 -0400 Subject: [PATCH 6/6] Update docs/release-notes/8.10.asciidoc --- docs/release-notes/8.10.asciidoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/release-notes/8.10.asciidoc b/docs/release-notes/8.10.asciidoc index 183c132e6e..46ce7a7de0 100644 --- a/docs/release-notes/8.10.asciidoc +++ b/docs/release-notes/8.10.asciidoc @@ -9,7 +9,6 @@ [[bug-fixes-8.10.4]] ==== Bug fixes * Fixes a bug in Timeline that prevented the **Show top _x_** action from showing results ({pull}168339[#168339]). -* Fixes a bug in Timeline that prevented the **Show top _x_** action from using the Timeline query ({pull}165109[#165109]). * Fixes a bug that caused outdated or incorrect data to display on the MITRE ATT&CK® Coverage page ({pull}167917[#167917]). [discrete]