From f05f0bd60e7033f53afbad34c9068e7294233e18 Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Mon, 28 Aug 2023 20:56:53 -0400 Subject: [PATCH 01/10] First draft --- docs/release-notes.asciidoc | 1 + docs/release-notes/8.9.asciidoc | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index b99a88ebfa..e432d5abd6 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.9.asciidoc b/docs/release-notes/8.9.asciidoc index 1663d6ed6a..f917b1d025 100644 --- a/docs/release-notes/8.9.asciidoc +++ b/docs/release-notes/8.9.asciidoc @@ -1,6 +1,17 @@ [[release-notes-header-8.9.0]] == 8.9 +[discrete] +[[release-notes-8.9.2]] +=== 8.9.2 + +[discrete] +[[bug-fixes-8.9.2]] +==== Bug fixes +* File paths for Blocklist Windows and Mac should be case insensitive ({pull}164200[#164200]). +* Modal says "duplicating 0 rules" when you duplicate an individual rule ({pull}163908[#163908]). +* Fixes exceptions in investigate in timeline ({pull}162190[#162190]). + [discrete] [[release-notes-8.9.1]] === 8.9.1 From fdf5d58cad5e092a51536fca290863f8f57717c6 Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Thu, 31 Aug 2023 17:36:48 -0400 Subject: [PATCH 02/10] Cleanup --- docs/release-notes/8.9.asciidoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/8.9.asciidoc b/docs/release-notes/8.9.asciidoc index f917b1d025..9fee1c53a7 100644 --- a/docs/release-notes/8.9.asciidoc +++ b/docs/release-notes/8.9.asciidoc @@ -8,9 +8,11 @@ [discrete] [[bug-fixes-8.9.2]] ==== Bug fixes -* File paths for Blocklist Windows and Mac should be case insensitive ({pull}164200[#164200]). + +* Fixes legacy showTopN popover actions ({pull}165099[#165099]). +* Fixes a blocklist bug that prevented file path entries for Windows and macOS applications from being passed as case insensitive ({pull}164200[#164200]). * Modal says "duplicating 0 rules" when you duplicate an individual rule ({pull}163908[#163908]). -* Fixes exceptions in investigate in timeline ({pull}162190[#162190]). +* Fixes a bug that affected Timeline when you investigated an alert that was created from a rule with exceptions ({pull}162190[#162190]). [discrete] [[release-notes-8.9.1]] From fae17abd793f26f0db1373cd1bcf1885e2ceda6b Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Fri, 1 Sep 2023 13:58:05 -0400 Subject: [PATCH 03/10] Update docs/release-notes/8.9.asciidoc --- docs/release-notes/8.9.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.9.asciidoc b/docs/release-notes/8.9.asciidoc index 9fee1c53a7..8b588a493e 100644 --- a/docs/release-notes/8.9.asciidoc +++ b/docs/release-notes/8.9.asciidoc @@ -11,7 +11,7 @@ * Fixes legacy showTopN popover actions ({pull}165099[#165099]). * Fixes a blocklist bug that prevented file path entries for Windows and macOS applications from being passed as case insensitive ({pull}164200[#164200]). -* Modal says "duplicating 0 rules" when you duplicate an individual rule ({pull}163908[#163908]). +* Fixes a bug in the confirmation message that appears when you're duplicating a single rule ({pull}163908[#163908]). * Fixes a bug that affected Timeline when you investigated an alert that was created from a rule with exceptions ({pull}162190[#162190]). [discrete] From e6c4e2f13545235ce9085960a48180440b7bf28e Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:05:47 -0400 Subject: [PATCH 04/10] Update docs/release-notes/8.9.asciidoc --- docs/release-notes/8.9.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.9.asciidoc b/docs/release-notes/8.9.asciidoc index 8b588a493e..286f2b12c9 100644 --- a/docs/release-notes/8.9.asciidoc +++ b/docs/release-notes/8.9.asciidoc @@ -9,7 +9,7 @@ [[bug-fixes-8.9.2]] ==== Bug fixes -* Fixes legacy showTopN popover actions ({pull}165099[#165099]). +* Fixes a bug that stopped the additional inline actions from completing ({pull}165099[#165099]). * Fixes a blocklist bug that prevented file path entries for Windows and macOS applications from being passed as case insensitive ({pull}164200[#164200]). * Fixes a bug in the confirmation message that appears when you're duplicating a single rule ({pull}163908[#163908]). * Fixes a bug that affected Timeline when you investigated an alert that was created from a rule with exceptions ({pull}162190[#162190]). From 6515f31b98e84ae9b1c361719672cf3d771f0703 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:07:52 -0400 Subject: [PATCH 05/10] Update docs/release-notes/8.9.asciidoc --- docs/release-notes/8.9.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/8.9.asciidoc b/docs/release-notes/8.9.asciidoc index 286f2b12c9..0a8e98ff23 100644 --- a/docs/release-notes/8.9.asciidoc +++ b/docs/release-notes/8.9.asciidoc @@ -12,6 +12,7 @@ * Fixes a bug that stopped the additional inline actions from completing ({pull}165099[#165099]). * Fixes a blocklist bug that prevented file path entries for Windows and macOS applications from being passed as case insensitive ({pull}164200[#164200]). * Fixes a bug in the confirmation message that appears when you're duplicating a single rule ({pull}163908[#163908]). +* Fixes a bug on the rule details page that showed the Data view label twice if you were viewing a rule using a data view. * Fixes a bug that affected Timeline when you investigated an alert that was created from a rule with exceptions ({pull}162190[#162190]). [discrete] From 49998b33592d36bc9d2c9131ad144780cfd54a59 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:24:37 -0400 Subject: [PATCH 06/10] Update docs/release-notes/8.9.asciidoc --- docs/release-notes/8.9.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.9.asciidoc b/docs/release-notes/8.9.asciidoc index 0a8e98ff23..fa3dccae31 100644 --- a/docs/release-notes/8.9.asciidoc +++ b/docs/release-notes/8.9.asciidoc @@ -12,7 +12,7 @@ * Fixes a bug that stopped the additional inline actions from completing ({pull}165099[#165099]). * Fixes a blocklist bug that prevented file path entries for Windows and macOS applications from being passed as case insensitive ({pull}164200[#164200]). * Fixes a bug in the confirmation message that appears when you're duplicating a single rule ({pull}163908[#163908]). -* Fixes a bug on the rule details page that showed the Data view label twice if you were viewing a rule using a data view. +* Fixes a bug on the rule details page that showed the **Data view** label twice if you were viewing a rule using a data view ({pull}164494[#164494]). * Fixes a bug that affected Timeline when you investigated an alert that was created from a rule with exceptions ({pull}162190[#162190]). [discrete] From 073f878847ee4151af79316464c35a8fe80f9b9f Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:38:26 -0400 Subject: [PATCH 07/10] Update docs/release-notes/8.9.asciidoc Co-authored-by: Janeen Mikell Roberts <57149392+jmikell821@users.noreply.github.com> --- docs/release-notes/8.9.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.9.asciidoc b/docs/release-notes/8.9.asciidoc index fa3dccae31..780ba3a64e 100644 --- a/docs/release-notes/8.9.asciidoc +++ b/docs/release-notes/8.9.asciidoc @@ -10,7 +10,7 @@ ==== Bug fixes * Fixes a bug that stopped the additional inline actions from completing ({pull}165099[#165099]). -* Fixes a blocklist bug that prevented file path entries for Windows and macOS applications from being passed as case insensitive ({pull}164200[#164200]). +* Fixes a bug that prevented blocklist file path entries for Windows and macOS applications from being passed as case insensitive ({pull}164200[#164200]). * Fixes a bug in the confirmation message that appears when you're duplicating a single rule ({pull}163908[#163908]). * Fixes a bug on the rule details page that showed the **Data view** label twice if you were viewing a rule using a data view ({pull}164494[#164494]). * Fixes a bug that affected Timeline when you investigated an alert that was created from a rule with exceptions ({pull}162190[#162190]). From 3a939230dd510725d505cf4fee31766ad73e016f Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:38:33 -0400 Subject: [PATCH 08/10] Update docs/release-notes/8.9.asciidoc Co-authored-by: Janeen Mikell Roberts <57149392+jmikell821@users.noreply.github.com> --- docs/release-notes/8.9.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.9.asciidoc b/docs/release-notes/8.9.asciidoc index 780ba3a64e..95235df1f7 100644 --- a/docs/release-notes/8.9.asciidoc +++ b/docs/release-notes/8.9.asciidoc @@ -11,7 +11,7 @@ * Fixes a bug that stopped the additional inline actions from completing ({pull}165099[#165099]). * Fixes a bug that prevented blocklist file path entries for Windows and macOS applications from being passed as case insensitive ({pull}164200[#164200]). -* Fixes a bug in the confirmation message that appears when you're duplicating a single rule ({pull}163908[#163908]). +* Fixes a bug in the confirmation message that appears when duplicating a single rule ({pull}163908[#163908]). * Fixes a bug on the rule details page that showed the **Data view** label twice if you were viewing a rule using a data view ({pull}164494[#164494]). * Fixes a bug that affected Timeline when you investigated an alert that was created from a rule with exceptions ({pull}162190[#162190]). From 576ccc8e3884b1b33a47368d412bdb18fb31b0bd Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:38:41 -0400 Subject: [PATCH 09/10] Update docs/release-notes/8.9.asciidoc Co-authored-by: Janeen Mikell Roberts <57149392+jmikell821@users.noreply.github.com> --- docs/release-notes/8.9.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.9.asciidoc b/docs/release-notes/8.9.asciidoc index 95235df1f7..b0b9fde92b 100644 --- a/docs/release-notes/8.9.asciidoc +++ b/docs/release-notes/8.9.asciidoc @@ -13,7 +13,7 @@ * Fixes a bug that prevented blocklist file path entries for Windows and macOS applications from being passed as case insensitive ({pull}164200[#164200]). * Fixes a bug in the confirmation message that appears when duplicating a single rule ({pull}163908[#163908]). * Fixes a bug on the rule details page that showed the **Data view** label twice if you were viewing a rule using a data view ({pull}164494[#164494]). -* Fixes a bug that affected Timeline when you investigated an alert that was created from a rule with exceptions ({pull}162190[#162190]). +* Fixes a bug that affected Timeline when you investigated an alert created from a rule with exceptions ({pull}162190[#162190]). [discrete] [[release-notes-8.9.1]] From cfe46e59d8ff9d461c607518ee9773e39de8d94d Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:18:16 -0400 Subject: [PATCH 10/10] Update docs/release-notes/8.9.asciidoc Co-authored-by: Janeen Mikell Roberts <57149392+jmikell821@users.noreply.github.com> --- docs/release-notes/8.9.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.9.asciidoc b/docs/release-notes/8.9.asciidoc index b0b9fde92b..567a19874c 100644 --- a/docs/release-notes/8.9.asciidoc +++ b/docs/release-notes/8.9.asciidoc @@ -9,7 +9,7 @@ [[bug-fixes-8.9.2]] ==== Bug fixes -* Fixes a bug that stopped the additional inline actions from completing ({pull}165099[#165099]). +* Fixes a bug that prevented inline actions on the Alerts page from completing ({pull}165099[#165099]). * Fixes a bug that prevented blocklist file path entries for Windows and macOS applications from being passed as case insensitive ({pull}164200[#164200]). * Fixes a bug in the confirmation message that appears when duplicating a single rule ({pull}163908[#163908]). * Fixes a bug on the rule details page that showed the **Data view** label twice if you were viewing a rule using a data view ({pull}164494[#164494]).