Skip to content

Commit 50c98b5

Browse files
committed
Changelog for 8.18.8
1 parent 883958a commit 50c98b5

8 files changed

+134
-191
lines changed

changelog/8.18.8.asciidoc

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
// begin 8.18.8 relnotes
2+
3+
[[release-notes-8.18.8]]
4+
== 8.18.8
5+
6+
Review important information about the 8.18.8 release.
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
[discrete]
20+
[[enhancements-8.18.8]]
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+
29+
30+
31+
32+
[discrete]
33+
[[bug-fixes-8.18.8]]
34+
=== Bug fixes
35+
36+
37+
**elastic-agent**
38+
39+
* 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]
40+
* Reduce-default-telemetry-frequency. https://github.com/elastic/elastic-agent/pull/9987[#9987]
41+
* Fix stuck upgrade state by clearing coordinator overridden state after failed upgrade. https://github.com/elastic/elastic-agent/pull/9992[#9992]
42+
* Include components units status in HTTP liveness checks. https://github.com/elastic/elastic-agent/pull/10266[#10266] https://github.com/elastic/elastic-agent/pull/10158[#10158] https://github.com/elastic/elastic-agent/pull/10207[#10207] 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/10265[#10265] https://github.com/elastic/elastic-agent/pull/10060[#10060] https://github.com/elastic/elastic-agent/issues/8047[#8047]
43+
44+
// end 8.18.8 relnotes

changelog/8.18.8.yaml

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
version: 8.18.8
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: bug-fix
46+
summary: reduce-default-telemetry-frequency
47+
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.
48+
component: elastic-agent
49+
pr:
50+
- https://github.com/elastic/elastic-agent/pull/9987
51+
issue: []
52+
impact: ""
53+
action: ""
54+
timestamp: 1758039757
55+
file:
56+
name: 1758039757-reduce-default-telemetry-frequency.yaml
57+
checksum: b898653d4d803506feb56c9aac563e3615f46ffe
58+
- kind: bug-fix
59+
summary: Fix stuck upgrade state by clearing coordinator overridden state after failed upgrade
60+
description: ""
61+
component: elastic-agent
62+
pr:
63+
- https://github.com/elastic/elastic-agent/pull/9992
64+
issue: []
65+
impact: ""
66+
action: ""
67+
timestamp: 1758045690
68+
file:
69+
name: 1758045690-clear-coordinator-state.yaml
70+
checksum: f91a0478a6a6a49b3e6e0bb974f3341ca1ce0677
71+
- kind: bug-fix
72+
summary: Include components units status in HTTP liveness checks
73+
description: ""
74+
component: elastic-agent
75+
pr:
76+
- https://github.com/elastic/elastic-agent/pull/10266
77+
- https://github.com/elastic/elastic-agent/pull/10158
78+
- https://github.com/elastic/elastic-agent/pull/10207
79+
- https://github.com/elastic/elastic-agent/pull/10286
80+
- https://github.com/elastic/elastic-agent/pull/10296
81+
- https://github.com/elastic/elastic-agent/pull/10265
82+
- https://github.com/elastic/elastic-agent/pull/10060
83+
issue:
84+
- https://github.com/elastic/elastic-agent/issues/8047
85+
impact: ""
86+
action: ""
87+
timestamp: 1758287649
88+
file:
89+
name: 1758287649-fix-liveness_units.yaml
90+
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/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.

changelog/fragments/1758287649-fix-liveness_units.yaml

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

0 commit comments

Comments
 (0)