From 8e82c2291489028bfa9209776ddddb896aebf807 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Wed, 20 Nov 2024 11:24:21 -0500 Subject: [PATCH 1/2] Add Fleet & Agent 8.16.1 Release Notes --- .../release-notes/release-notes-8.16.asciidoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc index 0bf7228f9..bb44b7399 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc @@ -14,6 +14,7 @@ This section summarizes the changes in each release. +* <> * <> Also see: @@ -23,6 +24,22 @@ Also see: // begin 8.16.0 relnotes +[[release-notes-8.16.1]] +== {fleet} and {agent} 8.16.1 + +[discrete] +[[bug-fixes-8.16.0]] +=== Bug fixes + +{agent}:: +* During an {agent} upgrade, resolve paths to a proper value assuming that the upgrading agent is installed. {agent-pull}5879[#5879] {agent-issue}5872[#5872] +* Trim spaces in the user input accepted by the cli.confirm function. This allows users to enter spaces around the `yes/no` inputs in CLI confirmation prompts. {agent-pull}5909[#5909] +* Skip calling the `notifyFleetAuditUninstall` function to notify {fleet} on Windows during {agent} uninstall, to significantly reduce likelihood of an exception being thrown. {agent-pull}6065[#6065] {agent-issue}5952[#5952] + +// end 8.16.1 relnotes + +// begin 8.16.0 relnotes + [[release-notes-8.16.0]] == {fleet} and {agent} 8.16.0 From 26118a4050a7e52ba7bf0701c5cfca71873fc2e9 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Wed, 20 Nov 2024 11:32:43 -0500 Subject: [PATCH 2/2] Fix ID --- .../ingest-management/release-notes/release-notes-8.16.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc index bb44b7399..8fa2b9d24 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc @@ -28,7 +28,7 @@ Also see: == {fleet} and {agent} 8.16.1 [discrete] -[[bug-fixes-8.16.0]] +[[bug-fixes-8.16.1]] === Bug fixes {agent}::