mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Update changelog for fleetd 1.54.0 release (#43108)
This commit is contained in:
parent
f465f47bbf
commit
013c09721a
14 changed files with 26 additions and 14 deletions
|
|
@ -1,3 +1,29 @@
|
|||
## Orbit 1.54.0 (Apr 07, 2026)
|
||||
|
||||
* Fixed orbit crash loop when `updates-metadata.json` has incorrect file permissions by self-healing via `chmod` instead of fatally erroring.
|
||||
|
||||
* Improved initial loading state of macOS setup experience when displaying web view UI.
|
||||
|
||||
* Fixed an issue where the automatic migration preview would show when the device was not MDM-enrolled and not enrolled via DEP.
|
||||
|
||||
* Fixed a case where `app_sso_platform` does not return any data if Platform SSO is configured but the user has not yet completed registration.
|
||||
|
||||
* Added `registration_completed` and `login_type` columns to `app_sso_platform` table.
|
||||
|
||||
* Updated script validation to support python interpreters on macOS and Linux.
|
||||
|
||||
* Added a new `disk_space` fleetd table for macOS that reports accurate available disk space including purgeable storage.
|
||||
|
||||
* Added `macos_thermal_pressure`, `macos_soc_power`, `macadmins_wifi_network`, and `local_network_permissions` tables from https://github.com/macadmins/osquery-extension.
|
||||
|
||||
* Fixed BitLocker encryption failing with `E_INVALIDARG` after migrating Windows devices from another MDM. Fleet now reads the `OSEncryptionType` registry policy to use the correct encryption mode and cleans up stale key protectors from previous failed attempts.
|
||||
|
||||
* Fixed a bug where the fleetd `executable_hashes` table failed to compute hashes for app bundles with emoji characters in their names.
|
||||
|
||||
* Updated go to 1.26.1.
|
||||
|
||||
* Added `go_binaries` table to detect Go binaries installed via `go install` in user directories.
|
||||
|
||||
## Orbit 1.53.1 (Mar 18, 2026)
|
||||
|
||||
* Updated github.com/shirou/gopsutil from v3 to v4 to fix a crash in Apple M5 hardware.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
* Fixed BitLocker encryption failing with E_INVALIDARG after migrating Windows devices from another MDM. Fleet now reads the OSEncryptionType registry policy to use the correct encryption mode and cleans up stale key protectors from previous failed attempts.
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Added a new `disk_space` fleetd table for macOS that reports accurate available disk space including purgeable storage.
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Improved initial loading state of macOS setup experience when displaying web view UI.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Added `go_binaries` table to detect Go binaries installed via `go install` in user directories.
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Updated script validation to support python interpreters on macOS and Linux
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fixed an issue where the automatic migration preview would show when the device was not MDM-enrolled and not enrolled via DEP.
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Add `macadmins_wifi_network` and `local_network_permissions` tables from the MacAdmins osquery extension.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
- Fix a case where `app_sso_platform` does not return any data if Platform SSO is configured but the user has not yet completed registration.
|
||||
- Add `registration_completed` and `login_type` columns to `app_sso_platform` table.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fixed orbit crash loop when `updates-metadata.json` has incorrect file permissions by self-healing via `chmod` instead of fatally erroring.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fixed a bug where the fleetd `executable_hashes` table failed to compute hashes for app bundles with emoji characters in their names.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Added `macos_thermal_pressure` and `macos_soc_power` tables (from https://github.com/macadmins/osquery-extension).
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Refactored large anonymous function into a named function to improve nil-safety static analysis coverage.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Updated go to 1.26.1
|
||||
Loading…
Reference in a new issue