mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Prepare for v4.0.1 release (#1283)
This commit is contained in:
parent
3a9a773741
commit
fed68fcb62
4 changed files with 12 additions and 4 deletions
|
|
@ -1,3 +1,11 @@
|
|||
## Fleet 4.0.1 (Jul 01, 2021)
|
||||
|
||||
* Fix an issue in which migrations failed on MariaDB MySQL.
|
||||
|
||||
* Allow `http` to be used when configuring `fleetctl` for `localhost`.
|
||||
|
||||
* Fix a bug in which Team information was missing for hosts looked up by Label.
|
||||
|
||||
## Fleet 4.0.0 (Jun 29, 2021)
|
||||
|
||||
The primary additions in Fleet 4.0.0 are the new Role-based access control (RBAC) and Teams features.
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ name: fleet
|
|||
keywords:
|
||||
- fleet
|
||||
- osquery
|
||||
version: v4.0.0
|
||||
version: v4.0.1
|
||||
home: https://github.com/fleetdm/fleet
|
||||
sources:
|
||||
- https://github.com/fleetdm/fleet.git
|
||||
appVersion: v4.0.0
|
||||
appVersion: v4.0.1
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# All settings related to how Fleet is deployed in Kubernetes
|
||||
hostName: fleet.localhost
|
||||
replicas: 3 # The number of Fleet instances to deploy
|
||||
imageTag: v4.0.0 # Version of Fleet to deploy
|
||||
imageTag: v4.0.1 # Version of Fleet to deploy
|
||||
createIngress: true # Whether or not to automatically create an Ingress
|
||||
ingressAnnotations: {} # Additional annotation to add to the Ingress
|
||||
podAnnotations: {} # Additional annotations to add to the Fleet pod
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fleetctl",
|
||||
"version": "v4.0.0",
|
||||
"version": "v4.0.1",
|
||||
"description": "Installer for the fleetctl CLI tool",
|
||||
"bin": {
|
||||
"fleetctl": "./run.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue