Skip to content

Commit 665bb3f

Browse files
kilfoylecmacknz
andauthored
Add Fleet & Agent 8.17.0 Release Notes (#1498)
* Add Fleet & Agent 8.17.0 Release Notes * Add remaining agent contents * fixup * Add latest items * Update docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc Co-authored-by: Craig MacKenzie <[email protected]> * Update docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc Co-authored-by: Craig MacKenzie <[email protected]> * Update docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc Co-authored-by: Craig MacKenzie <[email protected]> * Update docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc Co-authored-by: Craig MacKenzie <[email protected]> * Update docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc Co-authored-by: Craig MacKenzie <[email protected]> * Update docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc Co-authored-by: Craig MacKenzie <[email protected]> --------- Co-authored-by: Craig MacKenzie <[email protected]>
1 parent 1253e20 commit 665bb3f

File tree

2 files changed

+217
-1
lines changed

2 files changed

+217
-1
lines changed

docs/en/ingest-management/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ include::troubleshooting/troubleshooting.asciidoc[leveloffset=+2]
233233

234234
include::troubleshooting/faq.asciidoc[leveloffset=+2]
235235

236-
include::release-notes/release-notes-8.16.asciidoc[leveloffset=+1]
236+
include::release-notes/release-notes-8.17.asciidoc[leveloffset=+1]
237237

238238
include::elastic-agent/install-fleet-managed-agent.asciidoc[leveloffset=+2]
239239

Lines changed: 216 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,216 @@
1+
// Use these for links to issue and pulls.
2+
:kibana-issue: https://github.com/elastic/kibana/issues/
3+
:kibana-pull: https://github.com/elastic/kibana/pull/
4+
:beats-issue: https://github.com/elastic/beats/issues/
5+
:beats-pull: https://github.com/elastic/beats/pull/
6+
:agent-libs-pull: https://github.com/elastic/elastic-agent-libs/pull/
7+
:agent-issue: https://github.com/elastic/elastic-agent/issues/
8+
:agent-pull: https://github.com/elastic/elastic-agent/pull/
9+
:fleet-server-issue: https://github.com/elastic/fleet-server/issues/
10+
:fleet-server-pull: https://github.com/elastic/fleet-server/pull/
11+
12+
[[release-notes]]
13+
= Release notes
14+
15+
This section summarizes the changes in each release.
16+
17+
* <<release-notes-8.17.0>>
18+
19+
Also see:
20+
21+
* {kibana-ref}/release-notes.html[{kib} release notes]
22+
* {beats-ref}/release-notes.html[{beats} release notes]
23+
24+
// begin 8.17.0 relnotes
25+
26+
[[release-notes-8.17.0]]
27+
== {fleet} and {agent} 8.17.0
28+
29+
Review important information about the {fleet} and {agent} 8.17.0 release.
30+
31+
[discrete]
32+
[[breaking-changes-8.17.0]]
33+
=== Breaking changes
34+
35+
Breaking changes can prevent your application from optimal operation and
36+
performance. Before you upgrade, review the breaking changes, then mitigate the
37+
impact to your application.
38+
39+
{agent}::
40+
* {agent} is now compiled using Debian 11 and linked against glibc 2.31 instead of 2.19. Drops support for Debian 10. {agent-pull}5847[#5847]
41+
42+
[discrete]
43+
[[new-features-8.17.0]]
44+
=== New features
45+
46+
The 8.17.0 release Added the following new and notable features.
47+
48+
{fleet}::
49+
* Expose advanced file logging configuration in the UI. {kibana-pull}200274[#200274]
50+
51+
{agent}::
52+
* Add support for running as a pre-existing user when installing in unprivileged mode, with technical preview support for pre-existing Windows Active Directory users. {agent-pull}5988[#5988] {agent-issue}4585[#4585]
53+
* Add a new custom link:https://github.com/elastic/integrations/tree/main/packages/filestream)[Filestream logs integration]. This will enable migration from the custom log integration which is based on a log input that is planned for deprecation. https://github.com/elastic/integrations/pull/11332[#11332].
54+
55+
[discrete]
56+
[[enhancements-8.17.0]]
57+
=== Enhancements
58+
59+
{fleet}::
60+
* Filter the integrations/packages list shown in the UI depending on the `policy_templates_behavior` field. {kibana-pull}200605[#200605]
61+
* Add a `<type>@custom` component template to integrations index template's `composed_of` array. {kibana-pull}192731[#192731]
62+
63+
{fleet-server}::
64+
* Update `elastic-agent-libs` to version `0.14.0`. {fleet-server-pull}4042[#4042]
65+
66+
{agent}::
67+
* Enable persistence in the configuration provided with our OTel Collector distribution. {agent-pull}5549[#5549]
68+
* Restrict using the CLI to upgrade for {fleet}-managed {agents}. {agent-pull}5864[#5864] {agent-issue}4890[#4890]
69+
* Add `os_family`, `os_platform` and `os_version` to the {agent} host provider, enabling differentiating Linux distributions. This is required to support Debian 12 and other distributions that are moving away from traditional log files in favour of Journald. {agent-pull}5941[#5941] https://github.com/elastic/integrations/issues/10797[10797] https://github.com/elastic/integrations/pull/11618[11618]
70+
* Emit Pod data only for Pods that are running in the Kubernetes provider. {agent-pull}6011[#6011] {agent-issue}5835[#5835] {agent-issue}5991[#5991]
71+
* Remove {endpoint-sec} from Linux container images. {endpoint-sec} cannot run in containers since it has a systemd dependency. {agent-pull}6016[#6016] {agent-issue}5495[#5495]
72+
* Update OTel components to v0.114.0. {agent-pull}6113[#6113]
73+
* Redact common secrets like API keys and passwords in the output from `elastic-agent inspect` command. {agent-pull}6224[#6224]
74+
75+
[discrete]
76+
[[bug-fixes-8.17.0]]
77+
=== Bug fixes
78+
79+
{fleet}::
80+
* Allow creation of an integration policy with no agent policies. {kibana-pull}201051[#201051]
81+
82+
{fleet-server}::
83+
* Fix `server.address` field which was appearing empty in HTTP request logs. {fleet-server-pull}4142[#4142]
84+
* Remove a race condition that may occur when remote ES outputs are used. {fleet-server-pull}4171[#4171] {fleet-server-pull}4170[#4170]
85+
86+
{agent}::
87+
* Make redaction of common keys in diagnostics case insensitive. {agent-pull}6109[#6109]
88+
89+
90+
// end 8.17.0 relnotes
91+
92+
// ---------------------
93+
//TEMPLATE
94+
//Use the following text as a template. Remember to replace the version info.
95+
96+
// begin 8.7.x relnotes
97+
98+
//[[release-notes-8.7.x]]
99+
//== {fleet} and {agent} 8.7.x
100+
101+
//Review important information about the {fleet} and {agent} 8.7.x release.
102+
103+
//[discrete]
104+
//[[security-updates-8.7.x]]
105+
//=== Security updates
106+
107+
//{fleet}::
108+
//* add info
109+
110+
//{agent}::
111+
//* add info
112+
113+
//[discrete]
114+
//[[breaking-changes-8.7.x]]
115+
//=== Breaking changes
116+
117+
//Breaking changes can prevent your application from optimal operation and
118+
//performance. Before you upgrade, review the breaking changes, then mitigate the
119+
//impact to your application.
120+
121+
//[discrete]
122+
//[[breaking-PR#]]
123+
//.Short description
124+
//[%collapsible]
125+
//====
126+
//*Details* +
127+
//<Describe new behavior.> For more information, refer to {kibana-pull}PR[#PR].
128+
129+
//*Impact* +
130+
//<Describe how users should mitigate the change.> For more information, refer to {fleet-guide}/fleet-server.html[Fleet Server].
131+
//====
132+
133+
//[discrete]
134+
//[[notable-changes-8.13.0]]
135+
//=== Notable changes
136+
137+
//The following are notable, non-breaking updates to be aware of:
138+
139+
//* Changes to features that are in Technical Preview.
140+
//* Changes to log formats.
141+
//* Changes to non-public APIs.
142+
//* Behaviour changes that repair critical bugs.
143+
144+
//{fleet}::
145+
//* add info
146+
147+
//{agent}::
148+
//* add info
149+
150+
//[discrete]
151+
//[[known-issues-8.7.x]]
152+
//=== Known issues
153+
154+
//[[known-issue-issue#]]
155+
//.Short description
156+
//[%collapsible]
157+
//====
158+
159+
//*Details*
160+
161+
//<Describe known issue.>
162+
163+
//*Impact* +
164+
165+
//<Describe impact or workaround.>
166+
167+
//====
168+
169+
//[discrete]
170+
//[[deprecations-8.7.x]]
171+
//=== Deprecations
172+
173+
//The following functionality is deprecated in 8.7.x, and will be removed in
174+
//8.7.x. Deprecated functionality does not have an immediate impact on your
175+
//application, but we strongly recommend you make the necessary updates after you
176+
//upgrade to 8.7.x.
177+
178+
//{fleet}::
179+
//* add info
180+
181+
//{agent}::
182+
//* add info
183+
184+
//[discrete]
185+
//[[new-features-8.7.x]]
186+
//=== New features
187+
188+
//The 8.7.x release Added the following new and notable features.
189+
190+
//{fleet}::
191+
//* add info
192+
193+
//{agent}::
194+
//* add info
195+
196+
//[discrete]
197+
//[[enhancements-8.7.x]]
198+
//=== Enhancements
199+
200+
//{fleet}::
201+
//* add info
202+
203+
//{agent}::
204+
//* add info
205+
206+
//[discrete]
207+
//[[bug-fixes-8.7.x]]
208+
//=== Bug fixes
209+
210+
//{fleet}::
211+
//* add info
212+
213+
//{agent}::
214+
//* add info
215+
216+
// end 8.7.x relnotes

0 commit comments

Comments
 (0)