Skip to content

Commit b93b2c5

Browse files
authored
Prepare for 3.9.0 (#428)
1 parent 6e96df9 commit b93b2c5

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## Fleet 3.9.0 (Mar 9, 2021)
2+
3+
* 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.
4+
5+
* 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`.
6+
7+
* Refresh the Fleet UI with a new layout and horizontal navigation bar.
8+
9+
* Trim down the size of Fleet binaries.
10+
11+
* Improve handling of config_refresh values from osquery clients.
12+
13+
* Fix an issue with IP addresses and host additional info dropping.
14+
115
## Fleet 3.8.0 (Feb 25, 2021)
216

317
* Add search, sort, and column selection in the hosts dashboard.

chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: fleet
44
keywords:
55
- fleet
66
- osquery
7-
version: 3.8.0
7+
version: 3.9.0
88
home: https://github.com/fleetdm/fleet
99
sources:
1010
- https://github.com/fleetdm/fleet.git
11-
appVersion: 3.8.0
11+
appVersion: 3.9.0

tools/fleetctl-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fleetctl",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"description": "Installer for the fleetctl CLI tool",
55
"bin": {
66
"fleetctl": "./run.js"

0 commit comments

Comments
 (0)