From a49c1b02a6def00137d77f2655e1e0c2c8fd6410 Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein Date: Fri, 11 Jul 2025 16:40:58 -0400 Subject: [PATCH 1/4] Adds known issue related to docker image --- release-notes/elastic-security/known-issues.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/release-notes/elastic-security/known-issues.md b/release-notes/elastic-security/known-issues.md index f8272bffd2..69d9ef14c9 100644 --- a/release-notes/elastic-security/known-issues.md +++ b/release-notes/elastic-security/known-issues.md @@ -16,6 +16,23 @@ Known issues are significant defects or limitations that may impact your impleme % ::: + + +:::{dropdown} The {{elastic-agent}} Docker image is not available at `docker.elastic.co/beats/elastic-agent:9.0.0` + +Applies to: 9.0.x + +**Impact** + +Attempts to get the {{elastic-agent}} image from `docker.elastic.co/beats/elastic-agent:9.0.0` will fail. + +**Workaround** + +Instead of trying to get the image from `docker.elastic.co/beats/elastic-agent:9.0.0`, get it from `docker.elastic.co/elastic-agent/elastic-agent:9.0.0` +::: + + + :::{dropdown} Security AI Assistant Knowledge Base settings UI not displaying Applies to: 9.0.3 From 99c608fc3f30698705ead4a8e93aeea58a59957f Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein Date: Mon, 14 Jul 2025 12:05:15 -0700 Subject: [PATCH 2/4] Update known-issues.md --- release-notes/elastic-security/known-issues.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/release-notes/elastic-security/known-issues.md b/release-notes/elastic-security/known-issues.md index 69d9ef14c9..a2609e495c 100644 --- a/release-notes/elastic-security/known-issues.md +++ b/release-notes/elastic-security/known-issues.md @@ -20,15 +20,15 @@ Known issues are significant defects or limitations that may impact your impleme :::{dropdown} The {{elastic-agent}} Docker image is not available at `docker.elastic.co/beats/elastic-agent:9.0.0` -Applies to: 9.0.x +Applies to: 9.0.0 **Impact** -Attempts to get the {{elastic-agent}} image from `docker.elastic.co/beats/elastic-agent:9.0.0` will fail. +The {{elastic-agent}} image is not available from `docker.elastic.co/beats/elastic-agent:9.0.0`. The default manifests for deploying CSPM and CNVM use this image location, resulting in an error. **Workaround** -Instead of trying to get the image from `docker.elastic.co/beats/elastic-agent:9.0.0`, get it from `docker.elastic.co/elastic-agent/elastic-agent:9.0.0` +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` ::: From 2275e5986c9e7fa6482bf35275220559723ad0a8 Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> Date: Mon, 14 Jul 2025 17:16:02 -0700 Subject: [PATCH 3/4] Update release-notes/elastic-security/known-issues.md --- release-notes/elastic-security/known-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/elastic-security/known-issues.md b/release-notes/elastic-security/known-issues.md index a2609e495c..1ade22f498 100644 --- a/release-notes/elastic-security/known-issues.md +++ b/release-notes/elastic-security/known-issues.md @@ -24,7 +24,7 @@ Applies to: 9.0.0 **Impact** -The {{elastic-agent}} image is not available from `docker.elastic.co/beats/elastic-agent:9.0.0`. The default manifests for deploying CSPM and CNVM use this image location, resulting in an error. +The {{elastic-agent}} image is not available from `docker.elastic.co/beats/elastic-agent:9.0.0`. The default manifests for integrations that run {{elastic-agent}} on Kubernetes—such as CSPM or CNVM—use this image location, resulting in an error. **Workaround** From 5d54f8849bdf70152b6a3d7d3befd0f2955000a3 Mon Sep 17 00:00:00 2001 From: Benjamin Ironside Goldstein <91905639+benironside@users.noreply.github.com> Date: Tue, 15 Jul 2025 10:21:10 -0700 Subject: [PATCH 4/4] Update release-notes/elastic-security/known-issues.md Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> --- release-notes/elastic-security/known-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/elastic-security/known-issues.md b/release-notes/elastic-security/known-issues.md index 1ade22f498..a0c33a2ea9 100644 --- a/release-notes/elastic-security/known-issues.md +++ b/release-notes/elastic-security/known-issues.md @@ -28,7 +28,7 @@ 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` +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`. :::