Skip to content

Commit cfe776c

Browse files
mergify[bot]pchila
andauthored
Prepare 8.8.1 changelog (#2795) (#2811)
* consolidate changelog Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Co-authored-by: Pierre HILBERT <pierre.hilbert@elastic.co> (cherry picked from commit 48ec62c) Co-authored-by: Paolo Chilà <paolo.chila@elastic.co>
1 parent 8070103 commit cfe776c

4 files changed

+61
-68
lines changed

changelog/8.8.1.asciidoc

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// begin 8.8.1 relnotes
2+
3+
[[release-notes-8.8.1]]
4+
== 8.8.1
5+
6+
Review important information about the 8.8.1 release.
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
[discrete]
22+
[[bug-fixes-8.8.1]]
23+
=== Bug fixes
24+
25+
26+
27+
28+
* Fix potential deadlock issue in communication between updated components and RuntimeManager. {-pull}https://github.com/elastic/elastic-agent/pull/2729[#https://github.com/elastic/elastic-agent/pull/2729] {-issue}https://github.com/elastic/elastic-agent/issues/2691[#https://github.com/elastic/elastic-agent/issues/2691]
29+
agent::
30+
31+
* Add a retry download step to the upgrade process. {agent-pull}https://github.com/elastic/elastic-agent/pull/2776[#https://github.com/elastic/elastic-agent/pull/2776]
32+
33+
// end 8.8.1 relnotes

changelog/8.8.1.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
version: 8.8.1
2+
entries:
3+
- kind: bug-fix
4+
summary: Fix deadlock condition in RuntimeManager
5+
description: |
6+
In some cases it was possible that a running component would lose connection to the Elastic Agent and
7+
unable to re-connect because of a concurrent updated component model. With it being unable to re-connect
8+
and the Elastic Agent unable to send it latest component model it results in the Elastic Agent hitting
9+
a deadlock where it cannot run properly.
10+
component: "agent"
11+
pr:
12+
- https://github.com/elastic/elastic-agent/pull/2729
13+
issue:
14+
- https://github.com/elastic/elastic-agent/issues/2691
15+
timestamp: 1685029627
16+
file:
17+
name: 1685029627-Fix-deadlock-condition-in-RuntimeManager.yaml
18+
checksum: 62f26a6fee8ea9756fe69f902bc7c366d5914f6a
19+
- kind: bug-fix
20+
summary: Retry download step in upgrade process
21+
description: ""
22+
component: agent
23+
pr:
24+
- https://github.com/elastic/elastic-agent/pull/2776
25+
timestamp: 1685751999
26+
file:
27+
name: 1685751999-retry-download-step-in-upgrade-process.yaml
28+
checksum: fc59952b01eafab2c1b36c7a164c0da2420b88a2

changelog/fragments/1685029627-Fix-deadlock-condition-in-RuntimeManager.yaml

-36
This file was deleted.

changelog/fragments/1685751999-retry-download-step-in-upgrade-process.yaml

-32
This file was deleted.

0 commit comments

Comments
 (0)