mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
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:
parent
681e7f18a0
commit
df135f57a9
7 changed files with 13 additions and 8 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
* Handle properly the case where the agent opts is nil in the app config.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Improve how host users are stored to prevent deadlocks.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fix Redis Cluster support.
|
||||
|
|
@ -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,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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue