Radius v0.56.1
This release addresses issues with the dashboard and the Radius install script.
Fix for the Radius dashboard
The Radius dashboard fixes a previously seen 401 Unauthorized error.
Installer now detects stale CLI binaries on PATH
The install scripts (install.sh and install.ps1) now scan all PATH directories and display a highly visible warning when an existing rad binary is found in a different location than the new install directory. This prevents a common issue where users end up with two versions of the CLI installed — with the older, stale version taking priority — after the default install directory changed from /usr/local/bin to ~/.local/bin for non-root users.
Check out the changelog for more details of what was addressed in this patch.
Changelog
- fix(dashboard): set NODE_ENV=development to restore guest auth after Backstage upgrade by @sylvainsf in #11520
- feat(install): add existing warning by @DariuszPorowski in #11523