Skip to content

Commit 6d58256

Browse files
committed
Changelog for 8.19.5
1 parent 02c89ae commit 6d58256

10 files changed

+181
-227
lines changed

changelog/8.19.5.asciidoc

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
// begin 8.19.5 relnotes
2+
3+
[[release-notes-8.19.5]]
4+
== 8.19.5
5+
6+
Review important information about the 8.19.5 release.
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
[discrete]
20+
[[enhancements-8.19.5]]
21+
=== Enhancements
22+
23+
24+
**elastic-agent**
25+
26+
* Agent cleans up downloads directory and the new versioned home if upgrade fails. https://github.com/elastic/elastic-agent/pull/9386[#9386] https://github.com/elastic/elastic-agent/issues/5235[#5235]
27+
* When there is a disk space error during an upgrade, agent responds with clean insufficient disk space error message. https://github.com/elastic/elastic-agent/pull/9392[#9392] https://github.com/elastic/elastic-agent/issues/5235[#5235]
28+
* Add Headers Setter extension to EDOT Collector. https://github.com/elastic/elastic-agent/pull/10263[#10263] https://github.com/elastic/elastic-agent/pull/10158[#10158] https://github.com/elastic/elastic-agent/pull/10286[#10286] https://github.com/elastic/elastic-agent/pull/10296[#10296] https://github.com/elastic/elastic-agent/pull/9928[#9928] https://github.com/elastic/elastic-agent/pull/10260[#10260] https://github.com/elastic/elastic-agent/pull/10261[#10261] https://github.com/elastic/elastic-agent/pull/10124[#10124] https://github.com/elastic/elastic-agent/pull/9903[#9903] https://github.com/elastic/elastic-agent/issues/9889[#9889]
29+
* Update OTel components to v0.132.0. https://github.com/elastic/elastic-agent/pull/10263[#10263] https://github.com/elastic/elastic-agent/pull/10158[#10158] https://github.com/elastic/elastic-agent/pull/10286[#10286] https://github.com/elastic/elastic-agent/pull/10296[#10296] https://github.com/elastic/elastic-agent/pull/9928[#9928] https://github.com/elastic/elastic-agent/pull/10260[#10260] https://github.com/elastic/elastic-agent/pull/10261[#10261] https://github.com/elastic/elastic-agent/pull/10124[#10124] https://github.com/elastic/elastic-agent/pull/9964[#9964]
30+
31+
32+
33+
34+
[discrete]
35+
[[bug-fixes-8.19.5]]
36+
=== Bug fixes
37+
38+
39+
**elastic-agent**
40+
41+
* Include aggregated agent status in HTTP liveness checks. https://github.com/elastic/elastic-agent/pull/9673[#9673] https://github.com/elastic/elastic-agent/issues/9576[#9576]
42+
* Reduce-default-telemetry-frequency. https://github.com/elastic/elastic-agent/pull/9987[#9987]
43+
* Fix stuck upgrade state by clearing coordinator overridden state after failed upgrade. https://github.com/elastic/elastic-agent/pull/9992[#9992]
44+
* Include components units status in HTTP liveness checks. https://github.com/elastic/elastic-agent/pull/10263[#10263] https://github.com/elastic/elastic-agent/pull/10158[#10158] https://github.com/elastic/elastic-agent/pull/10286[#10286] https://github.com/elastic/elastic-agent/pull/10296[#10296] https://github.com/elastic/elastic-agent/pull/9928[#9928] https://github.com/elastic/elastic-agent/pull/10260[#10260] https://github.com/elastic/elastic-agent/pull/10261[#10261] https://github.com/elastic/elastic-agent/pull/10124[#10124] https://github.com/elastic/elastic-agent/pull/10060[#10060] https://github.com/elastic/elastic-agent/issues/8047[#8047]
45+
46+
// end 8.19.5 relnotes

