Fallback Registry & SSH Key

Fallback Registry & SSH Key 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.

Release Details

Features

  • fallback registry logic (#2475)

  • api: expose ssh gateway public key in config endpoint (#2481)

Fixes

  • optimize backup ordering (#2478)

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

  • add docs .env to git (#2505)

  • bump SDK dependency (#2506)

  • CI pipeline adjustments (#2512)

  • infra build optimizations (#2520)

  • minor corrections (#2493)

  • add coverage for recent fixes (#2501)