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
{{ message }}
This repository was archived by the owner on Dec 15, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,27 @@
1
+
## Kolide Fleet 3.0.0 (Jul 23, 2020)
2
+
3
+
* Backend performance overhaul. The Fleet server can now handle hundreds of thousands of connected hosts.
4
+
5
+
* Pagination implemented in the web UI. This makes the UI usable for any host count supported by the backend.
6
+
7
+
* Add capability to collect "additional" information from hosts. Additional queries can be set to be updated along with the host detail queries. This additional information is returned by the API.
8
+
9
+
* Removed extraneous network interface information to optimize server performance. Users that require this information can use the additional queries functionality to retrieve it.
10
+
11
+
* Add "manual" labels implementation. Static labels can be set by providing a list of hostnames with `fleetctl`.
12
+
13
+
* Add JSON output for `fleetctl get` commands.
14
+
15
+
* Add `fleetctl get host` to retrieve details for a single host.
16
+
17
+
* Update table schema for osquery 4.4.0.
18
+
19
+
* Add support for multiple enroll secrets.
20
+
21
+
* Logging verbosity reduced by default. Logs are now much less noisy.
22
+
23
+
* Fix import of github.com/kolide/fleet Go packages for consumers outside of this repository.
0 commit comments