Skip to content

Commit bd98bd1

Browse files
colleenmcginnispierrehilbertvishaangelova
authored
Fleet Server / Elastic Agent 9.0.6 and 9.1.3 release notes (#2724) (#2732)
Converts release notes generated in elastic/elastic-agent and elastic/fleet-server to Markdown and adds them to this repo: * 9.0.6: * elastic/elastic-agent#9564 * elastic/fleet-server#5341 * 9.1.3: * elastic/elastic-agent#9565 * elastic/fleet-server#5342 Co-authored-by: Pierre HILBERT <[email protected]> Co-authored-by: Visha Angelova <[email protected]>
1 parent 1bd4f7b commit bd98bd1

File tree

1 file changed

+57
-0
lines changed
  • release-notes/fleet-elastic-agent

1 file changed

+57
-0
lines changed

release-notes/fleet-elastic-agent/index.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,35 @@ To check for security updates, go to [Security announcements for the Elastic sta
2626
% ### Fixes [fleet-elastic-agent-next-fixes]
2727
% *
2828

29+
## 9.1.3 [fleet-elastic-agent-9.1.3-release-notes]
30+
31+
### 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)
49+
* Fixed jitter backoff strategy reset. [#9342](https://github.com/elastic/elastic-agent/pull/9342) [#8864](https://github.com/elastic/elastic-agent/issues/8864)
50+
* 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)
57+
2958
## 9.1.2 [fleet-elastic-agent-9.1.2-release-notes]
3059

3160
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.
118147
* Enable dead code elimination. [#4784]({{fleet-server-pull}}4784)
119148
* Include the base error for JSON decode error responses. [#5069]({{fleet-server-pull}}5069)
120149

150+
## 9.0.6 [fleet-elastic-agent-9.0.6-release-notes]
151+
152+
### 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)
169+
* Fixed jitter backoff strategy reset. [#9342](https://github.com/elastic/elastic-agent/pull/9342) [#8864](https://github.com/elastic/elastic-agent/issues/8864)
170+
* 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)
177+
121178
## 9.0.5 [fleet-elastic-agent-9.0.5-release-notes]
122179

123180
### Fixes [fleet-elastic-agent-9.0.5-fixes]

0 commit comments

Comments
 (0)