Prepare for 3.9.0 (#428)

This commit is contained in:
noahtalerman 2021-03-09 11:17:42 -08:00 committed by GitHub
parent 6e96df9055
commit b93b2c5b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 3 deletions

View File

@ -1,3 +1,17 @@
## Fleet 3.9.0 (Mar 9, 2021)
* Add configurable host identifier to help with duplicate host enrollment scenarios. By default, Fleet's behavior does not change (it uses the identifier configured in osquery's `--host_identifier` flag), but for users with overlapping host UUIDs changing `--osquery_host_identifier` to `instance` may be helpful.
* Make cool-down period for host enrollment configurable to control load on the database in scenarios in which hosts are using the same identifier. By default, the cooldown is off, reverting to the behavior of Fleet <=3.4.0. The cooldown can be enabled with `--osquery_enroll_cooldown`.
* Refresh the Fleet UI with a new layout and horizontal navigation bar.
* Trim down the size of Fleet binaries.
* Improve handling of config_refresh values from osquery clients.
* Fix an issue with IP addresses and host additional info dropping.
## Fleet 3.8.0 (Feb 25, 2021)
* Add search, sort, and column selection in the hosts dashboard.

View File

@ -4,8 +4,8 @@ name: fleet
keywords:
- fleet
- osquery
version: 3.8.0
version: 3.9.0
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: 3.8.0
appVersion: 3.9.0

View File

@ -1,6 +1,6 @@
{
"name": "fleetctl",
"version": "3.8.0",
"version": "3.9.0",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"