Hive Hive
Sign in

CAPI Scaleway 0.7.0

Metadata
Source
GitHub
Version
capi-scaleway@0.7.0
Published
May 29, 2026 · 07:59 UTC
Repository
tuist/tuist
Update

Docker image: ghcr.io/tuist/capi-provider-scaleway-applesilicon:0.7.0

What’s new

This release improves how the provider manages self-hosted Mac-mini fleets.

Fleet management

  • CAPI core now connects to the same cluster it runs in, so it can watch Nodes and match Machines to them. MachineDeployments can report ready and no longer get stuck at zero available.
  • The provider now sets a stable Node provider ID end-to-end and preserves it across rolls. Machines bind to their Nodes automatically.

Reliability

  • tart-kubelet restarts now avoid unnecessary launchd re-registration when only the binary changes. Binary-only updates restart in place, and the provider waits for the new process to remain stable before marking the roll complete. This stops Nodes from becoming NotReady after routine kubelet updates.
  • The kubelet binary is re-signed after upload, preventing macOS from rejecting it because of a stale code-signing cache.