From e39a66844884da5a1791353fb0a403bea402e423 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Wed, 9 Jul 2025 10:18:20 -0300 Subject: [PATCH] Update changelog for fleetd 1.45.0 release (#30672) ## Summary by CodeRabbit * **New Features** * None * **Bug Fixes** * None * **Removals** * Removed the offline status message on Fleet Desktop. * Removed the --fleet-certificate flag from the sudo orbit shell command. * Removed the macos_user_profiles osquery extension table for macOS. * Removed the fix preventing Fleet Desktop from launching incorrectly on Linux without a logged-in GUI user. * Removed the macOS MDM migration fallback for ConfigurationURL parsing. --- orbit/CHANGELOG.md | 12 ++++++++++++ orbit/changes/21277-offline-indicator | 1 - orbit/changes/27905-provide-tls-path-on-orbit-shell | 1 - .../29869-add-macos-user-profiles-extension-table | 1 - .../29942-dont-launch-desktop-on-linux-incorrectly | 1 - orbit/changes/30372-darwin-profiles-parser | 2 -- 6 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 orbit/changes/21277-offline-indicator delete mode 100644 orbit/changes/27905-provide-tls-path-on-orbit-shell delete mode 100644 orbit/changes/29869-add-macos-user-profiles-extension-table delete mode 100644 orbit/changes/29942-dont-launch-desktop-on-linux-incorrectly delete mode 100644 orbit/changes/30372-darwin-profiles-parser diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index a5146ac82d..7a1cb7c774 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -1,3 +1,15 @@ +## Orbit 1.45.0 (Jul 09, 2025) + +* Added feature for showing an informational message on Fleet Desktop if the host cannot connect to Fleet. + +* Added new flag `--fleet-certificate` to `sudo orbit shell` command (which sets osquery's `--tls_server_certs` flag). + +* Fixed issue with macOS MDM migration where fleetd did not fallback to parsing the `ConfigurationURL` when `ConfigurationWebURL` was not set in the MDM enrollment profile. + +* Added the `macos_user_profiles` osquery extension table on darwin. + +* Fixed an issue where Orbit would attempt to launch Fleet Desktop on Linux systems without a logged-in GUI user. + ## Orbit 1.44.0 (Jun 26, 2025) * Added `app_sso_platform` table to get Platform SSO extensions state information. diff --git a/orbit/changes/21277-offline-indicator b/orbit/changes/21277-offline-indicator deleted file mode 100644 index 51b73f8841..0000000000 --- a/orbit/changes/21277-offline-indicator +++ /dev/null @@ -1 +0,0 @@ -* Added feature for showing an informational message on fleet desktop if host becomes offline. \ No newline at end of file diff --git a/orbit/changes/27905-provide-tls-path-on-orbit-shell b/orbit/changes/27905-provide-tls-path-on-orbit-shell deleted file mode 100644 index b734748a99..0000000000 --- a/orbit/changes/27905-provide-tls-path-on-orbit-shell +++ /dev/null @@ -1 +0,0 @@ -* Added new flag `--fleet-certificate` to `sudo orbit shell` command (which sets osquery's `--tls_server_certs` flag). \ No newline at end of file diff --git a/orbit/changes/29869-add-macos-user-profiles-extension-table b/orbit/changes/29869-add-macos-user-profiles-extension-table deleted file mode 100644 index 807f19fce0..0000000000 --- a/orbit/changes/29869-add-macos-user-profiles-extension-table +++ /dev/null @@ -1 +0,0 @@ -* Added the `macos_user_profiles` osquery extension table on darwin. diff --git a/orbit/changes/29942-dont-launch-desktop-on-linux-incorrectly b/orbit/changes/29942-dont-launch-desktop-on-linux-incorrectly deleted file mode 100644 index faed64bb56..0000000000 --- a/orbit/changes/29942-dont-launch-desktop-on-linux-incorrectly +++ /dev/null @@ -1 +0,0 @@ -- Fixed an issue where Orbit would attempt to launch Fleet Desktop on Linux systems without a logged-in GUI user diff --git a/orbit/changes/30372-darwin-profiles-parser b/orbit/changes/30372-darwin-profiles-parser deleted file mode 100644 index a7f880402f..0000000000 --- a/orbit/changes/30372-darwin-profiles-parser +++ /dev/null @@ -1,2 +0,0 @@ -- Fixed issue with macOS MDM migration where fleetd did not fallback to parsing the - `ConfigurationURL` when `ConfigurationWebURL` was not set in the MDM enrollment profile.