Depot
Depot is rounding out Depot CI into a credible GitHub Actions alternative, and just shipped nested virtualization.
◆Recent moves
- 1d ago
Depot CI sandboxes now support nested virtualization
⚡ SPARKNested virtualization, default-on across every CI sandbox with no extra cost, expands the workload surface from "running your tests" to "running anything that needs a hypervisor inside the job." Categorically larger than the surrounding ergonomics releases and the standout move in the recent feed.
- 9d ago
New workflow summary page for Depot CI
New workflow summary view with a job timeline, status filters, retry, and grouping of matrix-job failures by shared step or error. Solid UX upgrade for the kind of operator who lives in the workflow page all day — a piece of the table-stakes ergonomics work Depot has been steadily shipping.
- 10d ago
Depot CI: add variants for secrets and variables
Secrets and variables can now have variants scoped by environment, repository, branch, and workflow file, with glob support and dashboard-side resolution preview. Pushes Depot's secrets model closer to what large multi-repo orgs need to manage credentials cleanly without YAML gymnastics.
- 14d ago
New Depot CI metrics command and JSON output for status
New depot ci metrics command exposes CPU/memory data per attempt, job, or run, and depot ci status gains --output json with embedded follow-up commands. Both are aimed at making CI runs scriptable and observable from outside the dashboard — consistent with the broader push to give the CLI parity with the UI.
- 15d ago
Registry pull-through cache improvements
Registry pull-through cache gains provider presets for common upstreams (Docker Hub, GHCR, GAR, ECR) and lets teams reuse upstream credentials across repositories. Quality-of-life work that lowers the configuration cost of using Depot Registry as a cache layer.
- 15d ago
Live log streaming and exports for Depot CI
depot ci logs picks up --follow for live streaming, --output json for newline-delimited log events with metadata and timestamps, --timestamps for plain text, and --output-file for downloads. Rounds out the CLI as a real log-handling tool, not just a viewer.