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.3>>
* <<release-notes-8.19.2>>
* <<release-notes-8.19.1>>
* <<release-notes-8.19.0>>
Expand All @@ -23,6 +24,60 @@ Also see:
* {kibana-ref}/release-notes.html[{kib} release notes]
* {beats-ref}/release-notes.html[{beats} release notes]

// begin 8.19.3 relnotes

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

Review important information about the 8.19.3 release.

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

Elastic Agent::

* Upgrade to Go version 1.24.6. {agent-pull}9287[#9287]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Upgrade to Go version 1.24.6. {agent-pull}9287[#9287]
* Upgrade Go version to 1.24.6. {agent-pull}9287[#9287]


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

The 8.19.3 release adds the following new and notable features.

Elastic Agent::

* Adjust the timeout for Elastic Defend check command. {agent-pull}9560[#9560] {agent-pull}9608[#9608] {agent-pull}9609[#9609] {agent-pull}9546[#9546] {agent-pull}9213[#9213]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the release notes for 9.1.3, it seems Pierre requested that only one of the issues is included for this issue and for the issue on line 58 (maybe the ones that are related to the specific branch, maybe). Not sure if such a change is needed here or not.


[discrete]
[[enhancements-8.19.3]]
=== Enhancements

Elastic Agent::

* Update OTel components to v0.130.0. {agent-pull}9560[#9560] {agent-pull}9608[#9608] {agent-pull}9609[#9609] {agent-pull}9546[#9546] {agent-pull}9343[#9343]

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

Elastic Agent::

* On Windows, retry saving the Agent information file to disk. {agent-pull}9224[#9224] {agent-issue}5862[#5862]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we include the additional description for this issue that was added for the release notes in 9.1.3: https://github.com/elastic/docs-content/pull/2724/files#diff-0476d2b5e8583455aaff701598366cc737043bc8281d1ad393d4790cbbbe6152R45 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just based on a difference in how the automation works for Markdown vs. AsciiDoc. I'd rather not manually copy over the description here since all other AsciiDoc release notes only use the summary.

* Correct hints annotations parsing to resolve only `${Kubernetes.*}` placeholders instead of resolving all `${...}` patterns. {agent-pull}9307[#9307]
* Treat exit code 28 from endpoint binary as non-fatal. {agent-pull}9320[#9320]
* Fixed jitter backoff strategy reset. {agent-pull}9342[#9342] {agent-issue}8864[#8864]
* Fix Docker container failing to start with no matching vars: `${Env.elasticsearch_api_key:}` and similar errors by restoring support for `:` to set default values. {agent-pull}9451[#9451] {agent-issue}9328[#9328]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Fix Docker container failing to start with no matching vars: `${Env.elasticsearch_api_key:}` and similar errors by restoring support for `:` to set default values. {agent-pull}9451[#9451] {agent-issue}9328[#9328]
* Fix Docker container failing to start with `no matching vars: ${Env.elasticsearch_api_key:}` and similar errors by restoring support for `:` to set default values. {agent-pull}9451[#9451] {agent-issue}9328[#9328]

* Fix deb upgrade by stopping elastic-agent service before stopping endpoint. {agent-pull}9462[#9462]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Fix deb upgrade by stopping elastic-agent service before stopping endpoint. {agent-pull}9462[#9462]
* Fix deb upgrade by stopping `elastic-agent` service before stopping endpoint. {agent-pull}9462[#9462]


Fleet Server::

* Fix 503 handling in enrollment. {fleet-server-pull}5232[#5232] {fleet-server-issue}5197[#5197]
* Remove extra ES search when preparing agent policy. {fleet-server-pull}5283[#5283]
* Reset trace links on bulk items when returning to pool. {fleet-server-pull}5317[#5317]

// end 8.19.3 relnotes

// begin 8.19.2 relnotes

[[release-notes-8.19.2]]
Expand Down