Skip to content

Commit 61e88a8

Browse files
[main](backport #2513) 8.7.1 release notes (#2548)
* 8.7.1 release notes (#2513) * Generate 8.7.1 release notes * Fixing links * Making descriptions consistent with docs * Match language with release notes documentation * Update changelog/8.7.1.yaml Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> * Update changelog/8.7.1.yaml Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> * Update changelog/8.7.1.yaml Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> * Adding new entry * Adding new entry --------- Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co> (cherry picked from commit 10dc6a0) # Conflicts: # changelog/fragments/1681211832-empty-proxy-from-the-policy-don't-overrides-the-proxy-set-by---proxy-url.yaml * Remove fragment files used in 8.7.1 CHANGELOG --------- Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
1 parent 0bbf123 commit 61e88a8

9 files changed

+111
-203
lines changed

changelog/8.7.1.yaml

+111
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
version: 8.7.1
2+
entries:
3+
- kind: bug-fix
4+
summary: Fix parsing of paths from container-paths.yml file
5+
description: |
6+
Fix parsing of paths from the `container-paths.yml` file used internally
7+
when `elastic-agent container` is run.
8+
component: agent
9+
pr:
10+
- https://github.com/elastic/elastic-agent/pull/2340
11+
issue: []
12+
timestamp: 1677780422
13+
file:
14+
name: 1677780422-fix-container-paths-config-parsing.yaml
15+
checksum: 99d209f37ce7d6c57d4d1d3f67016f22696faf28
16+
- kind: feature
17+
summary: feature-flags
18+
description: |
19+
Add support for feature flags, starting with one to toggle fully qualified
20+
domain name (FQDN) reporting in events generated by Elastic Agent components,
21+
via the `host.name` field.
22+
component: agent
23+
pr:
24+
- https://github.com/elastic/elastic-agent/pull/2218
25+
issue:
26+
- https://github.com/elastic/elastic-agent/issues/2185
27+
timestamp: 1679422558
28+
file:
29+
name: 1679422558-feature-flags.yaml
30+
checksum: f6a2c45b76df4b708f19d25ff569ab0394403eab
31+
- kind: bug-fix
32+
summary: Fix action acknowledgements being delayed by up to 5 minutes.
33+
description: |
34+
Fix action acknowledgements taking up to 5 minutes. Fixed OSQuery live query results
35+
taking up to five minutes to show up in Kibana.
36+
component: ""
37+
pr:
38+
- https://github.com/elastic/elastic-agent/pull/2406
39+
issue:
40+
- https://github.com/elastic/elastic-agent/issues/2410
41+
timestamp: 1680101776
42+
file:
43+
name: 1680101776-Fix-actions-acks-delay.yaml
44+
checksum: 1ec1403420a07e550002cc162fdd1d92fae28dfa
45+
- kind: bug-fix
46+
summary: Fix for the logging.level setting not being respected.
47+
description: |
48+
Fixes a bug that `logging.level` settings were not being respected, coming either
49+
from Fleet UI or a config file.
50+
component: elastic-agent
51+
pr:
52+
- https://github.com/elastic/elastic-agent/pull/2456
53+
issue:
54+
- https://github.com/elastic/elastic-agent/issues/2399
55+
- https://github.com/elastic/elastic-agent/issues/2450
56+
timestamp: 1680764383
57+
file:
58+
name: 1680764383-Respecting-logging.level-settings.yaml
59+
checksum: b4c689aa41884020f23848adab7b586d886c3659
60+
- kind: bug-fix
61+
summary: An empty proxy from a Fleet agent policy no longer overrides the proxy set by --proxy-url.
62+
description: |
63+
Fixes a bug that caused an empty proxy from a Fleet managed Elastic Agent policy to override
64+
the proxy set by `--proxy-url`.
65+
component: action handlers
66+
pr:
67+
- https://github.com/elastic/elastic-agent/pull/2468
68+
issue:
69+
- https://github.com/elastic/elastic-agent/issues/2304
70+
- https://github.com/elastic/elastic-agent/issues/2447
71+
timestamp: 1681211832
72+
file:
73+
name: 1681211832-empty-proxy-from-the-policy-don't-overrides-the-proxy-set-by---proxy-url.yaml
74+
checksum: 56f06ac0837b7b678572e2b62016eed522177193
75+
- kind: bug-fix
76+
summary: Ensure local bin directory exists on Mac OS during installation.
77+
description: |
78+
Ensure that the `/usr/local/bin` directory exists on MacOS during Elastic Agent
79+
installation.
80+
component: ""
81+
pr:
82+
- https://github.com/elastic/elastic-agent/pull/2490
83+
issue:
84+
- https://github.com/elastic/elastic-agent/issues/2487
85+
timestamp: 1681311024
86+
file:
87+
name: 1681311024-Ensure-local-bin-directory-exists-on-Mac-OS-during-installation..yaml
88+
checksum: 648894f466ad911ee06be9c3b4b2477fad3488bc
89+
- kind: bug-fix
90+
summary: Re-add lumberjack input to the Filebeat spec.
91+
description: ""
92+
component: spec
93+
pr:
94+
- https://github.com/elastic/elastic-agent/pull/2511
95+
issue:
96+
- https://github.com/elastic/integrations/issues/5912
97+
timestamp: 1681842199
98+
file:
99+
name: 1681842199-re-add-lumberjack-input-spec.yaml
100+
checksum: a0bb03fb0a7739946d631eece1dc0c5a807038e6
101+
- kind: bug-fix
102+
summary: Fix diagnostic zip file handling of sub-directories in logs/.
103+
description: ""
104+
component: diagnostics
105+
pr:
106+
- https://github.com/elastic/elastic-agent/pull/2523
107+
issue: []
108+
timestamp: 1681942680
109+
file:
110+
name: 1681942680-fix-diag-zip-file.yaml
111+
checksum: ff3bd63aa3dfa8d9c7d8f708cf7d3febde4e5bae

changelog/fragments/1677780422-fix-container-paths-config-parsing.yaml

-32
This file was deleted.

changelog/fragments/1679422558-feature-flags.yaml

-34
This file was deleted.

changelog/fragments/1680101776-Fix-actions-acks-delay.yaml

-32
This file was deleted.

changelog/fragments/1680764383-Respecting-logging.level-settings.yaml

-31
This file was deleted.

changelog/fragments/1681211832-empty-proxy-from-the-policy-don't-overrides-the-proxy-set-by---proxy-url.yaml

-32
This file was deleted.

changelog/fragments/1681311024-Ensure-local-bin-directory-exists-on-Mac-OS-during-installation..yaml

-34
This file was deleted.

changelog/fragments/1681842199-re-add-lumberjack-input-spec.yaml

-4
This file was deleted.

changelog/fragments/1681942680-fix-diag-zip-file.yaml

-4
This file was deleted.

0 commit comments

Comments
 (0)