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
adoptPoolPrefixis missing, the operator gets a clearMissingAdoptPoolPrefixcondition instead of a silent fallback to creating a server. - Pool-only release: deleting a machine always returns the host to the pool. The
terminaterelease policy is gone, so operators should retire broken hosts from the Scaleway console. - Mandatory prefix:
adoptPoolPrefixis now required in the custom resource, and the Helm chart defaults totuist-pool-for new installs. - Deployment: the updated image is
ghcr.io/tuist/capi-provider-scaleway-applesilicon:0.6.1.