Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.14] Add Fleet & Agent 8.14.1 Release Notes (backport #1126) #1130

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,58 @@

This section summarizes the changes in each release.

* <<release-notes-8.14.1>>
* <<release-notes-8.14.0>>

Also see:

* {kibana-ref}/release-notes.html[{kib} release notes]
* {beats-ref}/release-notes.html[{beats} release notes]

// begin 8.14.1 relnotes

[[release-notes-8.14.1]]
== {fleet} and {agent} 8.14.1

Review important information about {fleet-server} and {agent} for the 8.14.1 release.

[discrete]
[[security-updates-8.14.1]]
=== Security updates

{fleet-server}::
* Update {fleet-server} Go version to 1.21.11. {fleet-server-pull}3607[#3607]

[discrete]
[[new-features-8.14.1]]
=== New features

The 8.14.1 release added the following new and notable features.

{agent}::
* For users of {agent} running as an OpenTelemetry Collector, the link:https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/elasticsearchexporter[`elasticsearchexporter`] and the link:https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/filterprocessor[`filterprocessor`] are now available to configure in agent pipelines. {agent-pull}4707[#4707] {agent-pull}4708[#4708]

[discrete]
[[enhancements-8.14.1]]
=== Enhancements

{agent}::
* The more reliable snapshot API is now used in place of the artifact API for snapshot downloads, for both {agent} upgrades to a snapshot and for artifact fetching used in testing. {agent-pull}4693[#4693] {agent-issue}4458[#4458]
* The {agent} diagnostics bundle now contains an `agent-info.yaml` file, which provides information on the running agent, including its agent ID, whether or not it's a snapshot, any headers, and if it's running in `unprivileged` mode. {agent-pull}4725[#4725] {agent-issue}4439[#4439]

[discrete]
[[bug-fixes-8.14.1]]
=== Bug fixes

{fleet}::
* The "restart upgrade" button for single agent upgrades is now enabled as expected when the upgrade has been pending for over 2 hours. {kibana-pull}184586[#184586]

{agent}::
* Make {agent} delayed enrollment try indefinitely until the agent is able to enroll successfully into {fleet}. {agent-pull}4727[#4727] {agent-issue}4716[#4716]
* Fix delayed enrollment to work in unprivileged mode on Windows. {agent-pull}4779[#4779] {agent-issue}4678[#4678]

// end 8.14.1 relnotes

// begin 8.14.0 relnotes

[[release-notes-8.14.0]]
Expand Down