Update changelog and configs for patch releases (#2531)

This commit is contained in:
Zach Wasserman 2021-10-14 18:17:47 -07:00 committed by GitHub
parent 2e6352ed40
commit a6e8f22d83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 19 additions and 9 deletions

View file

@ -1,3 +1,18 @@
## Fleet 4.4.2 (Oct 14, 2021)
* Fix migration errors under some MySQL configurations due to use of temporary tables.
* Fix pagination of hosts on host dashboard.
* Optimize HTTP requests on host search.
## Fleet 4.4.1 (Oct 8, 2021)
* Fix database migrations error when updating from 4.3.2 to 4.4.0. This did not effect upgrades
between other versions and 4.4.0.
* Improve logging of errors in fleet serve.
## Fleet 4.4.0 (Oct 6, 2021)
* Fleet Premium: Teams Schedules show inherited queries from All teams (global) Schedule.

View file

@ -1 +0,0 @@
* Fix double HTTP requests on hosts search query

View file

@ -1 +0,0 @@
* Fix data table pagination

View file

@ -1 +0,0 @@
* Fix logging of errors in fleet serve.

View file

@ -1 +0,0 @@
* Fix database migration when upgrading from 4.3.2

View file

@ -1 +0,0 @@
* Fix migration errors under some MySQL configurations due to use of temporary tables.

View file

@ -4,8 +4,8 @@ name: fleet
keywords:
- fleet
- osquery
version: v4.4.0
version: v4.4.2
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.4.0
appVersion: v4.4.2

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.0 # Version of Fleet to deploy
imageTag: v4.4.2 # 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.0",
"version": "v4.4.2",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"