Hive Hive
Sign in

fix(infra): bump pinned Kura runtime

GitHub issue · Closed

Metadata
Source
tuist/tuist #11156
Updated
Jun 24, 2026
Domains
Kura
Details

What changed

Bumps the pinned managed Kura runtime image from 0.7.1 to 0.7.3 in values-managed-common.yaml.

Why

The backward-compatibility acceptance gate is failing because the oldest supported CLI (4.150.0) is routed to the regional Kura module cache and receives 401 {"message":"Invalid or expired token"} from the Kura runtime. The chart currently pins the managed Kura runtime to 0.7.1, even though kura@0.7.3 is the latest release.

#11137 made the Kura runtime pin explicit and intended release automation to bump it on every kura@ release, but the kura@0.7.3 release commit only updated kura/CHANGELOG.md, kura/Cargo.toml, and kura/Cargo.lock. This left deploys using the stale runtime pin.

Impact

The next managed server deploy will reconcile account Kura meshes against ghcr.io/tuist/kura:0.7.3, which should unblock the oldest-supported-CLI module-cache acceptance path.

Validation

  • Confirmed kura@0.7.3 is the latest Kura release with gh release list --repo tuist/tuist --limit 5.
  • Parsed infra/helm/tuist/values-managed-common.yaml with Ruby’s YAML parser.
Comments
TA
tuist-atlas[bot] Jun 9, 2026

The pinned Kura runtime bump to 0.7.3 is now available in runner-image@0.3.2. Please update to this version to receive the updated managed runtime.