Skip to content

Commit

Permalink
Update changelog and versions to 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chiiph committed Sep 1, 2021
1 parent 13683ec commit 2dfca8f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Fleet 4.2.4 (Sept 2, 2021)

* Fix Redis Cluster support.

* Handle properly the case where the agent opts is nil in the app config.

* Improve how host users are stored to prevent deadlocks.

## Fleet 4.2.3 (Aug 23, 2021)

* Add ability to troubleshoot connection issues with the `fleetctl debug connection` command.
Expand Down
1 change: 0 additions & 1 deletion changes/dont-fail-config-agent-opts-nil

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1829-prevent-deadlocks-host-users

This file was deleted.

1 change: 0 additions & 1 deletion changes/issue-1847-redis-cluster

This file was deleted.

4 changes: 2 additions & 2 deletions charts/fleet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: fleet
keywords:
- fleet
- osquery
version: v4.2.3
version: v4.2.4
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.2.3
appVersion: v4.2.4
2 changes: 1 addition & 1 deletion charts/fleet/values.yaml
Original file line number Diff line number Diff line change
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.2.3 # Version of Fleet to deploy
imageTag: v4.2.4 # 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fleetctl",
"version": "v4.2.3",
"version": "v4.2.4",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"
Expand Down

0 comments on commit 2dfca8f

Please sign in to comment.