diff --git a/orbit/CHANGELOG.md b/orbit/CHANGELOG.md index a51d69a8e3..ff9a3d3149 100644 --- a/orbit/CHANGELOG.md +++ b/orbit/CHANGELOG.md @@ -1,3 +1,7 @@ +## Orbit 1.53.1 (Mar 18, 2026) + +* Updated github.com/shirou/gopsutil from v3 to v4 to fix a crash in Apple M5 hardware. + ## Orbit 1.53.0 (Mar 03, 2026) * Improved GUI user detection in orbit to use the correct active GUI session when starting Fleet Desktop. diff --git a/orbit/changes/41863-fix-fleetd-crash b/orbit/changes/41863-fix-fleetd-crash deleted file mode 100644 index 0e7ecbc8f7..0000000000 --- a/orbit/changes/41863-fix-fleetd-crash +++ /dev/null @@ -1 +0,0 @@ -* Updated github.com/shirou/gopsutil from v3 to v4 to fix a crash in Apple M5 hardware.