Update files for 4.4.3 release (#2636)

This commit is contained in:
Zach Wasserman 2021-10-22 09:41:50 -07:00 committed by GitHub
parent 403ef5cc59
commit 03b81245ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 7 deletions

View file

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

View file

@ -1 +0,0 @@
* Improve performance of software listing query.

View file

@ -1 +0,0 @@
* Improve MSI generation compatibility in `fleetctl package`.

View file

@ -1 +0,0 @@
* Fix migration compatibility with MySQL GTID replication.

View file

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

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

View file

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