mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Update files for 4.4.3 release (#2636)
This commit is contained in:
parent
403ef5cc59
commit
03b81245ee
7 changed files with 14 additions and 7 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
|||
## Fleet 4.4.3 (Oct 21, 2021)
|
||||
|
||||
* Cache AppConfig in redis to speed up requests and reduce MySQL load.
|
||||
|
||||
* Fix migration compatibility with MySQL GTID replication.
|
||||
|
||||
* Improve performance of software listing query.
|
||||
|
||||
* Improve MSI generation compatibility (for macOS M1 and some Virtualization configurations) in `fleetctl package`.
|
||||
|
||||
## Fleet 4.4.2 (Oct 14, 2021)
|
||||
|
||||
* Fix migration errors under some MySQL configurations due to use of temporary tables.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
* Improve performance of software listing query.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Improve MSI generation compatibility in `fleetctl package`.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fix migration compatibility with MySQL GTID replication.
|
||||
|
|
@ -4,8 +4,8 @@ name: fleet
|
|||
keywords:
|
||||
- fleet
|
||||
- osquery
|
||||
version: v4.4.2
|
||||
version: v4.4.3
|
||||
home: https://github.com/fleetdm/fleet
|
||||
sources:
|
||||
- https://github.com/fleetdm/fleet.git
|
||||
appVersion: v4.4.2
|
||||
appVersion: v4.4.3
|
||||
|
|
|
|||
|
|
@ -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.4.2 # Version of Fleet to deploy
|
||||
imageTag: v4.4.3 # 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.4.2",
|
||||
"version": "v4.4.3",
|
||||
"description": "Installer for the fleetctl CLI tool",
|
||||
"bin": {
|
||||
"fleetctl": "./run.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue