Hive Hive
Sign in

CAPI Scaleway 0.6.1

Metadata
Source
GitHub
Version
capi-scaleway@0.6.1
Published
May 22, 2026 · 15:24 UTC
Repository
tuist/tuist
Update

CAPI Scaleway 0.6.1 simplifies Apple Silicon host lifecycle management by removing the unused auto-order and terminate-on-delete paths. The controller now relies solely on pre-ordered server pools, which avoids the flaky on-demand inventory and 24-hour Apple licensing floor that made auto-order unreliable.

  • Pool-only adoption: every new machine is adopted from the configured pool prefix. If adoptPoolPrefix is missing, the operator gets a clear MissingAdoptPoolPrefix condition instead of a silent fallback to creating a server.
  • Pool-only release: deleting a machine always returns the host to the pool. The terminate release policy is gone, so operators should retire broken hosts from the Scaleway console.
  • Mandatory prefix: adoptPoolPrefix is now required in the custom resource, and the Helm chart defaults to tuist-pool- for new installs.
  • Deployment: the updated image is ghcr.io/tuist/capi-provider-scaleway-applesilicon:0.6.1.