Update changelog for fleetd 1.54.0 release (#43108)

This commit is contained in:
Lucas Manuel Rodriguez 2026-04-07 10:40:22 -03:00 committed by GitHub
parent f465f47bbf
commit 013c09721a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 26 additions and 14 deletions

View file

@ -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.

View file

@ -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.

View file

@ -1 +0,0 @@
- Added a new `disk_space` fleetd table for macOS that reports accurate available disk space including purgeable storage.

View file

@ -1 +0,0 @@
- Improved initial loading state of macOS setup experience when displaying web view UI.

View file

@ -1 +0,0 @@
* Added `go_binaries` table to detect Go binaries installed via `go install` in user directories.

View file

@ -1 +0,0 @@
- Updated script validation to support python interpreters on macOS and Linux

View file

@ -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.

View file

@ -1 +0,0 @@
- Add `macadmins_wifi_network` and `local_network_permissions` tables from the MacAdmins osquery extension.

View file

@ -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.

View file

@ -1 +0,0 @@
* Fixed orbit crash loop when `updates-metadata.json` has incorrect file permissions by self-healing via `chmod` instead of fatally erroring.

View file

@ -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.

View file

@ -1 +0,0 @@
* Added `macos_thermal_pressure` and `macos_soc_power` tables (from https://github.com/macadmins/osquery-extension).

View file

@ -1 +0,0 @@
* Refactored large anonymous function into a named function to improve nil-safety static analysis coverage.

View file

@ -1 +0,0 @@
* Updated go to 1.26.1