mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
parent
e20e088eca
commit
693fbba21f
11 changed files with 22 additions and 10 deletions
|
|
@ -1,3 +1,25 @@
|
|||
## Orbit 1.48.1 (Sep 24, 2025)
|
||||
|
||||
* Added agent support for setup experience on Linux
|
||||
|
||||
* Add `fleetd_pacman_packages` table for `pacman` package manager
|
||||
|
||||
* Fixed desktop app launch on some Linux systems by reverting to using sudo.
|
||||
|
||||
* Fixed Fleet Desktop failing to launch the browser, or launching the wrong browser, in Wayland sessions and/or when the browser is installed as a Flatpak or Snap.
|
||||
|
||||
* Added logic to detect OpenSUSE to address emoji rendering issues in Fleet Desktop system tray menu
|
||||
|
||||
* Fixed duplicate enrolled macOS UUIDs/SNs: for macOS, orbit saves hardware UUID to a file and forces a re-enrollment if the hardware UUID has changed. Existing duplicate hosts on the server are unaffected by this agent change.
|
||||
|
||||
* Fixed issue with `orbit shell` ignoring disable updates flag.
|
||||
|
||||
* Since new macOS/Linux packages built with `fleetctl 4.75.0` or higher do not have embedded osqueryd.app.tar.gz and desktop.tar.gz, orbit can now use osqueryd.app.tar.gz.sha512 and desktop.tar.gz.sha512/desktop.app.tar.gz.sha512 hash caches to check if an update is needed.
|
||||
|
||||
* Updated go to 1.25.1
|
||||
|
||||
* Updated httpsig-go library to 1.2.0 (for host identity certificates and HTTP message signatures).
|
||||
|
||||
## Orbit 1.47.4 (Sep 11, 2025)
|
||||
|
||||
* Updated Swift Dialog in Fleet's TUF repo to 2.5.6 and modified Migration dialog layout to display properly with 2.5.6.
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
- Fixed Fleet Desktop failing to launch the browser, or launching the wrong browser, in Wayland sessions and/or when the browser is installed as a Flatpak or Snap.
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Added agent support for setup experience on Linux
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Fixed desktop app launch on some Linux systems by reverting to using sudo.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Since new macOS/Linux packages built with `fleetctl 4.75.0` or higher do not have embedded osqueryd.app.tar.gz and desktop.tar.gz, orbit can now use osqueryd.app.tar.gz.sha512 and desktop.tar.gz.sha512/desktop.app.tar.gz.sha512 hash caches to check if an update is needed.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Updated httpsig-go library to 1.2.0 (for host identity certificates and HTTP message signatures).
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Fixed issue with `orbit shell` ignoring disable updates flag.
|
||||
|
|
@ -1 +0,0 @@
|
|||
Fixed duplicate enrolled macOS UUIDs/SNs: for macOS, orbit saves hardware UUID to a file and forces a re-enrollment if the hardware UUID has changed. Existing duplicate hosts on the server are unaffected by this agent change.
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Added logic to detect OpenSUSE to address emoji rendering issues in Fleet Desktop system tray menu
|
||||
|
|
@ -1 +0,0 @@
|
|||
- Add `fleetd_pacman_packages` table for `pacman` package manager
|
||||
|
|
@ -1 +0,0 @@
|
|||
* Updated go to 1.25.1
|
||||
Loading…
Reference in a new issue