diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index cdcc90177a..5e806256a7 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -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. diff --git a/orbit/changes/19043-ubuntu-wayland-browser-snap b/orbit/changes/19043-ubuntu-wayland-browser-snap deleted file mode 100644 index b3e77f8010..0000000000 --- a/orbit/changes/19043-ubuntu-wayland-browser-snap +++ /dev/null @@ -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. diff --git a/orbit/changes/32053-linux-setup-experience-agent b/orbit/changes/32053-linux-setup-experience-agent deleted file mode 100644 index be3d409854..0000000000 --- a/orbit/changes/32053-linux-setup-experience-agent +++ /dev/null @@ -1 +0,0 @@ -- Added agent support for setup experience on Linux diff --git a/orbit/changes/32112-revert-to-sudo b/orbit/changes/32112-revert-to-sudo deleted file mode 100644 index e8e6beb437..0000000000 --- a/orbit/changes/32112-revert-to-sudo +++ /dev/null @@ -1 +0,0 @@ -- Fixed desktop app launch on some Linux systems by reverting to using sudo. \ No newline at end of file diff --git a/orbit/changes/32280-duplicate-desktop-osqueryd b/orbit/changes/32280-duplicate-desktop-osqueryd deleted file mode 100644 index 57968fc2c3..0000000000 --- a/orbit/changes/32280-duplicate-desktop-osqueryd +++ /dev/null @@ -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. diff --git a/orbit/changes/32393-httpsig-go b/orbit/changes/32393-httpsig-go deleted file mode 100644 index 428bce227c..0000000000 --- a/orbit/changes/32393-httpsig-go +++ /dev/null @@ -1 +0,0 @@ -* Updated httpsig-go library to 1.2.0 (for host identity certificates and HTTP message signatures). diff --git a/orbit/changes/32514-orbit-shell-ignores-updates-disabled b/orbit/changes/32514-orbit-shell-ignores-updates-disabled deleted file mode 100644 index 2888e3eb60..0000000000 --- a/orbit/changes/32514-orbit-shell-ignores-updates-disabled +++ /dev/null @@ -1 +0,0 @@ -* Fixed issue with `orbit shell` ignoring disable updates flag. \ No newline at end of file diff --git a/orbit/changes/32695-duplicate-macOS-hosts b/orbit/changes/32695-duplicate-macOS-hosts deleted file mode 100644 index 1dc280da5e..0000000000 --- a/orbit/changes/32695-duplicate-macOS-hosts +++ /dev/null @@ -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. diff --git a/orbit/changes/32756-add-opensuse-detection-logic b/orbit/changes/32756-add-opensuse-detection-logic deleted file mode 100644 index 8bbce0ea06..0000000000 --- a/orbit/changes/32756-add-opensuse-detection-logic +++ /dev/null @@ -1 +0,0 @@ -* Added logic to detect OpenSUSE to address emoji rendering issues in Fleet Desktop system tray menu diff --git a/orbit/changes/32860-arch-linux-pacman-osquery-table b/orbit/changes/32860-arch-linux-pacman-osquery-table deleted file mode 100644 index 6ef2d23c77..0000000000 --- a/orbit/changes/32860-arch-linux-pacman-osquery-table +++ /dev/null @@ -1 +0,0 @@ -- Add `fleetd_pacman_packages` table for `pacman` package manager diff --git a/orbit/changes/update-go-1.25.1 b/orbit/changes/update-go-1.25.1 deleted file mode 100644 index 5fbf3e7857..0000000000 --- a/orbit/changes/update-go-1.25.1 +++ /dev/null @@ -1 +0,0 @@ -* Updated go to 1.25.1