Skip to content
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,6 +14,7 @@

This section summarizes the changes in each release.

* <<release-notes-8.19.14>>
* <<release-notes-8.19.13>>
* <<release-notes-8.19.12>>
* <<release-notes-8.19.11>>
Expand All @@ -34,6 +35,42 @@ Also check:
* {kibana-ref}/release-notes.html[{kib} release notes]
* {beats-ref}/release-notes.html[{beats} release notes]

// begin 8.19.14 relnotes

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

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

Elastic Agent::

* Add Cloud Defend Integration support to the helm chart. https://github.com/elastic/elastic-agent/pull/13074[#13074]

[discrete]
[[enhancements-8.19.14]]
=== Enhancements

Elastic Agent::

* Update Go to v1.25.8. https://github.com/elastic/elastic-agent/pull/10156[#10156]
* Update OTel components to v0.145.0. https://github.com/elastic/elastic-agent/pull/13104[#13104]
* Update OTel to v1.54.0/v0.148.0. https://github.com/elastic/elastic-agent/pull/13317[#13317]

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

Elastic Agent::

* Update Kubernetes example manifests and add `HOSTFS_PROC_PATH` environment variable due to `procfs` fix in `cloud-defend` as well as mount points required for `cloud-defend`. https://github.com/elastic/elastic-agent/pull/12989[#12989]
* Fix an issue where some components could be missing from the status output. https://github.com/elastic/elastic-agent/pull/13119[#13119]
* Prevent zombie processes when component fails to shutdown. https://github.com/elastic/elastic-agent/pull/13188[#13188] https://github.com/elastic/elastic-agent/issues/13272[#13272]
* Fix container enrollment so it does not re-enroll when the Fleet URL is the same. https://github.com/elastic/elastic-agent/pull/13187[#13187]

// end 8.19.14 relnotes

// begin 8.19.13 relnotes

[[release-notes-8.19.13]]
Expand Down
Loading