From 33b67b0b0220c88e12ea58cf7f27a446bb51b946 Mon Sep 17 00:00:00 2001 From: Karen Metts Date: Mon, 1 Dec 2025 15:50:07 -0500 Subject: [PATCH] Doc: Add Fleet and Agent release notes for 8.19.8 --- .../release-notes/release-notes-8.19.asciidoc | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.19.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.19.asciidoc index 734371cd6..a636b85f4 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.19.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.19.asciidoc @@ -14,6 +14,7 @@ This section summarizes the changes in each release. +* <> * <> * <> * <> @@ -23,11 +24,36 @@ This section summarizes the changes in each release. * <> * <> -Also see: +Also check: * {kibana-ref}/release-notes.html[{kib} release notes] * {beats-ref}/release-notes.html[{beats} release notes] +// begin 8.19.8 relnotes + +[[release-notes-8.19.8]] +== {fleet} and {agent} 8.19.8 + +[discrete] +[[security-updates-8.19.8]] +=== Security updates + +Elastic Agent:: + +* Redact secrets in slices. https://github.com/elastic/elastic-agent/pull/11271[#11271] + +[discrete] +[[bug-fixes-8.19.8]] +=== Bug fixes + +Elastic Agent:: + +* Fix filesource provider to work with kubernetes secret mounts. https://github.com/elastic/elastic-agent/pull/11050[#11050] +* Ensure the monitoring input for the OTel collector can only run inside the collector. https://github.com/elastic/elastic-agent/pull/11204[#11204] +* Fix a fatal startup error in Beats Receivers caused by truncation of long UTF-8 hostnames. https://github.com/elastic/elastic-agent/pull/11285[#11285] + +// end 8.19.8 relnotes + // begin 8.19.7 relnotes [[release-notes-8.19.7]]