Skip to content

Commit

Permalink
Prepare for v4.0.1 release (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass committed Jul 1, 2021
1 parent 3a9a773 commit fed68fc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions charts/fleet/Chart.yaml
Expand Up @@ -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 changes: 1 addition & 1 deletion charts/fleet/values.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/fleetctl-npm/package.json
@@ -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"
Expand Down

0 comments on commit fed68fc

Please sign in to comment.