Skip to content
← Back to release notes
v0.10.6 beta

Release v0.10.6

Mar 06, 2026

Device role detection improvements, dashboard fix for org-scoped users, and agent update reliability.

Added

  • Device Role Exposure: deviceRole and deviceRoleSource are now visible on the device list, showing how each device was classified (agent, SNMP, or OUI inference).

Improved

  • Windows Datacenter editions now correctly detected as servers instead of showing 'Unknown' role.
  • macOS agent updates apply ad-hoc code signing after binary replacement to prevent Gatekeeper blocks.
  • Agent versions API accepts 'darwin' as a platform alias alongside 'macos'.
  • PUBLIC_API_URL defaults to empty so the browser uses relative paths, simplifying single-host deployments.

Fixed

  • Fixed dashboard stuck on 'Loading...' for org-scoped users — org endpoint now returns the user's own organization instead of 403, fetch timeout and auth overlay fallback added.
  • Fixed systemd hardening (NoNewPrivileges, ProtectSystem) that was blocking sudo, patching, and self-update operations on Linux agents.
  • Fixed agent self-update storing backup in binary directory instead of data directory, which failed on read-only install paths.

v0.10.6 fixes the dashboard loading issue that affected org-scoped users after login, improves device role visibility across the fleet, and resolves agent update reliability issues on both macOS and Linux.