metal3-io
v0.13.2Provisioning & RuntimeJul 21, 2026
metal3-io v0.13.2 is a patch release that restores a regressed RBAC permission allowing deletion of secrets, along with routine dependency updates to cluster-api and transitive golang.org/x packages. The permission restoration is material for clusters that lost secret-delete capability in the affected prior version.
breakingDelete permission on secrets restored
The delete permission on secrets had been lost in a prior version and is restored in v0.13.2. This permission is required for normal cluster operation when metal3-io needs to clean up or remove secrets. Clusters running the affected version would have lacked this capability until the upgrade.
Key changes (3)
- RBAC: delete permission on secrets restored (regressed in earlier version)
- cluster-api bumped from 1.13.3 to 1.13.4
- Transitive golang.org/x package updates (crypto, mod, sync, sys, telemetry, term, text, tools)