Update changelog for Fleet 2.0 RC2 release (#1834)

This commit is contained in:
Zachary Wasserman 2018-06-18 11:19:48 -07:00 committed by GitHub
parent 6424a029ee
commit 738f3d0195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,19 @@
## Kolide Fleet 2.0.0 RC2 (June 18, 2018)
* Fix errors when creating and modifying packs, queries and labels in UI.
* Fix an issue with the schema of returned config JSON.
* Handle newlines when converting query packs with fleetctl convert.
* Add last seen time hover tooltip in Fleet UI.
* Fix a null pointer error when live querying via fleetctl.
* Explicitly set timezone in MySQL connection (improves timestamp consistency).
* Allow native password auth for MySQL (improves compatibility with Amazon RDS).
## Kolide Fleet 2.0.0 (currently preparing for release)
The primary new addition in Fleet 2 is the new `fleetctl` CLI and file-format, which dramatically increases the flexibility and control that administrators have over their osquery deployment. The CLI and the file format are documented [in the Fleet documentation](https://github.com/kolide/fleet/blob/master/docs/cli/README.md).