Changelog for 3.3.0 release (#18)

This commit is contained in:
Zachary Wasserman 2020-11-04 21:52:43 -08:00 committed by GitHub
parent f08557d33b
commit f93a952d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,29 @@
## Fleet 3.3.0 (Nov 05, 2020)
With this release, Fleet has moved to the new github.com/fleetdm/fleet
repository. Please follow changes and releases there.
* Add file carving functionality.
* Add `fleetctl user create` command.
* Add osquery options editor to admin pages in UI.
* Add `fleetctl query --pretty` option for pretty-printing query results.
* Add ability to disable packs with `fleetctl apply`.
* Improve "Add New Host" dialog to walk the user step-by-step through host enrollment.
* Improve 500 error page by allowing display of the error.
* Partial transition of branding away from "Kolide Fleet".
* Fix an issue with case insensitive enroll secret and node key authentication.
* Fix an issue with `fleetctl query --quiet` flag not actually suppressing output.
## Fleet 3.2.0 (Aug 08, 2020)
* Add `stdout` logging plugin.