mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Prepare for 3.9.0 (#428)
This commit is contained in:
parent
6e96df9055
commit
b93b2c5b6a
14
CHANGELOG.md
14
CHANGELOG.md
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user