-
Notifications
You must be signed in to change notification settings - Fork 238
Fleet Server / Elastic Agent 9.0.6 and 9.1.3 release notes #2724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,6 +26,35 @@ To check for security updates, go to [Security announcements for the Elastic sta | |
| % ### Fixes [fleet-elastic-agent-next-fixes] | ||
| % * | ||
|
|
||
| ## 9.1.3 [fleet-elastic-agent-9.1.3-release-notes] | ||
|
|
||
| ### Features and enhancements [fleet-elastic-agent-9.1.3-features-enhancements] | ||
|
|
||
| **Elastic Agent** | ||
|
|
||
| * Adjust the timeout for Elastic Defend check command. [#9329](https://github.com/elastic/elastic-agent/pull/9329) [#9521](https://github.com/elastic/elastic-agent/pull/9521) [#9522](https://github.com/elastic/elastic-agent/pull/9522) [#9545](https://github.com/elastic/elastic-agent/pull/9545) [#9213](https://github.com/elastic/elastic-agent/pull/9213) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why not use the pull subs in this PR?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I used the new automation from elastic/elastic-agent-changelog-tool#213 to generate/format the list items. That automation will not use the subs because it will not be aware of what subs are available in each repo. |
||
| * Update OTel components to v0.130.0. [#9329](https://github.com/elastic/elastic-agent/pull/9329) [#9521](https://github.com/elastic/elastic-agent/pull/9521) [#9522](https://github.com/elastic/elastic-agent/pull/9522) [#9545](https://github.com/elastic/elastic-agent/pull/9545) [#9362](https://github.com/elastic/elastic-agent/pull/9362) | ||
|
colleenmcginnis marked this conversation as resolved.
Outdated
|
||
|
|
||
| ### Fixes [fleet-elastic-agent-9.1.3-fixes] | ||
|
|
||
| **Elastic Agent** | ||
|
|
||
| * Upgrade to Go 1.24.6. [#9287](https://github.com/elastic/elastic-agent/pull/9287) | ||
|
colleenmcginnis marked this conversation as resolved.
Outdated
|
||
| * On Windows, retry saving the Agent information file to disk. [#9224](https://github.com/elastic/elastic-agent/pull/9224) [#5862](https://github.com/elastic/elastic-agent/issues/5862) | ||
|
|
||
| Saving the Agent information file involves renaming/moving a file to its final destination. However, on Windows, it is sometimes not possible to rename/move a file to its destination file because the destination file is locked by another process (e.g. antivirus software). For such situations, we now retry the save operation on Windows. | ||
|
colleenmcginnis marked this conversation as resolved.
Outdated
|
||
|
|
||
| * Correct hints annotations parsing to resolve only `${kubernetes.*}` placeholders instead of resolving all `${...}` patterns. [#9307](https://github.com/elastic/elastic-agent/pull/9307) | ||
| * Treat exit code 28 from Endpoint binary as non-fatal. [#9320](https://github.com/elastic/elastic-agent/pull/9320) | ||
| * Fixed jitter backoff strategy reset. [#9342](https://github.com/elastic/elastic-agent/pull/9342) [#8864](https://github.com/elastic/elastic-agent/issues/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. [#9451](https://github.com/elastic/elastic-agent/pull/9451) [#9328](https://github.com/elastic/elastic-agent/issues/9328) | ||
|
colleenmcginnis marked this conversation as resolved.
Outdated
|
||
| * Fix deb upgrade by stopping elastic-agent service before stopping endpoint. [#9462](https://github.com/elastic/elastic-agent/pull/9462) | ||
|
colleenmcginnis marked this conversation as resolved.
Outdated
|
||
|
|
||
| **Fleet Server** | ||
|
|
||
| * Fix 503 handling in enrollment. [#5232](https://github.com/elastic/fleet-server/pull/5232) [#5197](https://github.com/elastic/fleet-server/issues/5197) | ||
| * Remove extra ES search when preparing agent policy. [#5283](https://github.com/elastic/fleet-server/pull/5283) | ||
|
|
||
| ## 9.1.2 [fleet-elastic-agent-9.1.2-release-notes] | ||
|
|
||
| There are no new features, enhancements, or fixes in this release. | ||
|
|
@@ -118,6 +147,34 @@ There are no new features, enhancements, or fixes in this release. | |
| * Enable dead code elimination. [#4784]({{fleet-server-pull}}4784) | ||
| * Include the base error for JSON decode error responses. [#5069]({{fleet-server-pull}}5069) | ||
|
|
||
| ## 9.0.6 [fleet-elastic-agent-9.0.6-release-notes] | ||
|
|
||
| ### Features and enhancements [fleet-elastic-agent-9.0.6-features-enhancements] | ||
|
|
||
| **Elastic Agent** | ||
|
|
||
| * Adjust the timeout for Elastic Defend check command. [#9523](https://github.com/elastic/elastic-agent/pull/9523) [#9524](https://github.com/elastic/elastic-agent/pull/9524) [#9542](https://github.com/elastic/elastic-agent/pull/9542) [#9213](https://github.com/elastic/elastic-agent/pull/9213) | ||
|
colleenmcginnis marked this conversation as resolved.
Outdated
|
||
|
|
||
| ### Fixes [fleet-elastic-agent-9.0.6-fixes] | ||
|
|
||
| **Elastic Agent** | ||
|
|
||
| * Upgrade to Go 1.24.6. [#9287](https://github.com/elastic/elastic-agent/pull/9287) | ||
|
colleenmcginnis marked this conversation as resolved.
Outdated
|
||
| * On Windows, retry saving the Agent information file to disk. [#9224](https://github.com/elastic/elastic-agent/pull/9224) [#5862](https://github.com/elastic/elastic-agent/issues/5862) | ||
|
|
||
| Saving the Agent information file involves renaming/moving a file to its final destination. However, on Windows, it is sometimes not possible to rename/move a file to its destination file because the destination file is locked by another process (e.g. antivirus software). For such situations, we now retry the save operation on Windows. | ||
|
colleenmcginnis marked this conversation as resolved.
Outdated
|
||
|
|
||
| * Correct hints annotations parsing to resolve only `${kubernetes.*}` placeholders instead of resolving all `${...}` patterns. [#9307](https://github.com/elastic/elastic-agent/pull/9307) | ||
| * Treat exit code 28 from Endpoint binary as non-fatal. [#9320](https://github.com/elastic/elastic-agent/pull/9320) | ||
| * Fixed jitter backoff strategy reset. [#9342](https://github.com/elastic/elastic-agent/pull/9342) [#8864](https://github.com/elastic/elastic-agent/issues/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. [#9451](https://github.com/elastic/elastic-agent/pull/9451) [#9328](https://github.com/elastic/elastic-agent/issues/9328) | ||
|
colleenmcginnis marked this conversation as resolved.
Outdated
|
||
| * Fix deb upgrade by stopping elastic-agent service before upgrading. [#9462](https://github.com/elastic/elastic-agent/pull/9462) | ||
|
colleenmcginnis marked this conversation as resolved.
Outdated
|
||
|
|
||
| **Fleet Server** | ||
|
|
||
| * Fix 503 handling in enrollment. [#5232](https://github.com/elastic/fleet-server/pull/5232) [#5197](https://github.com/elastic/fleet-server/issues/5197) | ||
| * Remove extra ES search when preparing agent policy. [#5283](https://github.com/elastic/fleet-server/pull/5283) | ||
|
|
||
| ## 9.0.5 [fleet-elastic-agent-9.0.5-release-notes] | ||
|
|
||
| ### Fixes [fleet-elastic-agent-9.0.5-fixes] | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.