Update changelog for fleetd 1.46.0 release (#31978)

Co-authored-by: Jordan Montgomery <elijah.jordan.montgomery@gmail.com>
This commit is contained in:
Lucas Manuel Rodriguez 2025-08-15 16:26:07 -03:00 committed by GitHub
parent 744564bd60
commit 531a84d976
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 26 additions and 10 deletions

View file

@ -1,3 +1,29 @@
## Orbit 1.46.0 (Aug 15, 2025)
* Added support for fleetd TUF extensions on Linux arm64 and Windows arm64 devices.
* Fixed Fleet Desktop offline indicator to be less sensitive to transient network failures and faster recovery when connectivity is restored.
* Fixed bug on Fleet Desktop, 'About Fleet' menu item was not showing after the host is back online.
* Switched to `runuser` and `runcon` to launch fleet desktop with the correct SELinux context and user.
* Added support to generate a TPM 2.0 private key and issue a SCEP certificate for signing of HTTP requests (via new environment variable `ORBIT_FLEET_MANAGED_HOST_IDENTITY_CERTIFICATE`).
* Added new Orbit config flag, set if Disk Encryption is enforced enabled and the require BitLocker PIN flag is set.
* Added new fleetd table 'bitlocker_key_protectors' that returns what key protectors are setup on the system.
* Fixed an issue where Fleet Desktop would stop showing "Migrate to Fleet" for several minutes every hour after a device token refresh.
* Fixed tarball extraction failures due to unknown TAR headers.
* Fixed tarball extraction failures on archives that don't include a parent directory header before files in that directory.
* Updated go to 1.24.5.
* Fixed bug with `mdm_bridge` Orbit table that caused panics due to invalid COM initialization.
## Orbit 1.45.1 (Jul 14th, 2025)
* Added feature for showing an informational message on Fleet Desktop if the host cannot connect to Fleet.

View file

@ -1 +0,0 @@
* Added new Fleetd table 'bitlocker_key_protectors' that returns what key protectors are setup on the system.

View file

@ -1 +0,0 @@
- Switched to `runuser` and `runcon` to launch fleet desktop with the correct SELinux context and user.

View file

@ -1 +0,0 @@
* Fixed bug on Fleet Desktop, 'About Fleet' menu item was not showing after the host is back online.

View file

@ -1,2 +0,0 @@
* Fixed tarball extraction failures due to unknown TAR headers
* Fixed tarball extraction failures on archives that don't include a parent directory header before files in that directory

View file

@ -1 +0,0 @@
Fixed an issue where Fleet desktop would stop showing "Migrate to Fleet" for several minutes every hour after a device token refresh

View file

@ -1 +0,0 @@
* Fixed offline indicator to be less sensitive to transient network failures and faster recovery when connectivity is restored.

View file

@ -1 +0,0 @@
* Added support for fleetd TUF extensions on Linux arm64 and Windows arm64 devices.

View file

@ -1 +0,0 @@
- Added support to generate a TPM 2.0 private key and issue a SCEP certificate for signing of HTTP requests (via new environment variable `ORBIT_FLEET_MANAGED_HOST_IDENTITY_CERTIFICATE`).

View file

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