From 7c162ce2d515a412ed73b07bc4c9707bda5d15ed Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein Date: Tue, 7 Nov 2023 09:44:52 -0800 Subject: [PATCH 1/3] incorporates updates --- docs/release-notes/8.11.asciidoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/8.11.asciidoc b/docs/release-notes/8.11.asciidoc index 35b08d930b..90f28af0f2 100644 --- a/docs/release-notes/8.11.asciidoc +++ b/docs/release-notes/8.11.asciidoc @@ -34,8 +34,9 @@ * Enables ES|QL in Timeline (technical preview) ({pull}166764[#166764]). * Adds the new ES|QL rule type (technical preview) ({pull}165450[#165450]). * Updates the Endpoint policy UI (**Manage -> Policies**) to include a `Protection updates` tab, a new column called `Deployed version`, and a banner that highlights outdated policies ({pull}165256[#165256], {pull}162719[#162719]). -* Implements Kafka output for {elastic-endpoint} (https://github.com/elastic/endpoint-dev/issues/13192[#13192]). -* Introduces full support for {elastic-endpoint} on macOS (https://github.com/elastic/endpoint-dev/issues/13058[#13058]). +* Introduces full support for {elastic-endpoint} on macOS Sonoma (https://github.com/elastic/endpoint-dev/issues/13058[#13058]). +* Updates {elastic-defend} to support AlmaLinux 9 and Rocky Linux 9 (https://github.com/elastic/endpoint-dev/pull/13613[#13613]). +* Adds a new optional parameter to {elastic-endpoint}'s' `top` command. The `--limit` parameter specifies how many times to refresh the command's output before a graceful exit. (https://github.com/elastic/endpoint-dev/pull/13608[#13608]). [discrete] [[enhancements-8.11.0]] @@ -46,6 +47,7 @@ * Updates the order of items on {kib}'s left-side navigation menu to match the order in {elastic-sec}'s left-side navigation menu ({pull}164268[#164268]). * Adds tooltips to overview section titles in the alert details flyout ({pull}166737[#166737]). * Updates the `.lists` and `.items` indices to data streams ({pull}162508[#162508]). +* The endpoint [discrete] [[bug-fixes-8.11.0]] From 1b0d31a58ff3d32e837965a8001d0ce1ea2c1d20 Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> Date: Tue, 7 Nov 2023 10:20:33 -0800 Subject: [PATCH 2/3] Update docs/release-notes/8.11.asciidoc Co-authored-by: Joe Peeples --- 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 90f28af0f2..d4b616d0a6 100644 --- a/docs/release-notes/8.11.asciidoc +++ b/docs/release-notes/8.11.asciidoc @@ -36,7 +36,7 @@ * Updates the Endpoint policy UI (**Manage -> Policies**) to include a `Protection updates` tab, a new column called `Deployed version`, and a banner that highlights outdated policies ({pull}165256[#165256], {pull}162719[#162719]). * Introduces full support for {elastic-endpoint} on macOS Sonoma (https://github.com/elastic/endpoint-dev/issues/13058[#13058]). * Updates {elastic-defend} to support AlmaLinux 9 and Rocky Linux 9 (https://github.com/elastic/endpoint-dev/pull/13613[#13613]). -* Adds a new optional parameter to {elastic-endpoint}'s' `top` command. The `--limit` parameter specifies how many times to refresh the command's output before a graceful exit. (https://github.com/elastic/endpoint-dev/pull/13608[#13608]). +* Adds a new optional parameter to {elastic-endpoint}'s `top` command. The `--limit` parameter specifies how many times to refresh the command's output before a graceful exit (https://github.com/elastic/endpoint-dev/pull/13608[#13608]). [discrete] [[enhancements-8.11.0]] From 3891e0acd3af4f40d560ef17cf6fd5759ee4575d Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein Date: Tue, 7 Nov 2023 10:22:06 -0800 Subject: [PATCH 3/3] removes sentence fragment --- 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 d4b616d0a6..ea4522ad31 100644 --- a/docs/release-notes/8.11.asciidoc +++ b/docs/release-notes/8.11.asciidoc @@ -47,7 +47,7 @@ * Updates the order of items on {kib}'s left-side navigation menu to match the order in {elastic-sec}'s left-side navigation menu ({pull}164268[#164268]). * Adds tooltips to overview section titles in the alert details flyout ({pull}166737[#166737]). * Updates the `.lists` and `.items` indices to data streams ({pull}162508[#162508]). -* The endpoint + [discrete] [[bug-fixes-8.11.0]]