Adding changes for Fleet v4.75.1 (#34571)

This commit is contained in:
George Karr
2025-10-22 10:11:58 -05:00
committed by GitHub
parent ece9ecc8ec
commit 304d581d87
6 changed files with 13 additions and 13 deletions
+7 -7
View File
@@ -1,3 +1,10 @@
## Fleet 4.75.1 (Oct 21, 2025)
### Bug fixes
- Fixed `fleetctl generate-gitops` when MDM is not turned on.
- Reduced load on migration from 4.74.0 and below.
## Fleet 4.75.0 (Oct 17, 2025)
### Security Engineers
@@ -152,13 +159,6 @@
- Fixed an alignment issue on the My device page.
- Fix deadlocks when updating automations for 10+ policies at one time.
## Fleet 4.73.4 (Sep 30, 2025)
### Bug fixes
- Added logic to detect and fix migration issues caused by improperly published Fleet v4.73.2 Linux binary
- Removing the software renaming fix introduced in 4.73.3 due to MySQL DB performance issues.
## Fleet 4.73.3 (Sep 26, 2025)
### Bug fixes
+2 -2
View File
@@ -4,11 +4,11 @@ name: fleet
keywords:
- fleet
- osquery
version: v6.6.21
version: v6.6.22
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.75.0
appVersion: v4.75.1
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.75.0 # Version of Fleet to deploy
imageTag: v4.75.1 # 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.75.0"
default = "fleetdm/fleet:v4.75.1"
}
variable "software_inventory" {
@@ -68,7 +68,7 @@ variable "redis_mem" {
}
variable "image" {
default = "fleetdm/fleet:v4.75.0"
default = "fleetdm/fleet:v4.75.1"
variable "software_installers_bucket_name" {
default = "fleet-software-installers"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "fleetctl",
"version": "v4.75.0",
"version": "v4.75.1",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"