Adding changes for Fleet v4.73.2 (#33118)

Co-authored-by: Luke Heath <luke@fleetdm.com>
This commit is contained in:
George Karr
2025-09-24 08:02:17 -05:00
committed by GitHub
co-authored by Luke Heath
parent 8d2b7f7c8f
commit 611cf8cc2b
6 changed files with 13 additions and 6 deletions
+7
View File
@@ -1,3 +1,10 @@
## Fleet 4.73.2 (Sep 23, 2025)
### Bug fixes
- Optimized the query used to list a hosts script results so it performs well with large result sets.
- Fixed MySQL DB performance regressions introduced in Fleet 4.73.0/4.73.1 affecting OS versions and software titles read queries.
## Fleet 4.73.1 (Sep 11, 2025)
### Bug fixes
+2 -2
View File
@@ -4,11 +4,11 @@ name: fleet
keywords:
- fleet
- osquery
version: v6.6.15
version: v6.6.16
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.73.1
appVersion: v4.73.2
dependencies:
- name: mysql
condition: mysql.enabled
+1 -1
View File
@@ -3,7 +3,7 @@
hostName: fleet.localhost
replicas: 3 # The number of Fleet instances to deploy
imageRepository: fleetdm/fleet
imageTag: v4.73.1 # Version of Fleet to deploy
imageTag: v4.73.2 # Version of Fleet to deploy
# imagePullSecrets is optional.
# imagePullSecrets:
# - name: docker
@@ -56,7 +56,7 @@ variable "database_name" {
variable "fleet_image" {
description = "the name of the container image to run"
default = "fleetdm/fleet:v4.73.1"
default = "fleetdm/fleet:v4.73.2"
}
variable "software_inventory" {
@@ -68,7 +68,7 @@ variable "redis_mem" {
}
variable "image" {
default = "fleetdm/fleet:v4.73.1"
default = "fleetdm/fleet:v4.73.2"
variable "software_installers_bucket_name" {
default = "fleet-software-installers"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "fleetctl",
"version": "v4.73.1",
"version": "v4.73.2",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"