From ca09ff7fbdbb6cc62887f00d55a95f51235d7aee Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Mon, 4 Dec 2023 16:28:22 -0500 Subject: [PATCH 1/5] First draft --- docs/release-notes.asciidoc | 1 + docs/release-notes/8.11.asciidoc | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index a7c8a1eb8d..63aacd3f70 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.11.asciidoc b/docs/release-notes/8.11.asciidoc index 44a2800bb5..46af30fa83 100644 --- a/docs/release-notes/8.11.asciidoc +++ b/docs/release-notes/8.11.asciidoc @@ -1,6 +1,23 @@ [[release-notes-header-8.11.0]] == 8.11 +[discrete] +[[release-notes-8.11.2]] +=== 8.11.2 + +[discrete] +[[enhancements-8.11.2]] +==== Enhancements +* Correct References under 'Useful Links' in Risk Score Enablement page ({pull}171089[#171089]). + +[discrete] +[[bug-fixes-8.11.2]] +==== Bug fixes +* Fixes page reload crash when preview panel is open in alerts flyout ({pull}172323[#172323]). +* Fixes analyzer panel width ({pull}172026[#172026]). +* Changes coverage overview subtechnique display to base off active filters ({pull}170988[#170988]). +* Fixes Send to Timeline ESQL action changing the ESQL bar to KQL bar ({pull}170542[#170542]). + [discrete] [[release-notes-8.11.1]] === 8.11.1 From 941572addc77f6c8fdb23bdde32983acf8670331 Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Mon, 4 Dec 2023 19:05:40 -0500 Subject: [PATCH 2/5] Revisions --- docs/release-notes/8.11.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/8.11.asciidoc b/docs/release-notes/8.11.asciidoc index 46af30fa83..7dde50830d 100644 --- a/docs/release-notes/8.11.asciidoc +++ b/docs/release-notes/8.11.asciidoc @@ -13,10 +13,10 @@ [discrete] [[bug-fixes-8.11.2]] ==== Bug fixes -* Fixes page reload crash when preview panel is open in alerts flyout ({pull}172323[#172323]). -* Fixes analyzer panel width ({pull}172026[#172026]). -* Changes coverage overview subtechnique display to base off active filters ({pull}170988[#170988]). -* Fixes Send to Timeline ESQL action changing the ESQL bar to KQL bar ({pull}170542[#170542]). +* Fixes a bug that caused the Alerts page to crash if you reloaded it while the preview panel in the alert details flyout was open ({pull}172323[#172323]). +* Fixes the event analyzer panel width ({pull}172026[#172026]). +* Makes MITRE ATT&CK® sub-technique cells consider page filters when displaying rules ({pull}170988[#170988]). +* Fixes a bug with the **Investigate in timeline** action that caused {esql} queries to open in the KQL query bar within Timeline ({pull}170542[#170542]). [discrete] [[release-notes-8.11.1]] From 3cc8bc250df5b96dc118977f65af5939583cec84 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:12:17 -0500 Subject: [PATCH 3/5] Update docs/release-notes/8.11.asciidoc --- docs/release-notes/8.11.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.11.asciidoc b/docs/release-notes/8.11.asciidoc index 7dde50830d..55f1e4758a 100644 --- a/docs/release-notes/8.11.asciidoc +++ b/docs/release-notes/8.11.asciidoc @@ -16,7 +16,7 @@ * Fixes a bug that caused the Alerts page to crash if you reloaded it while the preview panel in the alert details flyout was open ({pull}172323[#172323]). * Fixes the event analyzer panel width ({pull}172026[#172026]). * Makes MITRE ATT&CK® sub-technique cells consider page filters when displaying rules ({pull}170988[#170988]). -* Fixes a bug with the **Investigate in timeline** action that caused {esql} queries to open in the KQL query bar within Timeline ({pull}170542[#170542]). +* Fixes a bug with the **Investigate in timeline** action for Elastic AI Assistant that caused {esql} queries to open in the KQL query bar within Timeline ({pull}170542[#170542]). [discrete] [[release-notes-8.11.1]] From f61c06a36ffb40a8671897f69e5d9d997b156e11 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:48:56 -0500 Subject: [PATCH 4/5] Update docs/release-notes/8.11.asciidoc Co-authored-by: Janeen Mikell Roberts <57149392+jmikell821@users.noreply.github.com> --- docs/release-notes/8.11.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.11.asciidoc b/docs/release-notes/8.11.asciidoc index 55f1e4758a..3f66134cf2 100644 --- a/docs/release-notes/8.11.asciidoc +++ b/docs/release-notes/8.11.asciidoc @@ -15,7 +15,7 @@ ==== Bug fixes * Fixes a bug that caused the Alerts page to crash if you reloaded it while the preview panel in the alert details flyout was open ({pull}172323[#172323]). * Fixes the event analyzer panel width ({pull}172026[#172026]). -* Makes MITRE ATT&CK® sub-technique cells consider page filters when displaying rules ({pull}170988[#170988]). +* Applies page filters to MITRE ATT&CK® sub-technique cells when displaying rules ({pull}170988[#170988]). * Fixes a bug with the **Investigate in timeline** action for Elastic AI Assistant that caused {esql} queries to open in the KQL query bar within Timeline ({pull}170542[#170542]). [discrete] From 88b870fac02d761cac0fe36579cd37f118ab5ea9 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:57:52 -0500 Subject: [PATCH 5/5] Update docs/release-notes/8.11.asciidoc --- docs/release-notes/8.11.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.11.asciidoc b/docs/release-notes/8.11.asciidoc index 3f66134cf2..610cd89638 100644 --- a/docs/release-notes/8.11.asciidoc +++ b/docs/release-notes/8.11.asciidoc @@ -8,7 +8,7 @@ [discrete] [[enhancements-8.11.2]] ==== Enhancements -* Correct References under 'Useful Links' in Risk Score Enablement page ({pull}171089[#171089]). +* Updates references on the Entity Risk Score management page ({pull}171089[#171089]). [discrete] [[bug-fixes-8.11.2]]