Adding changes for Fleet v4.88.1 (#49038)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Released a new Fleet chart and application version. * Updated deployment defaults to use the latest Fleet container image. * **Tests** * Adjusted release-candidate branch expectations to match the new version. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
## Fleet 4.88.1 (Jul 10, 2026)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
- Fixed an issue where a configuration profile could be enqueued multiple times for a single host.
|
||||
- Fixed recovery lock password being enforced on personally-owned (BYOD) macOS hosts, where it would always fail because personal enrollments have device lock rights stripped. These hosts are now skipped.
|
||||
- Fixed a bug where a user's BYOD selection was not persisted through IdP authentication
|
||||
- Fixed a bug where installing App Store (VPP) or in-house apps on an iOS/iPadOS host enrolled with the manual (profile-driven) BYOD enrollment profile failed while trying to look up a VPP user. These device-channel hosts now install apps to the device, the same as company-owned manual enrollment; user-scoped licensing is reserved for Account-Driven User Enrollment.
|
||||
|
||||
## Fleet 4.88.0 (Jul 01, 2026)
|
||||
|
||||
### Bug fixes
|
||||
|
||||
@@ -4,11 +4,11 @@ name: fleet
|
||||
keywords:
|
||||
- fleet
|
||||
- osquery
|
||||
version: v7.0.10
|
||||
version: v7.0.11
|
||||
home: https://github.com/fleetdm/fleet
|
||||
sources:
|
||||
- https://github.com/fleetdm/fleet.git
|
||||
appVersion: v4.88.0
|
||||
appVersion: v4.88.1
|
||||
dependencies:
|
||||
- name: mysql
|
||||
condition: mysql.enabled
|
||||
|
||||
@@ -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.88.0 # Version of Fleet to deploy
|
||||
imageTag: v4.88.1 # Version of Fleet to deploy
|
||||
# imagePullPolicy is optional. If unset, Kubernetes defaults to IfNotPresent
|
||||
# for tagged images and Always for the :latest tag. Valid values: Always,
|
||||
# IfNotPresent, Never.
|
||||
|
||||
@@ -56,7 +56,7 @@ variable "database_name" {
|
||||
|
||||
variable "fleet_image" {
|
||||
description = "the name of the container image to run"
|
||||
default = "fleetdm/fleet:v4.88.0"
|
||||
default = "fleetdm/fleet:v4.88.1"
|
||||
}
|
||||
|
||||
variable "software_inventory" {
|
||||
|
||||
@@ -68,7 +68,7 @@ variable "redis_mem" {
|
||||
}
|
||||
|
||||
variable "image" {
|
||||
default = "fleetdm/fleet:v4.88.0"
|
||||
default = "fleetdm/fleet:v4.88.1"
|
||||
}
|
||||
|
||||
variable "software_installers_bucket_name" {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "fleetctl",
|
||||
"version": "v4.88.0",
|
||||
"version": "v4.88.1",
|
||||
"description": "Installer for the fleetctl CLI tool",
|
||||
"bin": {
|
||||
"fleetctl": "./run.js"
|
||||
|
||||
Reference in New Issue
Block a user