Skip to content

Commit 7d05694

Browse files
authored
Changelog for 8.17.5 (elastic#7830) (elastic#7859) (elastic#7926)
* Changelog for 8.17.5 * Apply suggestions from code review Co-authored-by: David Kilfoyle <[email protected]> --------- Co-authored-by: Eric Beahan <[email protected]> Co-authored-by: David Kilfoyle <[email protected]> (cherry picked from commit 2e48ca9) Co-authored-by: Pierre HILBERT <[email protected]> (cherry picked from commit 059fa0e) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 86f5d7a commit 7d05694

8 files changed

+114
-111
lines changed

changelog/8.17.5.asciidoc

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
// begin 8.17.5 relnotes
2+
3+
[[release-notes-8.17.5]]
4+
== 8.17.5
5+
6+
Review important information about the 8.17.5 release.
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
[discrete]
20+
[[enhancements-8.17.5]]
21+
=== Enhancements
22+
23+
24+
elastic-agent::
25+
26+
* Ensure consistent input order In self-monitoring configuration. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/7724[#https://github.com/elastic/elastic-agent/pull/7724]
27+
28+
29+
30+
31+
[discrete]
32+
[[bug-fixes-8.17.5]]
33+
=== Bug fixes
34+
35+
36+
elastic-agent::
37+
38+
* Change how Windows process handles are obtained when assigning sub-processes to job objects. {elastic-agent-pull}https://github.com/owner/repo/6825[#https://github.com/owner/repo/6825]
39+
* Rework Windows user password generation to meet security policy constraints. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/7507[#https://github.com/elastic/elastic-agent/pull/7507] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/7506[#https://github.com/elastic/elastic-agent/issues/7506]
40+
* Wait for Windows service to be fully removed before re-installing during agent switch. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/7589[#https://github.com/elastic/elastic-agent/pull/7589] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/6970[#https://github.com/elastic/elastic-agent/issues/6970]
41+
* Fix panic during shutdown in `Fleetgateway`. {elastic-agent-pull}https://github.com/elastic/elastic-agent/pull/7629[#https://github.com/elastic/elastic-agent/pull/7629] {elastic-agent-issue}https://github.com/elastic/elastic-agent/issues/7309[#https://github.com/elastic/elastic-agent/issues/7309]
42+
43+
// end 8.17.5 relnotes

changelog/8.17.5.yaml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
version: 8.17.5
2+
entries:
3+
- kind: bug-fix
4+
summary: Change how Windows process handles are obtained when assigning sub-processes to Job objects.
5+
description: ""
6+
component: elastic-agent
7+
pr:
8+
- https://github.com/owner/repo/6825
9+
issue: []
10+
timestamp: 1739375044
11+
file:
12+
name: 1739375044-windows-change-how-process-handles-are-obtained-when-assigning-sub-processes-to-Job-objects..yaml
13+
checksum: 0df081de5d273cb93b5a55a6ded1d28b3cea6ff5
14+
- kind: bug-fix
15+
summary: Rework Windows user password generation to meet security policy constraints
16+
description: ""
17+
component: elastic-agent
18+
pr:
19+
- https://github.com/elastic/elastic-agent/pull/7507
20+
issue:
21+
- https://github.com/elastic/elastic-agent/issues/7506
22+
timestamp: 1742562383
23+
file:
24+
name: 1742562383-Rework-Windows-user-password.yaml
25+
checksum: 7525b7370fd7ea4cb043c9ccf26e77871bc56247
26+
- kind: other
27+
summary: Upgrade NodeJS to LTS 18.20.7
28+
description: ""
29+
component: heartbeat
30+
pr:
31+
- https://github.com/elastic/elastic-agent/pull/7583
32+
issue: []
33+
timestamp: 1743004444
34+
file:
35+
name: 1743004444-synthetics-upgrade-node-18.20.7.yaml
36+
checksum: b4577aaf8c4ce12d8d5ad9b0a572775b9f62bce4
37+
- kind: bug-fix
38+
summary: Wait for Windows service to be fully removed before re-installing during agent switch
39+
description: ""
40+
component: elastic-agent
41+
pr:
42+
- https://github.com/elastic/elastic-agent/pull/7589
43+
issue:
44+
- https://github.com/elastic/elastic-agent/issues/6970
45+
timestamp: 1743062612
46+
file:
47+
name: 1743062612-Wait-for-windows-server.yaml
48+
checksum: 9c76b171019e884a3c975447def0f16e2e65f34a
49+
- kind: bug-fix
50+
summary: Fix panic during shutdown in fleetgateway
51+
description: ""
52+
component: elastic-agent
53+
pr:
54+
- https://github.com/elastic/elastic-agent/pull/7629
55+
issue:
56+
- https://github.com/elastic/elastic-agent/issues/7309
57+
timestamp: 1743421027
58+
file:
59+
name: 1743421027-Fix-panic-during-shutdown-in-fleetgateway.yaml
60+
checksum: ab23c443146e41a81ebb165278dfcee5fabfbc36
61+
- kind: enhancement
62+
summary: Ensure consistent input order in self-monitoring configuration
63+
description: ""
64+
component: elastic-agent
65+
pr:
66+
- https://github.com/elastic/elastic-agent/pull/7724
67+
issue: []
68+
timestamp: 1744022861
69+
file:
70+
name: 1744022861-consistent-monitoring-config.yaml
71+
checksum: bb8a6597b84a50b3b60bf99844f904e94cc50969

changelog/fragments/1739375044-windows-change-how-process-handles-are-obtained-when-assigning-sub-processes-to-Job-objects..yaml

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

changelog/fragments/1742562383-Rework-Windows-user-password.yaml

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

changelog/fragments/1743004444-synthetics-upgrade-node-18.20.7.yaml

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

changelog/fragments/1743062612-Wait-for-windows-server.yaml

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

changelog/fragments/1743421027-Fix-panic-during-shutdown-in-fleetgateway.yaml

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

changelog/fragments/1744022861-consistent-monitoring-config.yaml

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

0 commit comments

Comments
 (0)