Skip to content

Commit c0e4a9a

Browse files
authored
Doc: Add Fleet Server and Elastic Agent release notes for 8.19.4 (#1854)
1 parent 89c8120 commit c0e4a9a

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

docs/en/ingest-management/release-notes/release-notes-8.19.asciidoc

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
This section summarizes the changes in each release.
1616

17+
* <<release-notes-8.19.4>>
1718
* <<release-notes-8.19.3>>
1819
* <<release-notes-8.19.2>>
1920
* <<release-notes-8.19.1>>
@@ -24,6 +25,43 @@ Also see:
2425
* {kibana-ref}/release-notes.html[{kib} release notes]
2526
* {beats-ref}/release-notes.html[{beats} release notes]
2627

28+
// begin 8.19.4 relnotes
29+
30+
[[release-notes-8.19.4]]
31+
== {fleet} and {agent} 8.19.4
32+
33+
[discrete]
34+
[[features-enhancements-8.19.4]]
35+
=== New features and enhancements
36+
37+
Elastic Agent::
38+
* Bump kube-stack Helm Chart to 0.9.1 and enable the cluster collector. link:https://github.com/elastic/elastic-agent/pull/9535[#9535]
39+
* Enhanced loggers for easier debugging of upgrade related issues. link:https://github.com/elastic/elastic-agent/pull/9689[#9689] link:https://github.com/elastic/elastic-agent/issues/9536[#9536]
40+
41+
42+
[discrete]
43+
[[bug-fixes-8.19.4]]
44+
=== Bug fixes
45+
46+
Elastic Agent::
47+
* Redact secrets from pre-config, computed-config, components-expected, and components-actual files in diagnostics archive. link:https://github.com/elastic/elastic-agent/pull/9560[#9560]
48+
* Retry service start command upon failure with 30-second delay. link:https://github.com/elastic/elastic-agent/pull/9313[#9313]
49+
* Fix reporting of scheduled upgrade details across restarts and cancels. link:https://github.com/elastic/elastic-agent/pull/9562[#9562] link:https://github.com/elastic/elastic-agent/issues/8778[#8778]
50+
* Enable root user to re-enroll unprivileged agent for mac and linux. link:https://github.com/elastic/elastic-agent/pull/9603[#9603] link:https://github.com/elastic/elastic-agent/issues/8544[#8544]
51+
* Fix missing liveness healthcheck during container enrollment. link:https://github.com/elastic/elastic-agent/pull/9612[#9612] link:https://github.com/elastic/elastic-agent/issues/9611[#9611]
52+
* Enable admin user to re-enroll unprivileged agent for windows. link:https://github.com/elastic/elastic-agent/pull/9623[#9623] link:https://github.com/elastic/elastic-agent/issues/8544[#8544]
53+
* Treat exit code 284 from Endpoint binary as non-fatal. link:https://github.com/elastic/elastic-agent/pull/9687[#9687]
54+
* Ensure failed upgrade actions are removed from queue and details are set. link:https://github.com/elastic/elastic-agent/pull/9634[#9634] link:https://github.com/elastic/elastic-agent/issues/9629[#9629]
55+
56+
57+
Fleet Server::
58+
* Restore connection limiter. link:https://github.com/elastic/fleet-server/pull/5372[#5372]
59+
+
60+
Restore connection level limiter to prevent OOM incidents. This limiter is used in addition to the request-level throttle so that once our in-flight requests reaches max_connections a 429 is returned, but if the total connections the server uses is over max_connections*1.1 the server dropsthe connection before the TLS handshake.
61+
* Build fleet-server as fully static binary to restore OS matrix compatibility. link:https://github.com/elastic/fleet-server/pull/5392[#5392] link:https://github.com/elastic/fleet-server/issues/5262[#5262]
62+
63+
// end 8.19.4 relnotes
64+
2765
// begin 8.19.3 relnotes
2866

2967
[[release-notes-8.19.3]]

0 commit comments

Comments
 (0)