Skip to content

Commit 2cf3931

Browse files
Add Fleet & Agent 8.17.7 Release Notes (#1798)
* copy over asciidoc content * Update and review release-notes-8.17.7 --------- Co-authored-by: Aleksandra Spilkowska <[email protected]>
1 parent 435e76d commit 2cf3931

File tree

1 file changed

+31
-12
lines changed

1 file changed

+31
-12
lines changed

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

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,27 @@ Also see:
2727
* {kibana-ref}/release-notes.html[{kib} release notes]
2828
* {beats-ref}/release-notes.html[{beats} release notes]
2929

30+
// begin 8.17.7 relnotes
3031

32+
[[release-notes-8.17.7]]
33+
== {fleet} and {agent} 8.17.7
3134

35+
Review important information about the 8.17.7 release.
36+
37+
[discrete]
38+
[[security-updates-8.17.7]]
39+
=== Security updates
40+
41+
* Upgrade Go version to v1.24.3 in {{agent}}. {agent-pull}8109[https://github.com/elastic/elastic-agent/pull/8109]
42+
43+
44+
[discrete]
45+
[[bug-fixes-8.17.7]]
46+
=== Bug fixes
47+
48+
* Improve the upgrade process for {{agent}} installed using DEB or RPM packages by copying the run directory from the previous installation into the new version's folder. {agent-pull}7999[https://github.com/elastic/elastic-agent/pull/7999] {agent-issue}3832[https://github.com/elastic/elastic-agent/issues/3832]
49+
50+
// end 8.17.7 relnotes
3251

3352
// begin 8.17.6 relnotes
3453

@@ -61,7 +80,7 @@ Review important information about the 8.17.5 release.
6180
=== Enhancements
6281

6382
{agent}::
64-
* Ensure consistent input order In self-monitoring configuration. {agent-pull}7724[#7724]
83+
* Ensure consistent input order In self-monitoring configuration. {agent-pull}7724[#7724]
6584

6685
[discrete]
6786
[[bug-fixes-8.17.5]]
@@ -76,7 +95,7 @@ Review important information about the 8.17.5 release.
7695
* Fix concurrent access to remote bulker configuration. {fleet-server-pull}4776[#4776]
7796

7897
{agent}::
79-
* Change how Windows process handles are obtained when assigning sub-processes to job objects. {agent-pull}6825[#6825]
98+
* Change how Windows process handles are obtained when assigning sub-processes to job objects. {agent-pull}6825[#6825]
8099
* Rework Windows user password generation to meet security policy constraints. {agent-pull}7507[#7507] {agent-issue}7506[#7506]
81100
* Wait for Windows service to be fully removed before re-installing during agent switch. {agent-pull}7589[#7589] {agent-issue}6970[#6970]
82101
* Fix panic during shutdown in `Fleetgateway`. {agent-pull}7629[#7629] {agent-issue}7309[#7309]
@@ -126,16 +145,16 @@ In the 9.x releases, the option that appears in the UI for an upgrade across a m
126145
The 8.17.4 release adds the following new and notable features.
127146

128147
{agent}::
129-
* Add managed OTLP endpoint sample configurations. {agent-pull}6630[#6630]
148+
* Add managed OTLP endpoint sample configurations. {agent-pull}6630[#6630]
130149

131150
[discrete]
132151
[[enhancements-8.17.4]]
133152
=== Enhancements
134153

135154
{agent}::
136155
* Improve `kubernetes_secrets` provider secret logging. {agent-pull}6841[#6841] {agent-issue}6187[#6187]
137-
* Include all metadata that is sent to {fleet} in the `agent-info.yaml` file in diagnostics by default. {agent-pull}7029[#7029]
138-
* Add API key prefix to managed OTLP endpoint host configurations in EDOT collector kube stack Helm chart. {agent-pull}7063[#7063]
156+
* Include all metadata that is sent to {fleet} in the `agent-info.yaml` file in diagnostics by default. {agent-pull}7029[#7029]
157+
* Add API key prefix to managed OTLP endpoint host configurations in EDOT collector kube stack Helm chart. {agent-pull}7063[#7063]
139158

140159
[discrete]
141160
[[bug-fixes-8.17.4]]
@@ -144,15 +163,15 @@ The 8.17.4 release adds the following new and notable features.
144163
{agent}::
145164
* Add conditions to the `copy_fields` processors used with {agent} self-monitoring to prevent spamming the debug logs. {agent-pull}6730[#6730] {agent-issue}5299[#5299]
146165
* Improve message when Fleet Server's audit API endpoint returns a 401 Unauthorized response. {agent-pull}6735[#6735] {agent-issue}6711[#6711]
147-
* Fix `secret_paths` redaction along complex paths in diagnostics. {agent-pull}6710[#6710]
166+
* Fix `secret_paths` redaction along complex paths in diagnostics. {agent-pull}6710[#6710]
148167
* Make enroll command backoff more conservative and add backoff when using `--delay-enroll`. {agent-pull}6983[#6983] {agent-issue}6761[#6761]
149168
* Fix an issue where `fixpermissions` on Windows incorrectly returned an error message due to improper handling of Windows API return values. {agent-pull}7059[#7059] {agent-issue}6917[#6917]
150-
* Support IPv6 hosts in enroll URL. {agent-pull}7036[#7036]
151-
* Support IPv6 hosts in GRPC configuration. {agent-pull}7035[#7035]
152-
* Rotate logger output file when writing to a symbolic link. {agent-pull}6938[#6938]
169+
* Support IPv6 hosts in enroll URL. {agent-pull}7036[#7036]
170+
* Support IPv6 hosts in GRPC configuration. {agent-pull}7035[#7035]
171+
* Rotate logger output file when writing to a symbolic link. {agent-pull}6938[#6938]
153172
* Do not fail Windows permission updates on missing files or paths. {agent-pull}7305[#7305] {agent-issue}7301[#7301]
154-
* Make `otelcol` script executable in the Docker image. {agent-pull}7345[#7345]
155-
* Fix {es} exporter configuration in `kube-stack` values. {agent-pull}7380[#7380]
173+
* Make `otelcol` script executable in the Docker image. {agent-pull}7345[#7345]
174+
* Fix {es} exporter configuration in `kube-stack` values. {agent-pull}7380[#7380]
156175

157176
// end 8.17.4 relnotes
158177

@@ -267,7 +286,7 @@ impact to your application.
267286
268287
*Details*
269288
270-
{ecloud} deployments that use the smallest available {kib} instance size of 1 GB may crash due to out of memory errors when the Security UI is loaded.
289+
{ecloud} deployments that use the smallest available {kib} instance size of 1 GB may crash due to out of memory errors when the Security UI is loaded.
271290
272291
*Impact* +
273292

0 commit comments

Comments
 (0)