From 531a84d9765f31e1f3667eda9d3802cf831a4b70 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Fri, 15 Aug 2025 16:26:07 -0300 Subject: [PATCH] Update changelog for fleetd 1.46.0 release (#31978) Co-authored-by: Jordan Montgomery --- orbit/CHANGELOG.md | 26 +++++++++++++++++++ orbit/changes/28133-require-bitlocker-pin | 1 - ...793-launch-processes-using-correct-context | 1 - .../changes/30955-fixed-bug-with-about-fleet | 1 - orbit/changes/31338-31525-tarball-install | 2 -- orbit/changes/31387-fleetdesktop-mdm-migrate | 1 - orbit/changes/31592-improve-offline-indicator | 1 - orbit/changes/fleetd-extensions-support-arm64 | 1 - orbit/changes/fleetd-tpm-key | 1 - orbit/changes/update-go-1.24.5 | 1 - 10 files changed, 26 insertions(+), 10 deletions(-) delete mode 100644 orbit/changes/28133-require-bitlocker-pin delete mode 100644 orbit/changes/29793-launch-processes-using-correct-context delete mode 100644 orbit/changes/30955-fixed-bug-with-about-fleet delete mode 100644 orbit/changes/31338-31525-tarball-install delete mode 100644 orbit/changes/31387-fleetdesktop-mdm-migrate delete mode 100644 orbit/changes/31592-improve-offline-indicator delete mode 100644 orbit/changes/fleetd-extensions-support-arm64 delete mode 100644 orbit/changes/fleetd-tpm-key delete mode 100644 orbit/changes/update-go-1.24.5 diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index 84d66115ae..f9735269c0 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -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. diff --git a/orbit/changes/28133-require-bitlocker-pin b/orbit/changes/28133-require-bitlocker-pin deleted file mode 100644 index 582e1703a6..0000000000 --- a/orbit/changes/28133-require-bitlocker-pin +++ /dev/null @@ -1 +0,0 @@ -* Added new Fleetd table 'bitlocker_key_protectors' that returns what key protectors are setup on the system. \ No newline at end of file diff --git a/orbit/changes/29793-launch-processes-using-correct-context b/orbit/changes/29793-launch-processes-using-correct-context deleted file mode 100644 index 636180dc96..0000000000 --- a/orbit/changes/29793-launch-processes-using-correct-context +++ /dev/null @@ -1 +0,0 @@ -- Switched to `runuser` and `runcon` to launch fleet desktop with the correct SELinux context and user. \ No newline at end of file diff --git a/orbit/changes/30955-fixed-bug-with-about-fleet b/orbit/changes/30955-fixed-bug-with-about-fleet deleted file mode 100644 index ddb349931a..0000000000 --- a/orbit/changes/30955-fixed-bug-with-about-fleet +++ /dev/null @@ -1 +0,0 @@ -* Fixed bug on Fleet Desktop, 'About Fleet' menu item was not showing after the host is back online. \ No newline at end of file diff --git a/orbit/changes/31338-31525-tarball-install b/orbit/changes/31338-31525-tarball-install deleted file mode 100644 index b2fbab9fe8..0000000000 --- a/orbit/changes/31338-31525-tarball-install +++ /dev/null @@ -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 diff --git a/orbit/changes/31387-fleetdesktop-mdm-migrate b/orbit/changes/31387-fleetdesktop-mdm-migrate deleted file mode 100644 index 6c78a8444f..0000000000 --- a/orbit/changes/31387-fleetdesktop-mdm-migrate +++ /dev/null @@ -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 diff --git a/orbit/changes/31592-improve-offline-indicator b/orbit/changes/31592-improve-offline-indicator deleted file mode 100644 index 17937a6d20..0000000000 --- a/orbit/changes/31592-improve-offline-indicator +++ /dev/null @@ -1 +0,0 @@ -* Fixed offline indicator to be less sensitive to transient network failures and faster recovery when connectivity is restored. diff --git a/orbit/changes/fleetd-extensions-support-arm64 b/orbit/changes/fleetd-extensions-support-arm64 deleted file mode 100644 index e3ae70341a..0000000000 --- a/orbit/changes/fleetd-extensions-support-arm64 +++ /dev/null @@ -1 +0,0 @@ -* Added support for fleetd TUF extensions on Linux arm64 and Windows arm64 devices. diff --git a/orbit/changes/fleetd-tpm-key b/orbit/changes/fleetd-tpm-key deleted file mode 100644 index 0bfe9a36c1..0000000000 --- a/orbit/changes/fleetd-tpm-key +++ /dev/null @@ -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`). diff --git a/orbit/changes/update-go-1.24.5 b/orbit/changes/update-go-1.24.5 deleted file mode 100644 index d742711f33..0000000000 --- a/orbit/changes/update-go-1.24.5 +++ /dev/null @@ -1 +0,0 @@ -* Updated go to 1.24.5