You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Features and enhancements [fleet-elastic-agent-9.1.3-features-enhancements]
32
+
33
+
**Elastic Agent**
34
+
35
+
* Adjust the timeout for Elastic Defend check command. [#9213](https://github.com/elastic/elastic-agent/pull/9213)
36
+
* Update OTel components to v0.130.0. [#9362](https://github.com/elastic/elastic-agent/pull/9362)
37
+
38
+
### Fixes [fleet-elastic-agent-9.1.3-fixes]
39
+
40
+
**Elastic Agent**
41
+
42
+
* Upgrade Go version to 1.24.6. [#9287](https://github.com/elastic/elastic-agent/pull/9287)
43
+
* 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)
44
+
45
+
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 (for example, an antivirus software). In such cases, we now retry the save operation on Windows.
46
+
47
+
* Correct hints annotations parsing to resolve only `${kubernetes.*}` placeholders instead of resolving all `${...}` patterns. [#9307](https://github.com/elastic/elastic-agent/pull/9307)
48
+
* Treat exit code 28 from Endpoint binary as non-fatal. [#9320](https://github.com/elastic/elastic-agent/pull/9320)
* 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)
51
+
* Fix deb upgrade by stopping `elastic-agent` service before stopping endpoint. [#9462](https://github.com/elastic/elastic-agent/pull/9462)
52
+
53
+
**Fleet Server**
54
+
55
+
* Fix 503 handling in enrollment. [#5232](https://github.com/elastic/fleet-server/pull/5232)[#5197](https://github.com/elastic/fleet-server/issues/5197)
56
+
* Remove extra ES search when preparing agent policy. [#5283](https://github.com/elastic/fleet-server/pull/5283)
### Features and enhancements [fleet-elastic-agent-9.0.6-features-enhancements]
153
+
154
+
**Elastic Agent**
155
+
156
+
* Adjust the timeout for Elastic Defend check command. [#9213](https://github.com/elastic/elastic-agent/pull/9213)
157
+
158
+
### Fixes [fleet-elastic-agent-9.0.6-fixes]
159
+
160
+
**Elastic Agent**
161
+
162
+
* Upgrade Go version to 1.24.6. [#9287](https://github.com/elastic/elastic-agent/pull/9287)
163
+
* 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)
164
+
165
+
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 (for example, an antivirus software). In such cases, we now retry the save operation on Windows.
166
+
167
+
* Correct hints annotations parsing to resolve only `${kubernetes.*}` placeholders instead of resolving all `${...}` patterns. [#9307](https://github.com/elastic/elastic-agent/pull/9307)
168
+
* Treat exit code 28 from Endpoint binary as non-fatal. [#9320](https://github.com/elastic/elastic-agent/pull/9320)
* 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)
171
+
* Fix deb upgrade by stopping `elastic-agent` service before upgrading. [#9462](https://github.com/elastic/elastic-agent/pull/9462)
172
+
173
+
**Fleet Server**
174
+
175
+
* Fix 503 handling in enrollment. [#5232](https://github.com/elastic/fleet-server/pull/5232)[#5197](https://github.com/elastic/fleet-server/issues/5197)
176
+
* Remove extra ES search when preparing agent policy. [#5283](https://github.com/elastic/fleet-server/pull/5283)
0 commit comments