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..7af89d1f3f 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) [#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)
## 9.0.0 [fleet-elastic-agent-900-release-notes]