mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Update changelog and configs for patch releases (#2531)
This commit is contained in:
parent
2e6352ed40
commit
a6e8f22d83
9 changed files with 19 additions and 9 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
* Fix double HTTP requests on hosts search query
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fix data table pagination
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fix logging of errors in fleet serve.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fix database migration when upgrading from 4.3.2
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fix migration errors under some MySQL configurations due to use of temporary tables.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue