You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/ingest-management/release-notes/release-notes-9.0-beta1.asciidoc
+164Lines changed: 164 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,37 @@ Review important information about the {fleet} and {agent} 8.17.2 release.
32
32
[[security-updates-9.0.0-beta1]]
33
33
=== Security updates
34
34
35
+
{agent}::
36
+
* Update Go version to 1.22.8. {agent-pull}5731[#5731]
37
+
38
+
[discrete]
39
+
[[breaking-changes-9.0.0-beta1]]
40
+
=== Breaking changes
41
+
42
+
Breaking changes can prevent your application from optimal operation and
43
+
performance. Before you upgrade, review the breaking changes, then mitigate the
44
+
impact to your application.
45
+
46
+
{agent}::
47
+
* Support for `cloud-defend` (Defend for Containers) has been removed in this release. The package has been removed from the {agent} packaging scripts and template Kubernetes files. {agent-pull}5481[#5481]
48
+
* The default values for `username` and `password` have been removed for when {agent} is running in container mode. The {es} `api_key` can now be set in that mode using the `ELASTICSEARCH_API_KEY` environment variable. {agent-pull}5536[#5536]
49
+
* The default Ubuntu-based Docker images used for {agent} have been changed to UBI-minimal-based images, to reduce the overall footprint of the agent Docker images and to improve compliance with enterprise standards. {agent-pull}6427[#6427]
50
+
* The deprecated `--path.install` flag declaration has been removed from the {agent} `paths` command and its use removed from the `container` and `enroll` commands. {agent-pull}6461[#6461] {agent-issue}2489[#2489]
51
+
* Change the default {agent} installation and ugprades to include only the `agentbeat`, `endpoint-security` and `pf-host-agent` components. Additional components can be included using flags. {agent-pull}6542[#6542]
52
+
35
53
36
54
55
+
[discrete]
56
+
[[new-features-9.0.0-beta1]]
57
+
=== New features
58
+
59
+
The 9.0.0-beta1 release Added the following new and notable features.
60
+
61
+
{agent}::
62
+
* Add the Azure Asset Inventory definition to Cloudbeat. {agent-pull}5323[#5323]
63
+
* Add a new Kubernetes deployment of the Elastic Distribution of OTel Collector named "gateway" to the Helm kube-stack deployment. {agent-pull}6444[#6444]
64
+
* Add the filesource providert to composable inputs. The provider watches for changes of the files and updates the values of the variables when the content of the file changes. {agent-pull}6587[#6587] {agent-issue}6362[#6362]
65
+
37
66
[discrete]
38
67
[[enhancements-9.0.0-beta1]]
39
68
=== Enhancements
@@ -44,6 +73,10 @@ Review important information about the {fleet} and {agent} 8.17.2 release.
44
73
* Remove the deprecated `policy_throttle` configuration setting in favour of the newer `policy-limit`. {fleet-server-pull}4288[#4288]
45
74
* Add the ability for {agent} to enroll using a specific ID. {fleet-server-pull}4290[#4290] {fleet-server-issue}4226[#4226]
46
75
76
+
{agent}::
77
+
* Add the Filebeat receiver into {agent}. {agent-pull}5833[#5833]
78
+
* Update OTel components to v0.116.0. {agent-pull}6384[#6384]
79
+
47
80
[discrete]
48
81
[[bug-fixes-9.0.0-beta1]]
49
82
=== Bug fixes
@@ -53,5 +86,136 @@ Review important information about the {fleet} and {agent} 8.17.2 release.
53
86
* Remove a race condition that may occur when remote {es} outputs are used. {fleet-server-pull}4171[#4171]
54
87
* Use the `chi/middleware.Throttle` package to track in-flight requests and return a 429 response when the limit is reached. {fleet-server-pull}4402[#4402] {fleet-server-issue}4400[#4400]
55
88
89
+
{agent}::
90
+
91
+
92
+
56
93
57
94
// end 9.0.0-beta1 relnotes
95
+
96
+
97
+
// ---------------------
98
+
//TEMPLATE
99
+
//Use the following text as a template. Remember to replace the version info.
100
+
101
+
// begin 8.7.x relnotes
102
+
103
+
//[[release-notes-8.7.x]]
104
+
//== {fleet} and {agent} 8.7.x
105
+
106
+
//Review important information about the {fleet} and {agent} 8.7.x release.
107
+
108
+
//[discrete]
109
+
//[[security-updates-8.7.x]]
110
+
//=== Security updates
111
+
112
+
//{fleet}::
113
+
//* add info
114
+
115
+
//{agent}::
116
+
//* add info
117
+
118
+
//[discrete]
119
+
//[[breaking-changes-8.7.x]]
120
+
//=== Breaking changes
121
+
122
+
//Breaking changes can prevent your application from optimal operation and
123
+
//performance. Before you upgrade, review the breaking changes, then mitigate the
124
+
//impact to your application.
125
+
126
+
//[discrete]
127
+
//[[breaking-PR#]]
128
+
//.Short description
129
+
//[%collapsible]
130
+
//====
131
+
//*Details* +
132
+
//<Describe new behavior.> For more information, refer to {kibana-pull}PR[#PR].
133
+
134
+
//*Impact* +
135
+
//<Describe how users should mitigate the change.> For more information, refer to {fleet-guide}/fleet-server.html[Fleet Server].
136
+
//====
137
+
138
+
//[discrete]
139
+
//[[notable-changes-8.13.0]]
140
+
//=== Notable changes
141
+
142
+
//The following are notable, non-breaking updates to be aware of:
143
+
144
+
//* Changes to features that are in Technical Preview.
145
+
//* Changes to log formats.
146
+
//* Changes to non-public APIs.
147
+
//* Behaviour changes that repair critical bugs.
148
+
149
+
//{fleet}::
150
+
//* add info
151
+
152
+
//{agent}::
153
+
//* add info
154
+
155
+
//[discrete]
156
+
//[[known-issues-8.7.x]]
157
+
//=== Known issues
158
+
159
+
//[[known-issue-issue#]]
160
+
//.Short description
161
+
//[%collapsible]
162
+
//====
163
+
164
+
//*Details*
165
+
166
+
//<Describe known issue.>
167
+
168
+
//*Impact* +
169
+
170
+
//<Describe impact or workaround.>
171
+
172
+
//====
173
+
174
+
//[discrete]
175
+
//[[deprecations-8.7.x]]
176
+
//=== Deprecations
177
+
178
+
//The following functionality is deprecated in 8.7.x, and will be removed in
179
+
//8.7.x. Deprecated functionality does not have an immediate impact on your
180
+
//application, but we strongly recommend you make the necessary updates after you
181
+
//upgrade to 8.7.x.
182
+
183
+
//{fleet}::
184
+
//* add info
185
+
186
+
//{agent}::
187
+
//* add info
188
+
189
+
//[discrete]
190
+
//[[new-features-8.7.x]]
191
+
//=== New features
192
+
193
+
//The 8.7.x release Added the following new and notable features.
0 commit comments