Hive Hive
Sign in

Kura 0.6.0

Metadata
Source
GitHub
Version
kura@0.6.0
Published
Jun 02, 2026 · 12:10 UTC
Repository
tuist/tuist
Update

Kura 0.6.0 introduces account-wide cache storage, a usage dashboard, faster read paths, and more stable observability.

Account-wide cache

  • You can now upload and download cache artifacts scoped to an entire account, not just a single project. Account tokens need cache read or write access; project tokens still work only within their project.

Cache usage dashboard

  • A new Usage page shows egress, ingress, and request volume for your cache, with per-region charts, per-node breakdowns, and filters for project and date range. It appears only when the managed cache is enabled for your account.

Faster, more reliable reads

  • Hot read paths are now faster, with larger stream chunks and better memory-pressure handling, so downloads are less likely to fail under load. This also fixes a metadata mismatch that could block some cache reads.

Observability and fixes

  • Reduced metric cardinality makes dashboards more stable and easier to read.
  • Managed cache nodes now fall back to the legacy access path on older runtimes, restoring cache access instead of failing authentication.
  • Fixed the empty-state layout on the Usage page.