mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
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:
parent
97ec83efde
commit
e39a668448
6 changed files with 12 additions and 6 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
* Added feature for showing an informational message on fleet desktop if host becomes offline.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Added new flag `--fleet-certificate` to `sudo orbit shell` command (which sets osquery's `--tls_server_certs` flag).
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Added the `macos_user_profiles` osquery extension table on darwin.
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Fixed an issue where Orbit would attempt to launch Fleet Desktop on Linux systems without a logged-in GUI user
|
||||
|
|
@ -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.
|
||||
Loading…
Reference in a new issue