From 33be7eb8060dbbc3eb35cdc82068ee462a52975b Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:50:15 -0400 Subject: [PATCH] Add Fleet & Agent 8.15.3 Release Notes (#1381) (cherry picked from commit 85e7555aa5d87785403e0a75fc80c0de533229a0) --- .../release-notes/release-notes-8.15.asciidoc | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc index 54127cb4f..1dff362b4 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.15.asciidoc @@ -14,6 +14,9 @@ This section summarizes the changes in each release. +* <> +* <> +* <> * <> Also see: @@ -21,6 +24,39 @@ Also see: * {kibana-ref}/release-notes.html[{kib} release notes] * {beats-ref}/release-notes.html[{beats} release notes] +// begin 8.15.3 relnotes + +[[release-notes-8.15.3]] +== {fleet} and {agent} 8.15.3 + +Review important information about the {fleet} and {agent} 8.15.3 release. + +[discrete] +[[security-updates-8.15.3]] +=== Security updates + +{agent}:: +* Update Go version to 1.22.8. {agent-pull}5718[#5718] + +[discrete] +[[enhancements-8.15.3]] + +=== Enhancements + +{agent}:: +* Adjust the default memory requests and limits for {agent} when it runs in a Kubernetes cluster. {agent-pull}5614[#5614] {agent-issue}5613[#5613] {agent-issue}4729[#4729] +* Use a metadata watcher for ReplicaSets in the K8s provider to collect only the name and OwnerReferences, which are used to connect Pods to Deployments and DaemonSets. {agent-pull}5699[#5699] {agent-issue}5623[#5623] + +[discrete] +[[bug-fixes-8.15.3]] +=== Bug fixes + +{agent}:: +* Add `pprof` endpoints to the monitoring server if they're enabled in the {agent} configuration. {agent-pull}5562[#5562] +* Stop the `elastic-agent inspect` command from printing the output configuration twice. {agent-pull}5692[#5692] {agent-issue}4471[#4471] + +// end 8.15.3 relnotes + // begin 8.15.2 relnotes [[release-notes-8.15.2]]