From ffd6523404c2c5eecf6a90823038c69a6ea48e71 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:52:23 -0400 Subject: [PATCH] Add Fleet & Agent 8.14.1 Release Notes (#1126) * Add Fleet & Agent 8.14.1 Release Notes * Add Fleet contents * Add 'delayed enrollment' bug fixes * Update docs/en/ingest-management/release-notes/release-notes-8.14.asciidoc Co-authored-by: Kyle Pollich --------- Co-authored-by: Kyle Pollich (cherry picked from commit 1f6e1c947b5687600ab74d4771d2de7941f92e14) --- .../release-notes/release-notes-8.14.asciidoc | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.14.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.14.asciidoc index 4ed2fd00e..1c3858b51 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.14.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.14.asciidoc @@ -14,6 +14,7 @@ This section summarizes the changes in each release. +* <> * <> Also see: @@ -21,6 +22,50 @@ 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]]