From 00dcc6773fcb611b69a02ec15782517dd77dbdff Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Thu, 19 Sep 2024 18:12:42 -0400 Subject: [PATCH 1/3] Add Fleet & Agent 8.15.2 Release Notes --- .../release-notes/release-notes-8.15.asciidoc | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc index 9fa3c2ea7..6d4eb61e4 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc @@ -21,6 +21,27 @@ Also see: * {kibana-ref}/release-notes.html[{kib} release notes] * {beats-ref}/release-notes.html[{beats} release notes] +// begin 8.15.2 relnotes + +[[release-notes-8.15.2]] +== {fleet} and {agent} 8.15.2 + +Review important information about the {fleet} and {agent} 8.15.2 release. + +[discrete] +[[bug-fixes-8.15.2]] +=== Bug fixes + +{agent}:: +* Add the `health_check` extension to the `otel.yml` file bundled with the {agent} package, in order to prevent installation of the `open-telemetry/opentelemetry-collector` Helm chart from failing. {agent-pull}5369[#5369] {agent-issue}5092[#5092] +* Prevent the {agent} from crashing when self unenrolling due to too many authentication failures against {fleet-server}. {agent-pull}5438[#5438] {agent-issue}5434[#5434] +* Set the default log level when an {agent} policy is changed and a log level is not set in the policy. {agent-pull}5452[#5452] {agent-issue}5451[#5451] + +{fleet-server}:: +* Enable missing warnings for configuration options that have been deprecated throughout the 8.x lifecycle. {fleet-server-pull}3901[#3901] + +// end 8.15.2 relnotes + // begin 8.15.1 relnotes [[release-notes-8.15.1]] From cb8503fd0ff17132fd6b42e57caf07c9369959bf Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Tue, 24 Sep 2024 13:53:08 -0400 Subject: [PATCH 2/3] Add Fleet contents --- .../release-notes/release-notes-8.15.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc index 6d4eb61e4..db385f5b4 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc @@ -28,10 +28,21 @@ Also see: Review important information about the {fleet} and {agent} 8.15.2 release. +[discrete] +[[enhancements-8.15.2]] +=== Enhancements + +Fleet:: +* Bump the maximum supported package spec version to 3.2. ({kibana-pull}193574[#193574]) + [discrete] [[bug-fixes-8.15.2]] === Bug fixes +Fleet:: +* Prevent extra `agent_status` call with empty `policyId`, resulting in incorrect agent count on the `Edit Integration` page. ({kibana-pull}192549[#192549]) +* Set the correct title for the `Restart upgrade` agent modal. ({kibana-pull}192536[#192536]) + {agent}:: * Add the `health_check` extension to the `otel.yml` file bundled with the {agent} package, in order to prevent installation of the `open-telemetry/opentelemetry-collector` Helm chart from failing. {agent-pull}5369[#5369] {agent-issue}5092[#5092] * Prevent the {agent} from crashing when self unenrolling due to too many authentication failures against {fleet-server}. {agent-pull}5438[#5438] {agent-issue}5434[#5434] From 1f0915e6217cc418012419ea6b16e4ecaed0e6f2 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Tue, 24 Sep 2024 14:48:11 -0400 Subject: [PATCH 3/3] Add Beats interrupted connection bug --- .../ingest-management/release-notes/release-notes-8.15.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc index db385f5b4..54127cb4f 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc @@ -45,6 +45,7 @@ Fleet:: {agent}:: * Add the `health_check` extension to the `otel.yml` file bundled with the {agent} package, in order to prevent installation of the `open-telemetry/opentelemetry-collector` Helm chart from failing. {agent-pull}5369[#5369] {agent-issue}5092[#5092] +* Fix bug that prevented the {beats} {es} output from recovering from an interrupted connection. {beats-pull}40769[#40796] {beats-issue}40705[#40705] * Prevent the {agent} from crashing when self unenrolling due to too many authentication failures against {fleet-server}. {agent-pull}5438[#5438] {agent-issue}5434[#5434] * Set the default log level when an {agent} policy is changed and a log level is not set in the policy. {agent-pull}5452[#5452] {agent-issue}5451[#5451]