Update changelog and versions to 4.2.4 (#1921)

* Update changelog and versions to 4.2.4

* Update CHANGELOG.md

Co-authored-by: noahtalerman <47070608+noahtalerman@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: noahtalerman <47070608+noahtalerman@users.noreply.github.com>

* Update CHANGELOG.md

Co-authored-by: noahtalerman <47070608+noahtalerman@users.noreply.github.com>

Co-authored-by: noahtalerman <47070608+noahtalerman@users.noreply.github.com>
This commit is contained in:
Tomas Touceda 2021-09-02 16:50:11 -03:00 committed by GitHub
parent 681e7f18a0
commit df135f57a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 8 deletions

View file

@ -1,4 +1,12 @@
## Fleet 4.2.3 (Aug 25, 2021)
## Fleet 4.2.4 (Sept 2, 2021)
* Fix a bug in which live queries would fail for deployments that use Redis Cluster.
* Fix a bug in which some new Fleet deployments don't include the default global agent options. Documentation for global and team agent options can be found [here](https://fleetdm.com/docs/using-fleet/configuration-files#agent-options).
* Improve how a host's `users` are stored in MySQL to prevent deadlocks. This information is available in the "Users" table on each host's **Host details** page and in the `GET /api/v1/fleet/hosts/{id}` API route.
## Fleet 4.2.3 (Aug 23, 2021)
* Add ability to troubleshoot connection issues with the `fleetctl debug connection` command.

View file

@ -1 +0,0 @@
* Handle properly the case where the agent opts is nil in the app config.

View file

@ -1 +0,0 @@
* Improve how host users are stored to prevent deadlocks.

View file

@ -1 +0,0 @@
* Fix Redis Cluster support.

View file

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

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

View file

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