From 514c22cf7ff6f597f3c08db818dd6f3b760d7ac1 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Fri, 2 May 2025 12:53:54 -0400 Subject: [PATCH 1/3] Add Fleet & Agent 9.0.1 Release Notes --- release-notes/fleet-elastic-agent/breaking-changes.md | 10 ++++++++++ release-notes/fleet-elastic-agent/index.md | 11 +++++++++++ 2 files changed, 21 insertions(+) diff --git a/release-notes/fleet-elastic-agent/breaking-changes.md b/release-notes/fleet-elastic-agent/breaking-changes.md index 176f29b2e2..c3d7cc3e0e 100644 --- a/release-notes/fleet-elastic-agent/breaking-changes.md +++ b/release-notes/fleet-elastic-agent/breaking-changes.md @@ -16,6 +16,16 @@ Breaking changes can impact your Elastic applications, potentially disrupting no % **Action**
Steps for mitigating deprecation impact. % :::: +## 9.0.1 [fleet-elastic-agent-9.0.1-breaking-changes] + +::::{dropdown} Disabled the `process` scraper of the `hostmetrics` receiver in the Elastic Distribution of OTel Collector + +**Impact**
+This scraper collects metrics for all available processes of a host without an easy way to limit this to only report top N process for example. This results in quite big amount of timeseries. Since this is not quite critical for any of the available UIs or dashboards we decide to disable it temporarily until we find a better solution. Users that specifically need these metrics can also enable it back manually. + +For more information, check [#198434]({{agent-pull}}7894). +:::: + ## 9.0.0 [fleet-elastic-agent-900-breaking-changes] ::::{dropdown} Removed deprecated epm Fleet APIs diff --git a/release-notes/fleet-elastic-agent/index.md b/release-notes/fleet-elastic-agent/index.md index b034405b95..f43b03f84a 100644 --- a/release-notes/fleet-elastic-agent/index.md +++ b/release-notes/fleet-elastic-agent/index.md @@ -23,6 +23,17 @@ To check for security updates, go to [Security announcements for the Elastic sta % ### Fixes [fleet-elastic-agent-next-fixes] % * +## 9.0.1 [fleet-elastic-agent-9.0.1-release-notes] + +### Features and enhancements [fleet-elastic-agent-9.0.1-features-enhancements] + +* Reuse shared integration policies when duplicating {{agent}} policies in {{fleet}} [#217872](https://github.com/elastic/kibana/pull/217872) +* Update OTel components to v0.121.0 [#7686]({{agent-pull}}7686) +* Add nopexporter to Elastic Distribution of OTel Collector (EDOT) Collector [#7788]({{agent-pull}}7788) +* In {{agent}}, use `fullnameOverride` to set the fully qualified application names in the EDOT Kube-Stack Helm chart. [#7754]({{agent-pull}}7754) [#7754]({{agent-issue}}7754) + +### Fixes [fleet-elastic-agent-9.0.1-fixes] +* In {{agent}}, fix Managed OTLP Helm config to use the current image repository [#7882]({{agent-pull}}7882) ## 9.0.0 [fleet-elastic-agent-900-release-notes] From 83032fd2cb0a50a009636f7522ac6235ca822643 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Fri, 2 May 2025 13:21:35 -0400 Subject: [PATCH 2/3] fixup --- release-notes/fleet-elastic-agent/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/fleet-elastic-agent/index.md b/release-notes/fleet-elastic-agent/index.md index f43b03f84a..14c587e2df 100644 --- a/release-notes/fleet-elastic-agent/index.md +++ b/release-notes/fleet-elastic-agent/index.md @@ -33,7 +33,7 @@ To check for security updates, go to [Security announcements for the Elastic sta * In {{agent}}, use `fullnameOverride` to set the fully qualified application names in the EDOT Kube-Stack Helm chart. [#7754]({{agent-pull}}7754) [#7754]({{agent-issue}}7754) ### Fixes [fleet-elastic-agent-9.0.1-fixes] -* In {{agent}}, fix Managed OTLP Helm config to use the current image repository [#7882]({{agent-pull}}7882) +* In the EDOT Collector, fix Managed OTLP Helm config to use the current image repository [#7882]({{agent-pull}}7882) ## 9.0.0 [fleet-elastic-agent-900-release-notes] From f943c139375faf693ddb74d8d1e3c66446d84b3b Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Fri, 2 May 2025 13:29:04 -0400 Subject: [PATCH 3/3] fix issue number --- release-notes/fleet-elastic-agent/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/fleet-elastic-agent/index.md b/release-notes/fleet-elastic-agent/index.md index 14c587e2df..7af89d1f3f 100644 --- a/release-notes/fleet-elastic-agent/index.md +++ b/release-notes/fleet-elastic-agent/index.md @@ -30,7 +30,7 @@ To check for security updates, go to [Security announcements for the Elastic sta * Reuse shared integration policies when duplicating {{agent}} policies in {{fleet}} [#217872](https://github.com/elastic/kibana/pull/217872) * Update OTel components to v0.121.0 [#7686]({{agent-pull}}7686) * Add nopexporter to Elastic Distribution of OTel Collector (EDOT) Collector [#7788]({{agent-pull}}7788) -* In {{agent}}, use `fullnameOverride` to set the fully qualified application names in the EDOT Kube-Stack Helm chart. [#7754]({{agent-pull}}7754) [#7754]({{agent-issue}}7754) +* In {{agent}}, use `fullnameOverride` to set the fully qualified application names in the EDOT Kube-Stack Helm chart. [#7754]({{agent-pull}}7754) [#7381]({{agent-issue}}7381) ### Fixes [fleet-elastic-agent-9.0.1-fixes] * In the EDOT Collector, fix Managed OTLP Helm config to use the current image repository [#7882]({{agent-pull}}7882)