Hive Hive
Sign in

CAPI Scaleway 0.10.0

Metadata
Source
GitHub
Version
capi-scaleway@0.10.0
Published
Jun 18, 2026 · 20:58 UTC
Repository
tuist/tuist
Update

This release packages the kura runner-cache storage stack directly into the CAPI Scaleway Helm chart, so the required scw-local-nvme StorageClass is now installed automatically whenever the kura fleet is enabled. You no longer need to apply a separate manual bootstrap manifest to provision the local-path storage that backs runner-cache PVCs.

  • Automatic cache StorageClass: Enabling kuraFleet.enabled now deploys the scw-local-nvme StorageClass and its local-path provisioner alongside the rest of the fleet, preventing clusters from coming up without the storage the cache requires.
  • Reliable cold deployments: The local-path provisioner controller is no longer pinned to the elastic-metal cache node pool, so Helm upgrades do not hang waiting for a cache node during initial deployments.