From 4ad8a27c7ba554201c67767e9dcad182fb910904 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Mon, 24 Mar 2025 11:14:59 -0400 Subject: [PATCH 1/8] Add Fleet & Agent 8.17.4 Release Notes --- .../release-notes/release-notes-8.17.asciidoc | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc index d47d9005e..050050edf 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc @@ -14,6 +14,7 @@ This section summarizes the changes in each release. +* <> * <> * <> * <> @@ -26,6 +27,49 @@ Also see: +// begin 8.17.4 relnotes + +[[release-notes-8.17.4]] +== {fleet} and {agent} 8.17.4 + +Review important information about the 8.17.4 release. + +[discrete] +[[new-features-8.17.4]] +=== New features + +The 8.17.4 release adds the following new and notable features. + +{agent}:: +* Add motel sample configurations. {agent-pull}6630[#6630] + +[discrete] +[[enhancements-8.17.4]] +=== Enhancements + +{agent}:: +* Improve `kubernetes_secrets` provider secret logging. {agent-pull}6841[#6841] {agent-issue}6187[#6187] +* Include all metadata that is sent to {fleet} in the `agent-info.yaml` file in diagnostics by default. {agent-pull}7029[#7029] +* Add API key prefix to motel host configurations. {agent-pull}7063[#7063] + +[discrete] +[[bug-fixes-8.17.4]] +=== Bug fixes + +{agent}:: +* Add conditions to `copy_fields` processors to prevent spamming the debug logs. {agent-pull}6730[#6730] {agent-issue}5299[#5299] +* Improve message when audit or uninstall returns 401. {agent-pull}6735[#6735] {agent-issue}6711[#6711] +* Fix `secret_paths` redaction along complex paths. {agent-pull}6710[#6710] +* Make enroll command backoff more conservative. {agent-pull}6983[#6983] {agent-issue}6761[#6761] +* Fix an issue where `fixpermissions` on Windows incorrectly returned an error message due to improper handling of Windows API return values. {agent-pull}7059[#7059] {agent-issue}6917[#6917] +* Support IPv6 hosts in enroll URL. {agent-pull}7036[#7036] +* Support IPv6 hosts in GRPC configuration. {agent-pull}7035[#7035] +* Rotate logger output file when writing to a symbolic link. {agent-pull}6938[#6938] +* Do not fail Windows permission updates on missing files or paths. {agent-pull}7305[#7305] {agent-issue}7301[#7301] +* Make `otelcol` executable in the Docker image. {agent-pull}7345[#7345] +* Fix {es} exporter configuration in `kube-stack` values. {agent-pull}7380[#7380] + +// end 8.17.4 relnotes // begin 8.17.3 relnotes From d31fa222a659f7e268a861b3e8faabf6c75d17c5 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:51:13 -0400 Subject: [PATCH 2/8] Update docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc Co-authored-by: Craig MacKenzie --- .../ingest-management/release-notes/release-notes-8.17.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc index 050050edf..9310db7c0 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc @@ -41,7 +41,7 @@ Review important information about the 8.17.4 release. The 8.17.4 release adds the following new and notable features. {agent}:: -* Add motel sample configurations. {agent-pull}6630[#6630] +* Add managed OTLP endpoint sample configurations. {agent-pull}6630[#6630] [discrete] [[enhancements-8.17.4]] From 84dd9d0e30c25748040247554f644e3af9148dce Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:51:22 -0400 Subject: [PATCH 3/8] Update docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc Co-authored-by: Craig MacKenzie --- .../ingest-management/release-notes/release-notes-8.17.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc index 9310db7c0..0e6eb0a53 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc @@ -57,7 +57,7 @@ The 8.17.4 release adds the following new and notable features. === Bug fixes {agent}:: -* Add conditions to `copy_fields` processors to prevent spamming the debug logs. {agent-pull}6730[#6730] {agent-issue}5299[#5299] +* Add conditions to the `copy_fields` processors used with {agent} self-monitoring to prevent spamming the debug logs. {agent-pull}6730[#6730] {agent-issue}5299[#5299] * Improve message when audit or uninstall returns 401. {agent-pull}6735[#6735] {agent-issue}6711[#6711] * Fix `secret_paths` redaction along complex paths. {agent-pull}6710[#6710] * Make enroll command backoff more conservative. {agent-pull}6983[#6983] {agent-issue}6761[#6761] From f6fa0aa05ad0d47ed6e867d367d85328b87311a7 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:51:32 -0400 Subject: [PATCH 4/8] Update docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc Co-authored-by: Craig MacKenzie --- .../ingest-management/release-notes/release-notes-8.17.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc index 0e6eb0a53..5d8d51189 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc @@ -50,7 +50,7 @@ The 8.17.4 release adds the following new and notable features. {agent}:: * Improve `kubernetes_secrets` provider secret logging. {agent-pull}6841[#6841] {agent-issue}6187[#6187] * Include all metadata that is sent to {fleet} in the `agent-info.yaml` file in diagnostics by default. {agent-pull}7029[#7029] -* Add API key prefix to motel host configurations. {agent-pull}7063[#7063] +* Add API key prefix to managed OTLP endpoint host configurations in EDOT collector kube stack Helm chart. {agent-pull}7063[#7063] [discrete] [[bug-fixes-8.17.4]] From 6afba230a415426f4ab24ad423233bcea5140027 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:51:41 -0400 Subject: [PATCH 5/8] Update docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc Co-authored-by: Craig MacKenzie --- .../ingest-management/release-notes/release-notes-8.17.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc index 5d8d51189..471184570 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc @@ -58,7 +58,7 @@ The 8.17.4 release adds the following new and notable features. {agent}:: * Add conditions to the `copy_fields` processors used with {agent} self-monitoring to prevent spamming the debug logs. {agent-pull}6730[#6730] {agent-issue}5299[#5299] -* Improve message when audit or uninstall returns 401. {agent-pull}6735[#6735] {agent-issue}6711[#6711] +* Improve message when Fleet Server's audit API endpoint returns a 401 Unauthorized response. {agent-pull}6735[#6735] {agent-issue}6711[#6711] * Fix `secret_paths` redaction along complex paths. {agent-pull}6710[#6710] * Make enroll command backoff more conservative. {agent-pull}6983[#6983] {agent-issue}6761[#6761] * Fix an issue where `fixpermissions` on Windows incorrectly returned an error message due to improper handling of Windows API return values. {agent-pull}7059[#7059] {agent-issue}6917[#6917] From 0be5a6f6463ac92615845f1c4fbe16154d4e205b Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:52:43 -0400 Subject: [PATCH 6/8] Update docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc Co-authored-by: Craig MacKenzie --- .../ingest-management/release-notes/release-notes-8.17.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc index 471184570..6f1bf68d7 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc @@ -66,7 +66,7 @@ The 8.17.4 release adds the following new and notable features. * Support IPv6 hosts in GRPC configuration. {agent-pull}7035[#7035] * Rotate logger output file when writing to a symbolic link. {agent-pull}6938[#6938] * Do not fail Windows permission updates on missing files or paths. {agent-pull}7305[#7305] {agent-issue}7301[#7301] -* Make `otelcol` executable in the Docker image. {agent-pull}7345[#7345] +* Make `otelcol` script executable in the Docker image. {agent-pull}7345[#7345] * Fix {es} exporter configuration in `kube-stack` values. {agent-pull}7380[#7380] // end 8.17.4 relnotes From 33505a290cecdcf3918afa1bab91e057bc6b32c4 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:52:53 -0400 Subject: [PATCH 7/8] Update docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc Co-authored-by: Craig MacKenzie --- .../ingest-management/release-notes/release-notes-8.17.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc index 6f1bf68d7..1cf3c6ef3 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc @@ -59,7 +59,7 @@ The 8.17.4 release adds the following new and notable features. {agent}:: * Add conditions to the `copy_fields` processors used with {agent} self-monitoring to prevent spamming the debug logs. {agent-pull}6730[#6730] {agent-issue}5299[#5299] * Improve message when Fleet Server's audit API endpoint returns a 401 Unauthorized response. {agent-pull}6735[#6735] {agent-issue}6711[#6711] -* Fix `secret_paths` redaction along complex paths. {agent-pull}6710[#6710] +* Fix `secret_paths` redaction along complex paths in diagnostics. {agent-pull}6710[#6710] * Make enroll command backoff more conservative. {agent-pull}6983[#6983] {agent-issue}6761[#6761] * Fix an issue where `fixpermissions` on Windows incorrectly returned an error message due to improper handling of Windows API return values. {agent-pull}7059[#7059] {agent-issue}6917[#6917] * Support IPv6 hosts in enroll URL. {agent-pull}7036[#7036] From 3d39bc83df7552972abe17b79d3990ec146cfb0c Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:53:06 -0400 Subject: [PATCH 8/8] Update docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc Co-authored-by: Craig MacKenzie --- .../ingest-management/release-notes/release-notes-8.17.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc index 1cf3c6ef3..a90615e6a 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc @@ -60,7 +60,7 @@ The 8.17.4 release adds the following new and notable features. * Add conditions to the `copy_fields` processors used with {agent} self-monitoring to prevent spamming the debug logs. {agent-pull}6730[#6730] {agent-issue}5299[#5299] * Improve message when Fleet Server's audit API endpoint returns a 401 Unauthorized response. {agent-pull}6735[#6735] {agent-issue}6711[#6711] * Fix `secret_paths` redaction along complex paths in diagnostics. {agent-pull}6710[#6710] -* Make enroll command backoff more conservative. {agent-pull}6983[#6983] {agent-issue}6761[#6761] +* Make enroll command backoff more conservative and add backoff when using `--delay-enroll`. {agent-pull}6983[#6983] {agent-issue}6761[#6761] * Fix an issue where `fixpermissions` on Windows incorrectly returned an error message due to improper handling of Windows API return values. {agent-pull}7059[#7059] {agent-issue}6917[#6917] * Support IPv6 hosts in enroll URL. {agent-pull}7036[#7036] * Support IPv6 hosts in GRPC configuration. {agent-pull}7035[#7035]