diff --git a/docs/en/ingest-management/release-notes/release-notes-8.11.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.11.asciidoc index 30ef6f5d9..2578b4b0c 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.11.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.11.asciidoc @@ -31,23 +31,34 @@ Also see: Review important information about {fleet-server} and {agent} for the 8.11.1 release. -IMPORTANT: The memory leak <> that affects Windows users running {agent} is resolved in this release. If you're currently on {agent} version 8.11.0 or 8.11.1, we recommend upgrading to 8.11.2. If you're on an earlier version, avoid upgrading to 8.11.0 or 8.11.1 and update directly to version 8.11.2. +IMPORTANT: The memory leak <> that affects Windows users running {agent} is resolved in this release. If you're currently on {agent} version 8.11.0 or 8.11.1, we recommend upgrading to 8.11.2 to avoid the issue. If you're on an earlier version, avoid upgrading to version 8.11.0 or 8.11.1 and update directly to version 8.11.2. [discrete] -[[new-features-8.11.2]] -=== New features +[[enhancements-8.11.2]] +=== Enhancements -The 8.11.2 release Added the following new and notable features. +{fleet}:: +* Improve UX for policy secrets. {kibana-pull}171405[#171405] {agent}:: -//example * Add the dimensions `component.id` and `component.binary` to {agent} and {beats} monitoring output, to support unique entries for the Time Series Database (TSDB) feature. {agent-pull}3626[#3626] https://github.com/elastic/integrations/issues//7977[#7977] +* Add configuration parameters for the Kubernetes `leader_election` provider. {agent-pull}3625[#3625] +* Update NodeJS version bundled with Heartbeat to v18.18.2. {agent-pull}3655[#3655] +* Update Go version to 1.20.11. {agent-pull}3748[#3748] [discrete] [[bug-fixes-8.11.2]] === Bug fixes {fleet}:: -//example * Append space ID to security solution tag. ({kibana-pull}170789[#170789]). +* Support integration secrets in a local package registry with variables `secret: true` and `required: false`. {kibana-pull}172078[#172078] +* Fix agent metrics retrieval on the agent list page, previously displaying N/A for metrics for users with more than 10 agents. {kibana-pull}172016[#172016] +* Only add `time_series_metric` if TSDB is enabled. {kibana-pull}171712[#171712] +* Fix inability to upgrade agents from version 8.10.4 to version 8.11. {kibana-pull}170974[#170974] + +{agent}:: +* Fix logging calls that incorrectly use non-f variants and have missing arguments. {agent-pull}3679[#3679] +* Fix {fleet}-managed {agent} ignoring the `agent.download.proxy_url` setting after a policy is updated. {agent-pull}3803[#3803] {agent-issue}3560[#3560] +* Create a custom `MarshalYAML()` method to properly handle error fields in agent diagnostics. {agent-pull}3835[#3835] {agent-issue}2940[#2940] // end 8.11.2 relnotes