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
+47
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,41 @@ Breaking changes can prevent your application from optimal operation and
43
43
performance. Before you upgrade, review the breaking changes, then mitigate the
44
44
impact to your application.
45
45
46
+
{fleet}::
47
+
48
+
[discrete]
49
+
[[breaking-198434]]
50
+
.Removed deprecated `epm` Fleet APIs.
51
+
[%collapsible]
52
+
====
53
+
*Details* +
54
+
* Removed `GET/POST/DELETE /epm/packages/:pkgkey` APIs in favor of the `GET/POST/DELETE /epm/packages/:pkgName/:pkgVersion`:
55
+
56
+
* Removed `experimental` query parameter in `GET /epm/packages` and `GET /epm/categories`
57
+
* Removed `response` in response in `* /epm/packages*` and `GET /epm/categories`
58
+
* Removed `savedObject` in `/epm/packages` response in favor of `installationInfo`
59
+
60
+
For more information, refer to ({kibana-pull}198434[#198434]).
61
+
====
62
+
63
+
[discrete]
64
+
[[breaking-198313]]
65
+
.Removed deprecated Fleet APIs for agents endpoints.
66
+
[%collapsible]
67
+
====
68
+
*Details* +
69
+
Removed the following API endpoints:
70
+
71
+
* `POST /service-tokens` in favor of `POST /service_tokens`
72
+
* `GET /agent-status` in favor `GET /agent_status`
73
+
* `PUT /agents/:agentid/reassign` in favor of `POST /agents/:agentid/reassign`
74
+
Removed deprecated parameters or responses:
75
+
* Removed `total` from `GET /agent_status` response
76
+
* Removed `list` from `GET /agents` response
77
+
78
+
For more information, refer to ({kibana-pull}198313[#198313]).
79
+
====
80
+
46
81
{agent}::
47
82
* 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
83
* 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]
@@ -56,6 +91,9 @@ impact to your application.
56
91
57
92
The 9.0.0-beta1 release Added the following new and notable features.
58
93
94
+
{fleet}::
95
+
* Add new setting allowing automatic deletion of unenrolled agents in {fleet} settings. ({kibana-pull}195544[#195544])
96
+
59
97
{agent}::
60
98
* Add the Azure Asset Inventory definition to Cloudbeat. {agent-pull}5323[#5323]
61
99
* Add a new Kubernetes deployment of the Elastic Distribution of OTel Collector named "gateway" to the Helm kube-stack deployment. {agent-pull}6444[#6444]
@@ -69,6 +107,12 @@ The 9.0.0-beta1 release Added the following new and notable features.
69
107
[[enhancements-9.0.0-beta1]]
70
108
=== Enhancements
71
109
110
+
{fleet}::
111
+
* Improve filtering and visibility of `Uninstalled` and `Orphaned` agents in {fleet}, by differentiating them from `Offline` agents. ({kibana-pull}205815[#205815])
112
+
* Introduce air-gapped configuration for bundled packages. ({kibana-pull}202435[#202435])
113
+
* Update removed parameters of the {fleet} -> {ls} output configurations. ({kibana-pull}210115[#210115])
114
+
* Update the maximum supported package version. ({kibana-pull}196675[#196675])
115
+
72
116
{fleet-server}::
73
117
* Replace the use of `context.TODO` and `context.Background` in logger function calls for most use cases. {fleet-server-pull}4168[#4168] {fleet-server-issue}3087[#3087]
74
118
* Refactor the API constructor to use functional opts instead of a long list of pointers. {fleet-server-pull}4169[#4169] {fleet-server-issue}3823[#3823]
@@ -83,6 +127,9 @@ The 9.0.0-beta1 release Added the following new and notable features.
83
127
[[bug-fixes-9.0.0-beta1]]
84
128
=== Bug fixes
85
129
130
+
{fleet}::
131
+
* Fix a validation error that occurs on multi-text input fields. ({kibana-pull}205768[#205768])
132
+
86
133
{fleet-server}::
87
134
* Adding a context timeout to the bulker flush so it times out if it takes more time than the deadline. {fleet-server-pull}3986[#3986]
88
135
* Remove a race condition that may occur when remote {es} outputs are used. {fleet-server-pull}4171[#4171]
0 commit comments