From a9055b57aa5e782ba5d083d3d66dbf5e725dd783 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Tue, 12 Aug 2025 21:17:16 -0500 Subject: [PATCH 1/3] add fleet server and elastic agent release notes for 8.19.1 and 8.19.2 --- .../release-notes/release-notes-8.19.asciidoc | 64 +++++++++++++++++++ 1 file changed, 64 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 bf1b1ea6f..941a35317 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,8 @@ This section summarizes the changes in each release. +* <> +* <> * <> Also see: @@ -21,6 +23,68 @@ Also see: * {kibana-ref}/release-notes.html[{kib} release notes] * {beats-ref}/release-notes.html[{beats} release notes] +// begin 8.19.2 relnotes + +[[release-notes-8.19.2]] +== 8.19.2 + +Review important information about the 8.19.2 release. + +[discrete] +[[bug-fixes-8.19.2]] +=== Bug fixes + +Fleet Server:: + +* Fix upgrade details download_rate as string handling. {fleet-server-pull}5062[#5062] {fleet-server-pull}5232[#5232] {fleet-server-pull}5238[#5238] {fleet-server-pull}5176[#5176] {fleet-server-issue}5164[#5164] + +// end 8.19.2 relnotes + +// begin 8.19.1 relnotes + +[[release-notes-8.19.1]] +== 8.19.1 + +Review important information about the 8.19.1 release. + +[discrete] +[[new-features-8.19.1]] +=== New features + +The 8.19.1 release adds the following new and notable features. + +Elastic Agent:: + +* Add K8s leader elector OTel extension. {agent-pull}9065[#9065] + +[discrete] +[[enhancements-8.19.1]] +=== Enhancements + +Elastic Agent:: + +* Include the forwardconnector as an EDOT Collector component. {agent-pull}8753[#8753] +* Update OTel components to v0.129.0. {agent-pull}8819[#8819] +* Update APM config extension to v0.4.0. {agent-pull}8819[#8819] +* Update Elastic trace processor to v0.7.0. {agent-pull}8819[#8819] +* Update Elastic APM connector to v0.4.0. {agent-pull}8819[#8819] +* Update API key auth extension to v0.2.0. {agent-pull}8819[#8819] +* Update Elastic infra metrics processor to v0.16.0. {agent-pull}8819[#8819] +* Rename OTel collector config file in diagnostics from otel-final.yaml to otel-merged.yaml. {agent-pull}9052[#9052] + +[discrete] +[[bug-fixes-8.19.1]] +=== Bug fixes + +Elastic Agent:: + +* Remove incorrect logging that unprivileged installations are in beta. {agent-pull}8715[#8715] {agent-issue}8689[#8689] +* Ensure standalone elastic agent uses log level from configuration instead of persisted state. {agent-pull}8784[#8784] {agent-issue}8137[#8137] +* Resolve deadlocks in runtime checkin communication. {agent-pull}8881[#8881] {agent-issue}7944[#7944] +* Removed init.d support from RPM packages. {agent-pull}8896[#8896] {agent-issue}8840[#8840] + +// end 8.19.1 relnotes + // begin 8.19.0 relnotes [[release-notes-8.19.0]] From 8f75644a29f2ea3b702de3e39230ef27e4da0bc2 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Wed, 13 Aug 2025 09:35:02 -0500 Subject: [PATCH 2/3] apply suggestions from code review Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com> --- .../release-notes/release-notes-8.19.asciidoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 941a35317..ac430231e 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 @@ -26,9 +26,9 @@ Also see: // begin 8.19.2 relnotes [[release-notes-8.19.2]] -== 8.19.2 +== {fleet} and {agent} 8.19.2 -Review important information about the 8.19.2 release. +Review important information about the 8.19.2 release. [discrete] [[bug-fixes-8.19.2]] @@ -43,9 +43,9 @@ Fleet Server:: // begin 8.19.1 relnotes [[release-notes-8.19.1]] -== 8.19.1 +== {fleet} and {agent} 8.19.1 -Review important information about the 8.19.1 release. +Review important information about the 8.19.1 release. [discrete] [[new-features-8.19.1]] @@ -70,7 +70,7 @@ Elastic Agent:: * Update Elastic APM connector to v0.4.0. {agent-pull}8819[#8819] * Update API key auth extension to v0.2.0. {agent-pull}8819[#8819] * Update Elastic infra metrics processor to v0.16.0. {agent-pull}8819[#8819] -* Rename OTel collector config file in diagnostics from otel-final.yaml to otel-merged.yaml. {agent-pull}9052[#9052] +* Rename OTel collector config file in diagnostics from `otel-final.yaml` to `otel-merged.yaml`. {agent-pull}9052[#9052] [discrete] [[bug-fixes-8.19.1]] @@ -79,9 +79,9 @@ Elastic Agent:: Elastic Agent:: * Remove incorrect logging that unprivileged installations are in beta. {agent-pull}8715[#8715] {agent-issue}8689[#8689] -* Ensure standalone elastic agent uses log level from configuration instead of persisted state. {agent-pull}8784[#8784] {agent-issue}8137[#8137] +* Ensure standalone Elastic Agent uses log level from configuration instead of persisted state. {agent-pull}8784[#8784] {agent-issue}8137[#8137] * Resolve deadlocks in runtime checkin communication. {agent-pull}8881[#8881] {agent-issue}7944[#7944] -* Removed init.d support from RPM packages. {agent-pull}8896[#8896] {agent-issue}8840[#8840] +* Remove init.d support from RPM packages. {agent-pull}8896[#8896] {agent-issue}8840[#8840] // end 8.19.1 relnotes From a4e7b525f4d9ecf272da218541115a410b207525 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Wed, 13 Aug 2025 09:35:18 -0500 Subject: [PATCH 3/3] apply suggestions from code review Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com> --- .../ingest-management/release-notes/release-notes-8.19.asciidoc | 2 +- 1 file changed, 1 insertion(+), 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 ac430231e..15ee59996 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 @@ -36,7 +36,7 @@ Review important information about the 8.19.2 release. Fleet Server:: -* Fix upgrade details download_rate as string handling. {fleet-server-pull}5062[#5062] {fleet-server-pull}5232[#5232] {fleet-server-pull}5238[#5238] {fleet-server-pull}5176[#5176] {fleet-server-issue}5164[#5164] +* Fix upgrade details `download_rate` as string handling. {fleet-server-pull}5062[#5062] {fleet-server-pull}5232[#5232] {fleet-server-pull}5238[#5238] {fleet-server-pull}5176[#5176] {fleet-server-issue}5164[#5164] // end 8.19.2 relnotes