Bug Fixes
- Fixed spurious “Box requires sign-in” failures on access-controlled Lager
Boxes. The CLI refreshed its sign-in session far too eagerly when the server
issued short-lived access tokens — every box command became a refresh
round-trip, and rapid command sequences (for example
lager nets add-allor a verboselager update) could lose the session mid-command. The refresh schedule now adapts to the token lifetime, a failed refresh falls back to the still-valid stored session instead of failing the command, and refreshes are retried only when it is safe to do so. lager installandlager uninstallno longer remove Docker containers or images they did not create. Previously the deploy stopped and force-removed every container on the Lager Box and pruned every unused image, which could destroy unrelated software running alongside Lager. Cleanup is now scoped to Lager’s own containers and images.

