You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
15
15
This section summarizes the changes in each release.
16
16
17
+
* <<release-notes-8.16.1>>
17
18
* <<release-notes-8.16.0>>
18
19
19
20
Also see:
@@ -23,6 +24,22 @@ Also see:
23
24
24
25
// begin 8.16.0 relnotes
25
26
27
+
[[release-notes-8.16.1]]
28
+
== {fleet} and {agent} 8.16.1
29
+
30
+
[discrete]
31
+
[[bug-fixes-8.16.1]]
32
+
=== Bug fixes
33
+
34
+
{agent}::
35
+
* 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]
36
+
* 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]
37
+
* 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]
0 commit comments