Update changelog for fleetd 1.45.0 release (#30672)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## 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.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Lucas Manuel Rodriguez 2025-07-09 10:18:20 -03:00 committed by GitHub
parent 97ec83efde
commit e39a668448
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 6 deletions

View file

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

View file

@ -1 +0,0 @@
* Added feature for showing an informational message on fleet desktop if host becomes offline.

View file

@ -1 +0,0 @@
* Added new flag `--fleet-certificate` to `sudo orbit shell` command (which sets osquery's `--tls_server_certs` flag).

View file

@ -1 +0,0 @@
* Added the `macos_user_profiles` osquery extension table on darwin.

View file

@ -1 +0,0 @@
- Fixed an issue where Orbit would attempt to launch Fleet Desktop on Linux systems without a logged-in GUI user

View file

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