Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.16] Add Fleet & Agent 8.16.1 Release Notes (backport #1486) #1490

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

This section summarizes the changes in each release.

* <<release-notes-8.16.1>>
* <<release-notes-8.16.0>>

Also see:
Expand All @@ -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.1]]
=== 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

Expand Down