Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

Commit af5fefa

Browse files
authored
Changelog for 3.0.0 release (#2266)
1 parent 1058f57 commit af5fefa

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
24+
125
## Kolide Fleet 2.6.0 (Mar 24, 2020)
226

327
* Add server logging for X-Forwarded-For header.

0 commit comments

Comments
 (0)