v0.65.8 hotfix
Release v0.65.8
May 08, 2026
Hotfix for two regressions introduced by the recent security hardening — dark mode, view transitions, and self-hosted agent binary registration.
Fixed
- Restored dark mode and smooth page transitions across the dashboard. After the strict Content-Security-Policy work in the previous release, two inline scripts that power theme bootstrapping and view transitions were silently refused by the browser, causing dark mode to drop on every navigation and React components to stay on their server-rendered fallback after a page swap.
- Fixed self-hosted deployments leaving the agent versions table empty after a restart. A mismatch in the upsert query meant locally-synced agent binaries silently failed to register, which blocked new enrollments and the v0.65.7 recovery path on affected servers.
A targeted hotfix for two regressions that surfaced after the security hardening release. Dark mode now persists across page navigations again, and React-powered pages no longer fall back to the static SSR version after view transitions.
For self-hosted operators: the agent binary sync path that was silently failing on every API restart is fixed. If you upgraded to v0.65.7 and your dashboard’s agent download page was empty, this release restores it.