Update changelog for fleetd 1.48.1 release (#33439)

Resolves #32792
This commit is contained in:
Victor Lyuboslavsky 2025-09-24 17:30:36 -05:00 committed by GitHub
parent e20e088eca
commit 693fbba21f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 22 additions and 10 deletions

View file

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

View file

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

View file

@ -1 +0,0 @@
- Added agent support for setup experience on Linux

View file

@ -1 +0,0 @@
- Fixed desktop app launch on some Linux systems by reverting to using sudo.

View file

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

View file

@ -1 +0,0 @@
* Updated httpsig-go library to 1.2.0 (for host identity certificates and HTTP message signatures).

View file

@ -1 +0,0 @@
* Fixed issue with `orbit shell` ignoring disable updates flag.

View file

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

View file

@ -1 +0,0 @@
* Added logic to detect OpenSUSE to address emoji rendering issues in Fleet Desktop system tray menu

View file

@ -1 +0,0 @@
- Add `fleetd_pacman_packages` table for `pacman` package manager

View file

@ -1 +0,0 @@
* Updated go to 1.25.1