From 2653f5d00034e3336becb9ae5f1b46d9e8b6e699 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Tue, 29 Apr 2025 13:14:22 -0400 Subject: [PATCH 1/5] First draft --- release-notes/elastic-security/index.md | 16 ++++++++++++---- release-notes/elastic-security/known-issues.md | 8 -------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/release-notes/elastic-security/index.md b/release-notes/elastic-security/index.md index ffa6b4e24..b0a2cb98b 100644 --- a/release-notes/elastic-security/index.md +++ b/release-notes/elastic-security/index.md @@ -4,7 +4,7 @@ mapped_pages: - https://www.elastic.co/guide/en/security/current/release-notes.html - https://www.elastic.co/guide/en/security/current/whats-new.html --- -# {{elastic-sec}} release notes [elastic-security-X.X.X-release-notes] +# {{elastic-sec}} release notes Review the changes, fixes, and more in each version of {{elastic-sec}}. @@ -12,14 +12,22 @@ To check for security updates, go to [Security announcements for the Elastic sta % Release notes include only features, enhancements, and fixes. Add breaking changes, deprecations, and known issues to the applicable release notes sections. -% ## version.next [elastic-security-next-release-notes] +% ## version.next [elastic-security-X.X.X-notes] -% ### Features and enhancements [elastic-security-next-features-enhancements] +% ### Features and enhancements [elastic-security-X.X.X-features-enhancements] % * -% ### Fixes [elastic-security-next-fixes] +% ### Fixes [elastic-security-X.X.X-fixes] % * +## 9.0.1 [elastic-security-9.0.1-release-notes] + +### Features and enhancements [elastic-security-9.0.1-features-enhancements] +There are no new features or enhancements. + +### Fixes [elastic-security-9.0.1-fixes] +* Removes the technical preview badge from alert suppression fields for event correlation rules. + ## 9.0.0 [elastic-security-900-release-notes] ::::{NOTE} diff --git a/release-notes/elastic-security/known-issues.md b/release-notes/elastic-security/known-issues.md index 96dca6490..1370f15b0 100644 --- a/release-notes/elastic-security/known-issues.md +++ b/release-notes/elastic-security/known-issues.md @@ -28,11 +28,3 @@ On April 10, 2025, it was discovered that when you install a new {{elastic-defen To resolve this issue, before you add an {{elastic-defend}} integration to a policy in {{fleet}}, apply any pending prebuilt rule updates. This will prevent rule actions, exceptions, and customizations from being overwritten. ::: - -:::{dropdown} The technical preview badge incorrectly displays on the alert suppression fields for event correlation rules - -**{{stack}} versions: 9.0.0** - -On April 8, 2025, it was discovered that alert suppression for event correlation rules is incorrectly shown as being in technical preview when you create a new rule. For more information, check [#1021](https://github.com/elastic/docs-content/issues/1021). - -::: From 0a942c765b8fcfaff8e64765ffc26e2fb0a1be98 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Tue, 29 Apr 2025 13:24:39 -0400 Subject: [PATCH 2/5] Removes another fixed bug --- release-notes/elastic-security/index.md | 3 ++- release-notes/elastic-security/known-issues.md | 12 +----------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/release-notes/elastic-security/index.md b/release-notes/elastic-security/index.md index b0a2cb98b..e546cc076 100644 --- a/release-notes/elastic-security/index.md +++ b/release-notes/elastic-security/index.md @@ -26,7 +26,8 @@ To check for security updates, go to [Security announcements for the Elastic sta There are no new features or enhancements. ### Fixes [elastic-security-9.0.1-fixes] -* Removes the technical preview badge from alert suppression fields for event correlation rules. +* Removes the technical preview badge from alert suppression fields for event correlation rules +* Fixes a bug that caused installed prebuilt detection rules to upgrade to their latest available versions and lose their rule actions, exceptions, and customizations when you installed a new {{elastic-defend}} integration or {{agent}} policy ({{kib-pull}}217959) ## 9.0.0 [elastic-security-900-release-notes] diff --git a/release-notes/elastic-security/known-issues.md b/release-notes/elastic-security/known-issues.md index 1370f15b0..dc19f3921 100644 --- a/release-notes/elastic-security/known-issues.md +++ b/release-notes/elastic-security/known-issues.md @@ -17,14 +17,4 @@ Known issues are significant defects or limitations that may impact your impleme ::: -:::{dropdown} Installing an {{elastic-defend}} integration or a new agent policy upgrades installed prebuilt rules, reverting user customizations and overwriting user-added actions and exceptions - -**{{stack}} versions: 9.0.0** - -On April 10, 2025, it was discovered that when you install a new {{elastic-defend}} integration or agent policy, the installed prebuilt detection rules upgrade to their latest versions (if any new versions are available). The upgraded rules lose any user-added rule actions, exceptions, and customizations. - -**Workaround** - -To resolve this issue, before you add an {{elastic-defend}} integration to a policy in {{fleet}}, apply any pending prebuilt rule updates. This will prevent rule actions, exceptions, and customizations from being overwritten. - -::: +There are no known issues. From fbd5f0c6425139a87465922d1a2c859b88f979a5 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Tue, 29 Apr 2025 15:55:51 -0400 Subject: [PATCH 3/5] Fix --- release-notes/elastic-security/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/elastic-security/index.md b/release-notes/elastic-security/index.md index e546cc076..6d9221ee7 100644 --- a/release-notes/elastic-security/index.md +++ b/release-notes/elastic-security/index.md @@ -27,7 +27,7 @@ There are no new features or enhancements. ### Fixes [elastic-security-9.0.1-fixes] * Removes the technical preview badge from alert suppression fields for event correlation rules -* Fixes a bug that caused installed prebuilt detection rules to upgrade to their latest available versions and lose their rule actions, exceptions, and customizations when you installed a new {{elastic-defend}} integration or {{agent}} policy ({{kib-pull}}217959) +* Fixes a bug that caused installed prebuilt detection rules to upgrade to their latest available versions when you installed a new {{elastic-defend}} integration or {{agent}} policy [#217959]({{kib-pull}}217959) ## 9.0.0 [elastic-security-900-release-notes] From 27fc872b5982f9df5bedf5d2689e9760a8b39e49 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Wed, 30 Apr 2025 15:49:02 -0400 Subject: [PATCH 4/5] Adds 218697 --- release-notes/elastic-security/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/elastic-security/index.md b/release-notes/elastic-security/index.md index 6d9221ee7..617e6094c 100644 --- a/release-notes/elastic-security/index.md +++ b/release-notes/elastic-security/index.md @@ -28,6 +28,7 @@ There are no new features or enhancements. ### Fixes [elastic-security-9.0.1-fixes] * Removes the technical preview badge from alert suppression fields for event correlation rules * Fixes a bug that caused installed prebuilt detection rules to upgrade to their latest available versions when you installed a new {{elastic-defend}} integration or {{agent}} policy [#217959]({{kib-pull}}217959) +* Fixes a bug that prevented you form scrolling in modals ({kibana-pull}218697[#218697]). ## 9.0.0 [elastic-security-900-release-notes] From cc75d93f3745fef8ff1ff89ec800abb074c42a57 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Thu, 1 May 2025 12:58:23 -0400 Subject: [PATCH 5/5] Adds 216667 --- release-notes/elastic-security/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/elastic-security/index.md b/release-notes/elastic-security/index.md index 617e6094c..f5dfd3871 100644 --- a/release-notes/elastic-security/index.md +++ b/release-notes/elastic-security/index.md @@ -28,6 +28,7 @@ There are no new features or enhancements. ### Fixes [elastic-security-9.0.1-fixes] * Removes the technical preview badge from alert suppression fields for event correlation rules * Fixes a bug that caused installed prebuilt detection rules to upgrade to their latest available versions when you installed a new {{elastic-defend}} integration or {{agent}} policy [#217959]({{kib-pull}}217959) +* Prevents {{esql}} rules from timing out if the rule query takes longer than five minutes to complete [#216667]({{kib-pull}}216667) * Fixes a bug that prevented you form scrolling in modals ({kibana-pull}218697[#218697]). ## 9.0.0 [elastic-security-900-release-notes]