Skip to content

Commit d24ed7c

Browse files
add 9.1.3 release notes
1 parent be0396d commit d24ed7c

File tree

7 files changed

+150
-0
lines changed

7 files changed

+150
-0
lines changed

changelog/9.1.3.yaml

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
version: 9.1.3
2+
entries:
3+
- kind: feature
4+
summary: Adjust the timeout for Elastic Defend check command
5+
description: ""
6+
component: ""
7+
pr:
8+
- https://github.com/elastic/elastic-agent/pull/9329
9+
- https://github.com/elastic/elastic-agent/pull/9521
10+
- https://github.com/elastic/elastic-agent/pull/9522
11+
- https://github.com/elastic/elastic-agent/pull/9545
12+
- https://github.com/elastic/elastic-agent/pull/9213
13+
issue: []
14+
timestamp: 1753950420
15+
file:
16+
name: 1753950420-adjust-endpoint-check-timeout.yaml
17+
checksum: 8128c245da5eef165a531e45f95e3f964bbd1817
18+
- kind: bug-fix
19+
summary: On Windows, retry saving the Agent information file to disk
20+
description: |
21+
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.
22+
component: elastic-agent
23+
pr:
24+
- https://github.com/elastic/elastic-agent/pull/9224
25+
issue:
26+
- https://github.com/elastic/elastic-agent/issues/5862
27+
timestamp: 1754346816
28+
file:
29+
name: 1754346816-fleet-enc-save-retries.yaml
30+
checksum: fab4b29d2404c210dcb1441eb88e84dd3f6c9ad1
31+
- kind: bug-fix
32+
summary: Correct hints annotations parsing to resolve only `${kubernetes.*}` placeholders instead of resolving all `${...}` patterns.
33+
description: ""
34+
component: elastic-agent
35+
pr:
36+
- https://github.com/elastic/elastic-agent/pull/9307
37+
issue: []
38+
timestamp: 1754944400
39+
file:
40+
name: 1754944400-k8s-hints-env-vars-in-annotations.yaml
41+
checksum: 55ccb4d795ad7556a9c8ecad5bd33a0a0893042b
42+
- kind: bug-fix
43+
summary: Treat exit code 28 from Endpoint binary as non-fatal
44+
description: ""
45+
component: elastic-agent
46+
pr:
47+
- https://github.com/elastic/elastic-agent/pull/9320
48+
issue: []
49+
timestamp: 1755059673
50+
file:
51+
name: 1755059673-endpoint-28-not-fatal.yaml
52+
checksum: d8fc4bbea824309297a7dcf508fd99fb62e86877
53+
- kind: bug-fix
54+
summary: Fixed jitter backoff strategy reset
55+
description: ""
56+
component: elastic-agent
57+
pr:
58+
- https://github.com/elastic/elastic-agent/pull/9342
59+
issue:
60+
- https://github.com/elastic/elastic-agent/issues/8864
61+
timestamp: 1755076749
62+
file:
63+
name: 1755076749-fix-jitter-backoff-strategy-reset.yaml
64+
checksum: 1969a9a0221227c476f94e27a4ef3946b3853416
65+
- kind: enhancement
66+
summary: Update OTel components to v0.130.0
67+
description: ""
68+
component: elastic-agent
69+
pr:
70+
- https://github.com/elastic/elastic-agent/pull/9329
71+
- https://github.com/elastic/elastic-agent/pull/9521
72+
- https://github.com/elastic/elastic-agent/pull/9522
73+
- https://github.com/elastic/elastic-agent/pull/9545
74+
- https://github.com/elastic/elastic-agent/pull/9362
75+
issue: []
76+
timestamp: 1755149089
77+
file:
78+
name: 1755149089-update-otel-components-to-v0.130.0.yaml
79+
checksum: b3e16c76d7df9bc7724df86777bcc67bc88f8691
80+
- kind: bug-fix
81+
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.'
82+
description: ""
83+
component: elastic-agent
84+
pr:
85+
- https://github.com/elastic/elastic-agent/pull/9451
86+
issue:
87+
- https://github.com/elastic/elastic-agent/issues/9328
88+
timestamp: 1755544412
89+
file:
90+
name: 1755544412-Fix-default-constant-support-in-output-configuration.yaml
91+
checksum: 9b389ac54a3b8a7aaec24da9223bff8a306c4d8b
92+
- kind: security
93+
summary: Upgrade to Go 1.24.6.
94+
description: ""
95+
component: elastic-agent
96+
pr:
97+
- https://github.com/elastic/elastic-agent/pull/9287
98+
issue: []
99+
timestamp: 1755547590
100+
file:
101+
name: 1755547590-Upgrade-to-Go-1.24.6..yaml
102+
checksum: e2f37c3bfe8bda55a0ec6c32cf604e44dc4f5d43
103+
- kind: bug-fix
104+
summary: Fix deb upgrade by stopping elastic-agent service before stopping endpoint
105+
description: ""
106+
component: elastic-agent
107+
pr:
108+
- https://github.com/elastic/elastic-agent/pull/9462
109+
issue: []
110+
timestamp: 1755601979
111+
file:
112+
name: 1755601979-deb-upgrade-stop-agent-service.yaml
113+
checksum: fff4e813c33f7eccb8ebf9a49698781df5734b79
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 9.1.3 [elastic-agent-9.1.3-breaking-changes]
2+
3+
_No breaking changes._
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 9.1.3 [elastic-agent-9.1.3-deprecations]
2+
3+
_No deprecations._
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## 9.1.3 [elastic-agent-release-notes-9.1.3]
2+
3+
4+
### Features and enhancements [elastic-agent-9.1.3-features-enhancements]
5+
6+
* 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)
7+
* 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)
8+
9+
10+
### Fixes [elastic-agent-9.1.3-fixes]
11+
12+
* Upgrade to Go 1.24.6. [#9287](https://github.com/elastic/elastic-agent/pull/9287)
13+
* 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)
14+
15+
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.
16+
17+
* Correct hints annotations parsing to resolve only `${kubernetes.*}` placeholders instead of resolving all `${...}` patterns. [#9307](https://github.com/elastic/elastic-agent/pull/9307)
18+
* Treat exit code 28 from Endpoint binary as non-fatal. [#9320](https://github.com/elastic/elastic-agent/pull/9320)
19+
* Fixed jitter backoff strategy reset. [#9342](https://github.com/elastic/elastic-agent/pull/9342) [#8864](https://github.com/elastic/elastic-agent/issues/8864)
20+
* 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)
21+
* Fix deb upgrade by stopping elastic-agent service before stopping endpoint. [#9462](https://github.com/elastic/elastic-agent/pull/9462)
22+

docs/release-notes/_snippets/breaking-changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::{include} /release-notes/_snippets/9.1.3/breaking.md
2+
:::
3+
14
:::{include} /release-notes/_snippets/9.1.2/breaking.md
25
:::
36

docs/release-notes/_snippets/deprecations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::{include} /release-notes/_snippets/9.1.3/deprecations.md
2+
:::
3+
14
:::{include} /release-notes/_snippets/9.1.2/deprecations.md
25
:::
36

docs/release-notes/_snippets/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
:::{include} /release-notes/_snippets/9.1.3/index.md
2+
:::
3+
14
:::{include} /release-notes/_snippets/9.1.2/index.md
25
:::
36

0 commit comments

Comments
 (0)