Fallback Registry & SSH Key
This week’s release, Daytona v0.106.0, improves reliability and security across registries and sandbox access.
A new fallback registry mechanism ensures builds continue seamlessly when primary registries fail, reducing downtime and improving developer confidence.
The API now exposes the SSH gateway public key in the config endpoint, simplifying secure integrations and automation that rely on SSH access.
On the stability side, backup ordering has been optimized to run more efficiently, lowering the risk of bottlenecks during failover or recovery operations.
Together, these updates strengthen Daytona’s registry resilience, improve security workflows, and streamline system operations.
Patches
Fixes
fix(dashboard): pylon widget insert (#2484)
Fixes
fix(dashboard): remove oidc offline_scope (#2494)
Features
(cli): context relative to current dir (#2498)
(docs): revise documentation for clarity and completeness (#2163)
Fixes
(api): stop returning destroyed sandboxes in getSandbox endpoint (#2491)
(api): remove dry run for sandbox state sync (#2502)
(cli): seek to tar start before hash calculation (#2499)
(cli): ignore cancelled stream error (#2497)
Chores