Skip to content

Commit c46cedc

Browse files
authored
Prepare for 3.10.0 (#568)
1 parent fdf9e42 commit c46cedc

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
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.10.0 (Mar 31, 2021)
2+
3+
* Add `fleetctl` agent auto-updates beta which introduces the ability to self-manage an agent update server. Available for Fleet Basic customers.
4+
5+
* Add option for Identity Provider-Initiated (IdP-initiated) Single Sign-On (SSO).
6+
7+
* Improve logging. All errors are logged regardless of log level, some non-errors are logged regardless of log level (agent enrollments, runs of live queries etc.), and all other non-errors are logged on debug level.
8+
9+
* Improve login resilience by adding rate-limiting to login and password reset attempts and preventing user enumeration.
10+
11+
* Add Fleet version and Go version in the My Account page of the Fleet UI.
12+
13+
* Improvements to `fleetctl preview` that ensure the latest version of Fleet is fired up on every run. In addition, the Fleet UI is now accessible without having to click through browser security warning messages.
14+
115
## Fleet 3.9.0 (Mar 9, 2021)
216

317
* 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.

charts/fleet/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.9.0
7+
version: 3.10.0
88
home: https://github.com/fleetdm/fleet
99
sources:
1010
- https://github.com/fleetdm/fleet.git
11-
appVersion: 3.9.0
11+
appVersion: 3.10.0

charts/fleet/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# All settings related to how Fleet is deployed in Kubernetes
33
hostName: fleet.localhost
44
replicas: 3 # The number of Fleet instances to deploy
5-
imageTag: 3.9.0 # Version of Fleet to deploy
5+
imageTag: 3.10.0 # Version of Fleet to deploy
66
createIngress: true # Whether or not to automatically create an Ingress
77
ingressAnnotations: {} # Additional annotation to add to the Ingress
88
podAnnotations: {} # Additional annotations to add to the Fleet pod

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.9.0",
3+
"version": "3.10.0",
44
"description": "Installer for the fleetctl CLI tool",
55
"bin": {
66
"fleetctl": "./run.js"

0 commit comments

Comments
 (0)