changelog/8.19.5.yaml

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
version: 8.19.5
2+
entries:
3+
- kind: enhancement
4+
summary: agent cleans up downloads directory and the new versioned home if upgrade fails
5+
description: ""
6+
component: elastic-agent
7+
pr:
8+
- https://github.com/elastic/elastic-agent/pull/9386
9+
issue:
10+
- https://github.com/elastic/elastic-agent/issues/5235
11+
impact: ""
12+
action: ""
13+
timestamp: 1755268130
14+
file:
15+
name: 1755268130-cleanup-downloads-directory-and-the-new-versioned-home-if-upgrade-fails.yaml
16+
checksum: 5d9cdb7ac38cde4951de2c63368b504161601607
17+
- kind: enhancement
18+
summary: when there is a disk space error during an upgrade, agent responds with clean insufficient disk space error message
19+
description: ""
20+
component: elastic-agent
21+
pr:
22+
- https://github.com/elastic/elastic-agent/pull/9392
23+
issue:
24+
- https://github.com/elastic/elastic-agent/issues/5235
25+
impact: ""
26+
action: ""
27+
timestamp: 1757010848
28+
file:
29+
name: 1757010848-agent-responds-with-clean-insufficient-disk-space-error-message.yaml
30+
checksum: f56341e6c991397a73bc108a1f7b3db04c6a3abc
31+
- kind: bug-fix
32+
summary: Include aggregated agent status in HTTP liveness checks
33+
description: ""
34+
component: elastic-agent
35+
pr:
36+
- https://github.com/elastic/elastic-agent/pull/9673
37+
issue:
38+
- https://github.com/elastic/elastic-agent/issues/9576
39+
impact: ""
40+
action: ""
41+
timestamp: 1757502748
42+
file:
43+
name: 1757502748-liveness-include-agent-aggregated-status.yaml
44+
checksum: 7f059a7bc06c911463fcb96cfc0c077d3e1c7d62
45+
- kind: enhancement
46+
summary: Add Headers Setter extension to EDOT Collector
47+
description: ""
48+
component: elastic-agent
49+
pr:
50+
- https://github.com/elastic/elastic-agent/pull/10263
51+
- https://github.com/elastic/elastic-agent/pull/10158
52+
- https://github.com/elastic/elastic-agent/pull/10286
53+
- https://github.com/elastic/elastic-agent/pull/10296
54+
- https://github.com/elastic/elastic-agent/pull/9928
55+
- https://github.com/elastic/elastic-agent/pull/10260
56+
- https://github.com/elastic/elastic-agent/pull/10261
57+
- https://github.com/elastic/elastic-agent/pull/10124
58+
- https://github.com/elastic/elastic-agent/pull/9903
59+
issue:
60+
- https://github.com/elastic/elastic-agent/issues/9889
61+
impact: ""
62+
action: ""
63+
timestamp: 1757668211
64+
file:
65+
name: 1757668211-add-headersetter-extension-to-EDOT.yaml
66+
checksum: b932cfa08b5d1b969cecd5e877dbd769b2334e9d
67+
- kind: enhancement
68+
summary: Update OTel components to v0.132.0
69+
description: ""
70+
component: elastic-agent
71+
pr:
72+
- https://github.com/elastic/elastic-agent/pull/10263
73+
- https://github.com/elastic/elastic-agent/pull/10158
74+
- https://github.com/elastic/elastic-agent/pull/10286
75+
- https://github.com/elastic/elastic-agent/pull/10296
76+
- https://github.com/elastic/elastic-agent/pull/9928
77+
- https://github.com/elastic/elastic-agent/pull/10260
78+
- https://github.com/elastic/elastic-agent/pull/10261
79+
- https://github.com/elastic/elastic-agent/pull/10124
80+
- https://github.com/elastic/elastic-agent/pull/9964
81+
issue: []
82+
impact: ""
83+
action: ""
84+
timestamp: 1757944163
85+
file:
86+
name: 1757944163-update-otel-components-to-v0.132.0.yaml
87+
checksum: 256c30da8bcf5e632eaeb0ab6e4a5c500b7677a3
88+
- kind: bug-fix
89+
summary: reduce-default-telemetry-frequency
90+
description: Reduce the default telemetry frequency to 60 seconds. This change aims to lower infrastructure costs and reduce label churn in time-series storage. High-cardinality labels sampled too frequently inflate storage and index size, and increase query latency with limited added value. Environments that require higher resolution can change the `collection_interval` for `hostmetrics`, `kubeletstats` and `k8s_cluster` receivers to a lower value.
91+
component: elastic-agent
92+
pr:
93+
- https://github.com/elastic/elastic-agent/pull/9987
94+
issue: []
95+
impact: ""
96+
action: ""
97+
timestamp: 1758039757
98+
file:
99+
name: 1758039757-reduce-default-telemetry-frequency.yaml
100+
checksum: b898653d4d803506feb56c9aac563e3615f46ffe
101+
- kind: bug-fix
102+
summary: Fix stuck upgrade state by clearing coordinator overridden state after failed upgrade
103+
description: ""
104+
component: elastic-agent
105+
pr:
106+
- https://github.com/elastic/elastic-agent/pull/9992
107+
issue: []
108+
impact: ""
109+
action: ""
110+
timestamp: 1758045690
111+
file:
112+
name: 1758045690-clear-coordinator-state.yaml
113+
checksum: f91a0478a6a6a49b3e6e0bb974f3341ca1ce0677
114+
- kind: bug-fix
115+
summary: Include components units status in HTTP liveness checks
116+
description: ""
117+
component: elastic-agent
118+
pr:
119+
- https://github.com/elastic/elastic-agent/pull/10263
120+
- https://github.com/elastic/elastic-agent/pull/10158
121+
- https://github.com/elastic/elastic-agent/pull/10286
122+
- https://github.com/elastic/elastic-agent/pull/10296
123+
- https://github.com/elastic/elastic-agent/pull/9928
124+
- https://github.com/elastic/elastic-agent/pull/10260
125+
- https://github.com/elastic/elastic-agent/pull/10261
126+
- https://github.com/elastic/elastic-agent/pull/10124
127+
- https://github.com/elastic/elastic-agent/pull/10060
128+
issue:
129+
- https://github.com/elastic/elastic-agent/issues/8047
130+
impact: ""
131+
action: ""
132+
timestamp: 1758287649
133+
file:
134+
name: 1758287649-fix-liveness_units.yaml
135+
checksum: 56d3167373e1447971495c4d8fc7aacf534b2ab0

changelog/fragments/1755268130-cleanup-downloads-directory-and-the-new-versioned-home-if-upgrade-fails.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

changelog/fragments/1757010848-agent-responds-with-clean-insufficient-disk-space-error-message.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

changelog/fragments/1757502748-liveness-include-agent-aggregated-status.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

changelog/fragments/1757668211-add-headersetter-extension-to-EDOT.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/fragments/1757944163-update-otel-components-to-v0.132.0.yaml

Lines changed: 0 additions & 32 deletions
This file was deleted.

changelog/fragments/1758039757-reduce-default-telemetry-frequency.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

changelog/fragments/1758045690-clear-coordinator-state.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)