Skip to content

Commit

Permalink
Prepare for 4.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zwass committed Oct 22, 2021
1 parent 6358fe0 commit b35a2e2
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion changes/add-join-condition

This file was deleted.

1 change: 0 additions & 1 deletion changes/cache-app-config

This file was deleted.

1 change: 0 additions & 1 deletion changes/fix-wix

This file was deleted.

1 change: 0 additions & 1 deletion changes/gtid-replication

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.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 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.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
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.4.2",
"version": "v4.4.3",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"
Expand Down

0 comments on commit b35a2e2

Please sign in to comment.