-
Notifications
You must be signed in to change notification settings - Fork 256
Changelog for 9.1.3 #9565
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
Merged
Merged
Changelog for 9.1.3 #9565
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,54 @@ | ||
| // begin 9.1.3 relnotes | ||
|
|
||
| [[release-notes-9.1.3]] | ||
| == 9.1.3 | ||
|
|
||
| Review important information about the 9.1.3 release. | ||
|
|
||
| [discrete] | ||
| [[security-updates-9.1.3]] | ||
| === Security updates | ||
|
|
||
|
|
||
| elastic-agent:: | ||
|
|
||
| * Upgrade To Go 1.24.6. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/9287[#https://github.com/elastic/elastic-agent/pull/9287] | ||
|
|
||
|
|
||
| [discrete] | ||
| [[new-features-9.1.3]] | ||
| === New features | ||
|
|
||
| The 9.1.3 release adds the following new and notable features. | ||
|
|
||
|
|
||
| * Adjust The Timeout For Elastic Defend Check Command. {-pull}https://github.com/elastic/elastic-agent/pull/9329[#https://github.com/elastic/elastic-agent/pull/9329] {-pull}https://github.com/elastic/elastic-agent/pull/9521[#https://github.com/elastic/elastic-agent/pull/9521] {-pull}https://github.com/elastic/elastic-agent/pull/9522[#https://github.com/elastic/elastic-agent/pull/9522] {-pull}https://github.com/elastic/elastic-agent/pull/9545[#https://github.com/elastic/elastic-agent/pull/9545] {-pull}https://github.com/elastic/elastic-agent/pull/9213[#https://github.com/elastic/elastic-agent/pull/9213] | ||
|
|
||
|
|
||
| [discrete] | ||
| [[enhancements-9.1.3]] | ||
| === Enhancements | ||
|
|
||
|
|
||
| elastic-agent:: | ||
|
|
||
| * Update Otel Components To V0.130.0. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/9329[#https://github.com/elastic/elastic-agent/pull/9329] {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/9521[#https://github.com/elastic/elastic-agent/pull/9521] {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/9522[#https://github.com/elastic/elastic-agent/pull/9522] {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/9545[#https://github.com/elastic/elastic-agent/pull/9545] {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/9362[#https://github.com/elastic/elastic-agent/pull/9362] | ||
|
ebeahan marked this conversation as resolved.
Outdated
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| [discrete] | ||
| [[bug-fixes-9.1.3]] | ||
| === Bug fixes | ||
|
|
||
|
|
||
| elastic-agent:: | ||
|
|
||
| * On Windows, Retry Saving The Agent Information File To Disk. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/9224[#https://github.com/elastic/elastic-agent/pull/9224] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/5862[#https://github.com/elastic/elastic-agent/issues/5862] | ||
| * Correct Hints Annotations Parsing To Resolve Only `${Kubernetes.*}` Placeholders Instead Of Resolving All `${...}` Patterns. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/9307[#https://github.com/elastic/elastic-agent/pull/9307] | ||
| * Treat Exit Code 28 From Endpoint Binary As Non-Fatal. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/9320[#https://github.com/elastic/elastic-agent/pull/9320] | ||
| * Fixed Jitter Backoff Strategy Reset. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/9342[#https://github.com/elastic/elastic-agent/pull/9342] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/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. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/9451[#https://github.com/elastic/elastic-agent/pull/9451] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/9328[#https://github.com/elastic/elastic-agent/issues/9328] | ||
| * Fix Deb Upgrade By Stopping Elastic-Agent Service Before Stopping Endpoint. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/9462[#https://github.com/elastic/elastic-agent/pull/9462] | ||
|
|
||
| // end 9.1.3 relnotes | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,113 @@ | ||
| version: 9.1.3 | ||
| entries: | ||
| - kind: feature | ||
| summary: Adjust the timeout for Elastic Defend check command | ||
| description: "" | ||
| component: "" | ||
| pr: | ||
| - https://github.com/elastic/elastic-agent/pull/9329 | ||
| - https://github.com/elastic/elastic-agent/pull/9521 | ||
| - https://github.com/elastic/elastic-agent/pull/9522 | ||
| - https://github.com/elastic/elastic-agent/pull/9545 | ||
| - https://github.com/elastic/elastic-agent/pull/9213 | ||
|
ebeahan marked this conversation as resolved.
Outdated
|
||
| issue: [] | ||
| timestamp: 1753950420 | ||
| file: | ||
| name: 1753950420-adjust-endpoint-check-timeout.yaml | ||
| checksum: 8128c245da5eef165a531e45f95e3f964bbd1817 | ||
| - kind: bug-fix | ||
| summary: On Windows, retry saving the Agent information file to disk | ||
| description: | | ||
| 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. | ||
| component: elastic-agent | ||
| pr: | ||
| - https://github.com/elastic/elastic-agent/pull/9224 | ||
| issue: | ||
| - https://github.com/elastic/elastic-agent/issues/5862 | ||
| timestamp: 1754346816 | ||
| file: | ||
| name: 1754346816-fleet-enc-save-retries.yaml | ||
| checksum: fab4b29d2404c210dcb1441eb88e84dd3f6c9ad1 | ||
| - kind: bug-fix | ||
| summary: Correct hints annotations parsing to resolve only `${kubernetes.*}` placeholders instead of resolving all `${...}` patterns. | ||
| description: "" | ||
| component: elastic-agent | ||
| pr: | ||
| - https://github.com/elastic/elastic-agent/pull/9307 | ||
| issue: [] | ||
| timestamp: 1754944400 | ||
| file: | ||
| name: 1754944400-k8s-hints-env-vars-in-annotations.yaml | ||
| checksum: 55ccb4d795ad7556a9c8ecad5bd33a0a0893042b | ||
| - kind: bug-fix | ||
| summary: Treat exit code 28 from Endpoint binary as non-fatal | ||
| description: "" | ||
| component: elastic-agent | ||
| pr: | ||
| - https://github.com/elastic/elastic-agent/pull/9320 | ||
| issue: [] | ||
| timestamp: 1755059673 | ||
| file: | ||
| name: 1755059673-endpoint-28-not-fatal.yaml | ||
| checksum: d8fc4bbea824309297a7dcf508fd99fb62e86877 | ||
| - kind: bug-fix | ||
| summary: Fixed jitter backoff strategy reset | ||
| description: "" | ||
| component: elastic-agent | ||
| pr: | ||
| - https://github.com/elastic/elastic-agent/pull/9342 | ||
| issue: | ||
| - https://github.com/elastic/elastic-agent/issues/8864 | ||
| timestamp: 1755076749 | ||
| file: | ||
| name: 1755076749-fix-jitter-backoff-strategy-reset.yaml | ||
| checksum: 1969a9a0221227c476f94e27a4ef3946b3853416 | ||
| - kind: enhancement | ||
| summary: Update OTel components to v0.130.0 | ||
| description: "" | ||
| component: elastic-agent | ||
| pr: | ||
| - https://github.com/elastic/elastic-agent/pull/9329 | ||
| - https://github.com/elastic/elastic-agent/pull/9521 | ||
| - https://github.com/elastic/elastic-agent/pull/9522 | ||
| - https://github.com/elastic/elastic-agent/pull/9545 | ||
| - https://github.com/elastic/elastic-agent/pull/9362 | ||
|
ebeahan marked this conversation as resolved.
Outdated
|
||
| issue: [] | ||
| timestamp: 1755149089 | ||
| file: | ||
| name: 1755149089-update-otel-components-to-v0.130.0.yaml | ||
| checksum: b3e16c76d7df9bc7724df86777bcc67bc88f8691 | ||
| - kind: bug-fix | ||
| summary: '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.' | ||
| description: "" | ||
| component: elastic-agent | ||
| pr: | ||
| - https://github.com/elastic/elastic-agent/pull/9451 | ||
| issue: | ||
| - https://github.com/elastic/elastic-agent/issues/9328 | ||
| timestamp: 1755544412 | ||
| file: | ||
| name: 1755544412-Fix-default-constant-support-in-output-configuration.yaml | ||
| checksum: 9b389ac54a3b8a7aaec24da9223bff8a306c4d8b | ||
| - kind: security | ||
| summary: Upgrade to Go 1.24.6. | ||
| description: "" | ||
| component: elastic-agent | ||
| pr: | ||
| - https://github.com/elastic/elastic-agent/pull/9287 | ||
| issue: [] | ||
| timestamp: 1755547590 | ||
| file: | ||
| name: 1755547590-Upgrade-to-Go-1.24.6..yaml | ||
| checksum: e2f37c3bfe8bda55a0ec6c32cf604e44dc4f5d43 | ||
| - kind: bug-fix | ||
| summary: Fix deb upgrade by stopping elastic-agent service before stopping endpoint | ||
| description: "" | ||
| component: elastic-agent | ||
| pr: | ||
| - https://github.com/elastic/elastic-agent/pull/9462 | ||
| issue: [] | ||
| timestamp: 1755601979 | ||
| file: | ||
| name: 1755601979-deb-upgrade-stop-agent-service.yaml | ||
| checksum: fff4e813c33f7eccb8ebf9a49698781df5734b79 | ||
32 changes: 0 additions & 32 deletions
32
changelog/fragments/1753950420-adjust-endpoint-check-timeout.yaml
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
changelog/fragments/1754346816-fleet-enc-save-retries.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
changelog/fragments/1754944400-k8s-hints-env-vars-in-annotations.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
changelog/fragments/1755076749-fix-jitter-backoff-strategy-reset.yaml
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
changelog/fragments/1755149089-update-otel-components-to-v0.130.0.yaml
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
changelog/fragments/1755544412-Fix-default-constant-support-in-output-configuration.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.