Prepare for v4.0.1 release (#1283)

This commit is contained in:
Zach Wasserman 2021-07-01 16:25:18 -07:00 committed by GitHub
parent 3a9a773741
commit fed68fcb62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 4 deletions

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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"