Skip to content

Commit f5e862a

Browse files
authored
Prepare 3.10.1 (#608)
1 parent 3a4f13d commit f5e862a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Fleet 3.10.1 (Apr 6, 2021)
2+
3+
* Fix a frontend bug that prevented the "Pack" page and "Edit pack" page from rendering in the Fleet UI. This issue occurred when the `platform` key, in the requested pack's configuration, was set to any value other than `darwin`, `linux`, `windows`, or `all`.
4+
15
## Fleet 3.10.0 (Mar 31, 2021)
26

37
* Add `fleetctl` agent auto-updates beta which introduces the ability to self-manage an agent update server. Available for Fleet Basic customers.

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

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.10.0 # Version of Fleet to deploy
5+
imageTag: 3.10.1 # 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.10.0",
3+
"version": "3.10.1",
44
"description": "Installer for the fleetctl CLI tool",
55
"bin": {
66
"fleetctl": "./run.js"

0 commit comments

Comments
 (0)