From 5d97740cd2afef0e925296e7f3c90320a3e96131 Mon Sep 17 00:00:00 2001 From: Karen Metts Date: Mon, 16 Mar 2026 12:26:25 -0400 Subject: [PATCH 1/2] Doc: Add Fleet and Agent release notes for 8.19.13 --- .../release-notes/release-notes-8.19.asciidoc | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) 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 c8c5d1342..6a55b1710 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. +* <> * <> * <> * <> @@ -33,6 +34,50 @@ Also check: * {kibana-ref}/release-notes.html[{kib} release notes] * {beats-ref}/release-notes.html[{beats} release notes] +// begin 8.19.13 relnotes + +[[release-notes-8.19.13]] +== {fleet} and {agent} 8.19.13 + +[discrete] +[[new-features-8.19.13]] +=== New features + +Elastic Agent:: + +* Add support for encrypted config for standalone agents. https://github.com/elastic/elastic-agent/pull/12852[#12852] https://github.com/elastic/elastic-agent/pull/13075[#13075] https://github.com/elastic/elastic-agent/pull/12909[#12909] https://github.com/elastic/elastic-agent/pull/13128[#13128] https://github.com/elastic/elastic-agent/pull/13129[#13129] https://github.com/elastic/elastic-agent/pull/13134[#13134] https://github.com/elastic/elastic-agent/pull/13127[#13127] https://github.com/elastic/elastic-agent/issues/7283[#7283] ++ +Add a new agent.features.encrypted_config.enabled config attribute +that enables the use of encrypted config when the agent is operating +in stand-alone mode. Agents managed through fleet will ignore this +flag and always use encrypted config. If this flag is present, the +agent will encrypt config, and replace the elastic-agent.yml file +contents with only the feature flag. + +[discrete] +[[enhancements-8.19.13]] +=== Enhancements + +Elastic Agent:: + +* Enrolling fleet-server uses internal port. https://github.com/elastic/elastic-agent/pull/12917[#12917] + +[discrete] +[[bug-fixes-8.19.13]] +=== Bug fixes + +Elastic Agent:: + +* Prevent permission fix from failing when file is protected. https://github.com/elastic/elastic-agent/pull/12852[#12852] https://github.com/elastic/elastic-agent/pull/13075[#13075] https://github.com/elastic/elastic-agent/pull/12909[#12909] https://github.com/elastic/elastic-agent/pull/13128[#13128] https://github.com/elastic/elastic-agent/pull/13129[#13129] https://github.com/elastic/elastic-agent/pull/13134[#13134] https://github.com/elastic/elastic-agent/pull/13127[#13127] https://github.com/elastic/elastic-agent/issues/12823[#12823] https://github.com/elastic/elastic-agent/issues/13059[#13059] +* Redact URL credentials in diagnostic outputs. https://github.com/elastic/elastic-agent/pull/12852[#12852] https://github.com/elastic/elastic-agent/pull/13075[#13075] https://github.com/elastic/elastic-agent/pull/12909[#12909] https://github.com/elastic/elastic-agent/pull/13128[#13128] https://github.com/elastic/elastic-agent/pull/13129[#13129] https://github.com/elastic/elastic-agent/pull/13134[#13134] https://github.com/elastic/elastic-agent/pull/13127[#13127] https://github.com/elastic/elastic-agent/issues/12823[#12823] https://github.com/elastic/elastic-agent/issues/13059[#13059] + +Fleet Server:: + +* Fix checkin endpoint compression support. https://github.com/elastic/fleet-server/pull/6491[#6491] +* Fix inaccuracies with openapi spec. https://github.com/elastic/fleet-server/pull/6572[#6572] https://github.com/elastic/fleet-server/pull/6565[#6565] https://github.com/elastic/fleet-server/pull/6577[#6577] https://github.com/elastic/fleet-server/pull/6580[#6580] + +// end 8.19.13 relnotes + // begin 8.19.12 relnotes [[release-notes-8.19.12]] From 4f01eabf475bf9a8af3b640b74d6c335487b2cfb Mon Sep 17 00:00:00 2001 From: Karen Metts Date: Wed, 18 Mar 2026 14:28:08 -0400 Subject: [PATCH 2/2] Update content with latest from source PRs --- .../release-notes/release-notes-8.19.asciidoc | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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 6a55b1710..577e3dc5a 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 @@ -45,14 +45,7 @@ Also check: Elastic Agent:: -* Add support for encrypted config for standalone agents. https://github.com/elastic/elastic-agent/pull/12852[#12852] https://github.com/elastic/elastic-agent/pull/13075[#13075] https://github.com/elastic/elastic-agent/pull/12909[#12909] https://github.com/elastic/elastic-agent/pull/13128[#13128] https://github.com/elastic/elastic-agent/pull/13129[#13129] https://github.com/elastic/elastic-agent/pull/13134[#13134] https://github.com/elastic/elastic-agent/pull/13127[#13127] https://github.com/elastic/elastic-agent/issues/7283[#7283] -+ -Add a new agent.features.encrypted_config.enabled config attribute -that enables the use of encrypted config when the agent is operating -in stand-alone mode. Agents managed through fleet will ignore this -flag and always use encrypted config. If this flag is present, the -agent will encrypt config, and replace the elastic-agent.yml file -contents with only the feature flag. +* Add support for encrypted config for standalone agents. https://github.com/elastic/elastic-agent/pull/12521[#12521] https://github.com/elastic/elastic-agent/issues/7283[#7283] [discrete] [[enhancements-8.19.13]] @@ -68,13 +61,13 @@ Elastic Agent:: Elastic Agent:: -* Prevent permission fix from failing when file is protected. https://github.com/elastic/elastic-agent/pull/12852[#12852] https://github.com/elastic/elastic-agent/pull/13075[#13075] https://github.com/elastic/elastic-agent/pull/12909[#12909] https://github.com/elastic/elastic-agent/pull/13128[#13128] https://github.com/elastic/elastic-agent/pull/13129[#13129] https://github.com/elastic/elastic-agent/pull/13134[#13134] https://github.com/elastic/elastic-agent/pull/13127[#13127] https://github.com/elastic/elastic-agent/issues/12823[#12823] https://github.com/elastic/elastic-agent/issues/13059[#13059] -* Redact URL credentials in diagnostic outputs. https://github.com/elastic/elastic-agent/pull/12852[#12852] https://github.com/elastic/elastic-agent/pull/13075[#13075] https://github.com/elastic/elastic-agent/pull/12909[#12909] https://github.com/elastic/elastic-agent/pull/13128[#13128] https://github.com/elastic/elastic-agent/pull/13129[#13129] https://github.com/elastic/elastic-agent/pull/13134[#13134] https://github.com/elastic/elastic-agent/pull/13127[#13127] https://github.com/elastic/elastic-agent/issues/12823[#12823] https://github.com/elastic/elastic-agent/issues/13059[#13059] +* Prevent permission fix from failing when file is protected. https://github.com/elastic/elastic-agent/pull/12909[#12909] https://github.com/elastic/elastic-agent/issues/13059[#13059] +* Redact URL credentials in diagnostic outputs. https://github.com/elastic/elastic-agent/pull/13022[#13022] https://github.com/elastic/elastic-agent/issues/13017[#13017] Fleet Server:: * Fix checkin endpoint compression support. https://github.com/elastic/fleet-server/pull/6491[#6491] -* Fix inaccuracies with openapi spec. https://github.com/elastic/fleet-server/pull/6572[#6572] https://github.com/elastic/fleet-server/pull/6565[#6565] https://github.com/elastic/fleet-server/pull/6577[#6577] https://github.com/elastic/fleet-server/pull/6580[#6580] +* Fix inaccuracies with openapi spec. https://github.com/elastic/fleet-server/pull/6532[#6532] // end 8.19.13 relnotes