From b3de134ae6daaa9e5c1bf509b0acb4a26bbe1a50 Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Tue, 5 Aug 2025 13:13:06 +0100 Subject: [PATCH 1/3] [Security] 9.1.1 release notes --- release-notes/elastic-security/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release-notes/elastic-security/index.md b/release-notes/elastic-security/index.md index d0a9656d18..30bd027bcd 100644 --- a/release-notes/elastic-security/index.md +++ b/release-notes/elastic-security/index.md @@ -27,6 +27,13 @@ To check for security updates, go to [Security announcements for the Elastic sta % * +## 9.1.1 [elastic-security-9.1.1-release-notes] + +### Fixes [elastic-security-9.1.1-fixes] +* Fixes a bug by moving the `scheduleNow` call to the privileged monitoring engine initialization step, ensuring the task is only scheduled after the engine is fully created and ready [#230263]({{kib-pull}}230263). +* Fixes a bug where the base version API route cache was not properly invalidated after rule import [#228475]({{kib-pull}}228475). + + ## 9.1.0 [elastic-security-9.1.0-release-notes] ### Features and enhancements [elastic-security-9.1.0-features-enhancements] From d66f4425d2374d53ce8943e606bba336ce6e406d Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Tue, 5 Aug 2025 13:28:14 +0100 Subject: [PATCH 2/3] update known issue --- release-notes/elastic-security/known-issues.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-notes/elastic-security/known-issues.md b/release-notes/elastic-security/known-issues.md index 67c5cdbc00..7701c218e2 100644 --- a/release-notes/elastic-security/known-issues.md +++ b/release-notes/elastic-security/known-issues.md @@ -29,6 +29,10 @@ The {{elastic-agent}} image is not available from `docker.elastic.co/beats/elast **Workaround** Instead of trying to pull the image from `docker.elastic.co/beats/elastic-agent:9.0.0`, edit the manifests to pull it from `docker.elastic.co/elastic-agent/elastic-agent:9.0.0`. + +**Resolved**
+ +Resolved in {{stack}} 9.0.1 ::: From 9ad4d0e295f9b341a3d6f4d02852cfaa612b908e Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Thu, 7 Aug 2025 09:19:46 +0100 Subject: [PATCH 3/3] Apply suggestions --- release-notes/elastic-security/index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/release-notes/elastic-security/index.md b/release-notes/elastic-security/index.md index 30bd027bcd..9407927ba8 100644 --- a/release-notes/elastic-security/index.md +++ b/release-notes/elastic-security/index.md @@ -29,10 +29,14 @@ To check for security updates, go to [Security announcements for the Elastic sta ## 9.1.1 [elastic-security-9.1.1-release-notes] +### Features and enhancements [elastic-security-9.1.1-features-enhancements] + +* Improves the reliability of {{elastic-defend}} Kafka connections. + ### Fixes [elastic-security-9.1.1-fixes] * Fixes a bug by moving the `scheduleNow` call to the privileged monitoring engine initialization step, ensuring the task is only scheduled after the engine is fully created and ready [#230263]({{kib-pull}}230263). * Fixes a bug where the base version API route cache was not properly invalidated after rule import [#228475]({{kib-pull}}228475). - +* Fixes an issue in {{elastic-defend}} performance metrics that resulted in `endpoint_uptime_percent` always being 0 for behavioral rules. ## 9.1.0 [elastic-security-9.1.0-release-notes]