|
14 | 14 |
|
15 | 15 | This section summarizes the changes in each release. |
16 | 16 |
|
| 17 | +* <<release-notes-8.17.1>> |
17 | 18 | * <<release-notes-8.17.0>> |
18 | 19 |
|
19 | 20 | Also see: |
20 | 21 |
|
21 | 22 | * {kibana-ref}/release-notes.html[{kib} release notes] |
22 | 23 | * {beats-ref}/release-notes.html[{beats} release notes] |
23 | 24 |
|
| 25 | +// begin 8.17.1 relnotes |
| 26 | + |
| 27 | +[[release-notes-8.17.1]] |
| 28 | +== {fleet} and {agent} 8.17.1 |
| 29 | + |
| 30 | +Review important information about the {fleet} and {agent} 8.17.1 release. |
| 31 | + |
| 32 | +[discrete] |
| 33 | +[[breaking-changes-8.17.1]] |
| 34 | +=== Breaking changes |
| 35 | + |
| 36 | +Breaking changes can prevent your application from optimal operation and |
| 37 | +performance. Before you upgrade, review the breaking changes, then mitigate the |
| 38 | +impact to your application. |
| 39 | + |
| 40 | +{agent}:: |
| 41 | +* {agent} Docker images for {ecloud} have been reverted from having been based off of Ubuntu 24.04 to being based off of Ubuntu 20.04. This is to ensure compatibility with {ece}, support for new Wolfi-based images, and for GNU C Library (glibc) compatibility. {agent-pull}6393[#6393] |
| 42 | + |
| 43 | +//*Impact* + |
| 44 | +//<Describe how users should mitigate the change.> For more information, refer to {fleet-guide}/fleet-server.html[Fleet Server]. |
| 45 | +//==== |
| 46 | +
|
| 47 | +[discrete] |
| 48 | +[[new-features-8.17.1]] |
| 49 | +=== New features |
| 50 | +
|
| 51 | +The 8.17.1 release Added the following new and notable features. |
| 52 | +
|
| 53 | +* Add the link:https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/loadbalancingexporter[Otel loadbalancing exporter] to {agent}. {agent-pull}6315[#6315] |
| 54 | +
|
| 55 | +[discrete] |
| 56 | +[[enhancements-8.17.1]] |
| 57 | +=== Enhancements |
| 58 | +
|
| 59 | +{agent}:: |
| 60 | +
|
| 61 | +* Respond with an error message in case the user running the `enroll` command and the user who is the owner of the {agent} program files don't match. {agent-pull}6144[#6144] {agent-issue}4889[#4889] |
| 62 | +* Implement the `MarshalJSON` method on the `component.Component` struct, so that when the component model is logged, the output does not contain any secrets that might be part of the component model. {agent-pull}6329[#6329] {agent-issue}5675[#5675] |
| 63 | +
|
| 64 | +[discrete] |
| 65 | +[[bug-fixes-8.17.1]] |
| 66 | +=== Bug fixes |
| 67 | +
|
| 68 | +{fleet-server}:: |
| 69 | +* Do not set the `unenrolled_at` attribute when the audit/unenroll API is called. {fleet-server-pull}4221[#4221] {agent-issue}6213[#6213] |
| 70 | +* Remove PGP endpoint auth requirement so that air-gapped {agents} can retreive a PGP key from {fleet-server}. {fleet-server-pull}4256[#4256] {fleet-server-issue}4255[#4255] |
| 71 | +
|
| 72 | +{agent}:: |
| 73 | +* During uninstall, call the audit or unenroll API before components are stopped, if {agent} is running a {fleet-server} instance. {agent-pull}6085[#6085] {agent-issue}5752[#5752] |
| 74 | +* Update OTel components to v0.1156.0. {agent-pull}6391[#6391] |
| 75 | +* Restore the `cloud-defend` binary which was accidentally removed in version 8.17.0. {agent-pull}6470[#6470] {agent-issue}6469[#6469] |
| 76 | +
|
| 77 | +// end 8.17.1 relnotes |
| 78 | +
|
24 | 79 | // begin 8.17.0 relnotes |
25 | 80 |
|
26 | 81 | [[release-notes-8.17.0]] |
|
0 commit comments