Adding changes for Fleet v4.78.1 (#37874)

Co-authored-by: Luke Heath <luke@fleetdm.com>
This commit is contained in:
George Karr
2026-01-06 16:54:45 -06:00
committed by GitHub
co-authored by Luke Heath
parent e113f24084
commit dc5f1cb753
6 changed files with 15 additions and 6 deletions
+9
View File
@@ -1,3 +1,12 @@
## Fleet 4.78.1 (Jan 06, 2026)
### Bug fixes
- Fixed duplicate entry error when updating upgrade_code during software ingestion
- Fixed case sensitivity mismatches causing duplicate titles during software ingestion
- Added missing upgrade code persistence when adding Windows software to Fleet via GitOps
- Fixed a bug where iOS and iPadOS hosts enrolling via ABM MDM Migration would not have VPP apps installed
## Fleet 4.78.0 (Dec 19, 2025)
### IT Admins
+2 -2
View File
@@ -4,11 +4,11 @@ name: fleet
keywords:
- fleet
- osquery
version: v6.7.5
version: v6.7.6
home: https://github.com/fleetdm/fleet
sources:
- https://github.com/fleetdm/fleet.git
appVersion: v4.78.0
appVersion: v4.78.1
dependencies:
- name: mysql
condition: mysql.enabled
+1 -1
View File
@@ -4,7 +4,7 @@ hostName: fleet.localhost
replicas: 3 # The number of Fleet instances to deploy
revisionHistoryLimit: 10 # Number of old ReplicaSets for Fleet deployment to retain for rollback (set to 0 for unlimited)
imageRepository: fleetdm/fleet
imageTag: v4.78.0 # Version of Fleet to deploy
imageTag: v4.78.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.78.0"
default = "fleetdm/fleet:v4.78.1"
}
variable "software_inventory" {
@@ -68,7 +68,7 @@ variable "redis_mem" {
}
variable "image" {
default = "fleetdm/fleet:v4.78.0"
default = "fleetdm/fleet:v4.78.1"
variable "software_installers_bucket_name" {
default = "fleet-software-installers"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "fleetctl",
"version": "v4.78.0",
"version": "v4.78.1",
"description": "Installer for the fleetctl CLI tool",
"bin": {
"fleetctl": "./run.js"