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.