Skip to content

Commit 8a8c0f7

Browse files
authored
Doc: Add Fleet Server and Elastic Agent release notes for 8.18.7 (#1855)
1 parent 39753fd commit 8a8c0f7

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

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

Lines changed: 41 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.18.7>>
1718
* <<release-notes-8.18.6>>
1819
* <<release-notes-8.18.5>>
1920
* <<release-notes-8.18.4>>
@@ -27,6 +28,46 @@ Also see:
2728
* {kibana-ref}/release-notes.html[{kib} release notes]
2829
* {beats-ref}/release-notes.html[{beats} release notes]
2930

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

3273
[[release-notes-8.18.6]]

0 commit comments

Comments
 (0)