Skip to content

Commit d8b3ee4

Browse files
committed
Add Fleet & Agent 8.18.0 Release Notes
1 parent 815d1d2 commit d8b3ee4

File tree

3 files changed

+206
-2
lines changed

3 files changed

+206
-2
lines changed

docs/en/ingest-management/index.asciidoc

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

238238
include::troubleshooting/faq.asciidoc[leveloffset=+2]
239239

240-
include::release-notes/release-notes-8.17.asciidoc[leveloffset=+1]
240+
include::release-notes/release-notes-8.18.asciidoc[leveloffset=+1]
241241

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

docs/en/ingest-management/release-notes/release-notes-8.17.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The 8.17.1 release Added the following new and notable features.
7171
7272
{agent}::
7373
* During uninstall, call the audit or unenroll API before components are stopped, if {agent} is running a {fleet-server} instance. {agent-pull}6085[#6085] {agent-issue}5752[#5752]
74-
* Update OTel components to v0.1156.0. {agent-pull}6391[#6391]
74+
* Update OTel components to v0.116.0. {agent-pull}6391[#6391]
7575
* Restore the `cloud-defend` binary which was accidentally removed in version 8.17.0. {agent-pull}6470[#6470] {agent-issue}6469[#6469]
7676
7777
// end 8.17.1 relnotes
Lines changed: 204 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,204 @@
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.18.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.18.0 relnotes
25+
26+
[[release-notes-8.18.0]]
27+
== {fleet} and {agent} 8.18.0
28+
29+
Review important information about the {fleet} and {agent} 8.18.0 release.
30+
31+
[discrete]
32+
[[new-features-8.18.0]]
33+
=== New features
34+
35+
The 8.18.0 release Added the following new and notable features.
36+
37+
//{fleet}::
38+
39+
{agent}::
40+
* Add ability to run the Elastic Distribution of OTel Collector at the same time as other inputs. {agent-pull}5767[#5767] {agent-issue}5796[#5796]
41+
* Add a sample configuration to be used when deploying the link:https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-kube-stack[OpenTelemetry Kube Stack Helm Chart]. {agent-pull}5822[#5822]
42+
* Add the GeoIP OpenTelemetry processor to {agent}. {agent-pull}6134[#6134]
43+
* Add the metricbeat receiver to the OTel receivers included in {agent}. {agent-pull}6182[#6182] {agent-issue}6138[#6138]
44+
* Add the link:https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/connector/routingconnector[OpenTelemetry routing connector] to the Elastic Distribution of OTel Collector. {agent-pull}6210[#6210]
45+
* Add support for the link:https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/loadbalancingexporter[Otel loadbalancing exporter] to {agent}. {agent-pull}6315[#6315]
46+
47+
48+
[discrete]
49+
[[enhancements-8.18.0]]
50+
=== Enhancements
51+
52+
//{fleet}::
53+
54+
{fleet-server}::
55+
* Update {fleet-server} Go version to 1.23.5. {fleet-server-pull}4353[#4353]
56+
57+
{agent}::
58+
* Re-enable the OTel subcommand on Windows. {agent-pull}6068[#6068] {agent-issue}4976[#4976] {agent-issue}5710[#5710]
59+
* Updates the {agent} to only run composable providers if they are referenced in the agent policy. {agent-pull}6169[#6169] {agent-issue}3609[#3609] {agent-issue}4648[#4648]
60+
* Add a flag to skip {fleet} audit or unenroll when uninstalling {agent}. {agent-pull}6206[#6206] {agent-issue}5757[#5757]
61+
* Embed hints-based inputs in the {agent} Kubernetes container image. {agent-pull}6381[#6381] {agent-issue}5661[#5661]
62+
63+
[discrete]
64+
[[bug-fixes-8.18.0]]
65+
=== Bug fixes
66+
67+
//{fleet}::
68+
69+
//{fleet-server}::
70+
71+
{agent}::
72+
* Prevent installation of {elastic-defend} in emulated environment, in which it's not supported. {agent-pull}6095[#6095] {agent-issue}6082[#6082]
73+
* Re-enable notifying {fleet} when [agent] is uninstalled on Windows. {agent-pull}6257[#6257] {agent-issue}5952[#5952]
74+
* Log a warning on same version upgrade attempts and prevent the agent from reporting a failed upgrade state. {agent-pull}6273[#6273] {agent-issue}6186[#6186]
75+
* Add retries for requesting download verifiers when upgrading an agent. {agent-pull}6276[#6276] {agent-issue}5163[#5163]
76+
77+
78+
// end 8.18.0 relnotes
79+
80+
// ---------------------
81+
//TEMPLATE
82+
//Use the following text as a template. Remember to replace the version info.
83+
84+
// begin 8.7.x relnotes
85+
86+
//[[release-notes-8.7.x]]
87+
//== {fleet} and {agent} 8.7.x
88+
89+
//Review important information about the {fleet} and {agent} 8.7.x release.
90+
91+
//[discrete]
92+
//[[security-updates-8.7.x]]
93+
//=== Security updates
94+
95+
//{fleet}::
96+
//* add info
97+
98+
//{agent}::
99+
//* add info
100+
101+
//[discrete]
102+
//[[breaking-changes-8.7.x]]
103+
//=== Breaking changes
104+
105+
//Breaking changes can prevent your application from optimal operation and
106+
//performance. Before you upgrade, review the breaking changes, then mitigate the
107+
//impact to your application.
108+
109+
//[discrete]
110+
//[[breaking-PR#]]
111+
//.Short description
112+
//[%collapsible]
113+
//====
114+
//*Details* +
115+
//<Describe new behavior.> For more information, refer to {kibana-pull}PR[#PR].
116+
117+
//*Impact* +
118+
//<Describe how users should mitigate the change.> For more information, refer to {fleet-guide}/fleet-server.html[Fleet Server].
119+
//====
120+
121+
//[discrete]
122+
//[[notable-changes-8.13.0]]
123+
//=== Notable changes
124+
125+
//The following are notable, non-breaking updates to be aware of:
126+
127+
//* Changes to features that are in Technical Preview.
128+
//* Changes to log formats.
129+
//* Changes to non-public APIs.
130+
//* Behaviour changes that repair critical bugs.
131+
132+
//{fleet}::
133+
//* add info
134+
135+
//{agent}::
136+
//* add info
137+
138+
//[discrete]
139+
//[[known-issues-8.7.x]]
140+
//=== Known issues
141+
142+
//[[known-issue-issue#]]
143+
//.Short description
144+
//[%collapsible]
145+
//====
146+
147+
//*Details*
148+
149+
//<Describe known issue.>
150+
151+
//*Impact* +
152+
153+
//<Describe impact or workaround.>
154+
155+
//====
156+
157+
//[discrete]
158+
//[[deprecations-8.7.x]]
159+
//=== Deprecations
160+
161+
//The following functionality is deprecated in 8.7.x, and will be removed in
162+
//8.7.x. Deprecated functionality does not have an immediate impact on your
163+
//application, but we strongly recommend you make the necessary updates after you
164+
//upgrade to 8.7.x.
165+
166+
//{fleet}::
167+
//* add info
168+
169+
//{agent}::
170+
//* add info
171+
172+
//[discrete]
173+
//[[new-features-8.7.x]]
174+
//=== New features
175+
176+
//The 8.7.x release Added the following new and notable features.
177+
178+
//{fleet}::
179+
//* add info
180+
181+
//{agent}::
182+
//* add info
183+
184+
//[discrete]
185+
//[[enhancements-8.7.x]]
186+
//=== Enhancements
187+
188+
//{fleet}::
189+
//* add info
190+
191+
//{agent}::
192+
//* add info
193+
194+
//[discrete]
195+
//[[bug-fixes-8.7.x]]
196+
//=== Bug fixes
197+
198+
//{fleet}::
199+
//* add info
200+
201+
//{agent}::
202+
//* add info
203+
204+
// end 8.7.x relnotes

0 commit comments

Comments
 (0)