This is the first non-preview release of this IPAM provider 🎉
It is compatible with CAPI 1.10.x and uses the v1beta1 IPAM api.
Version 1.0.x (1.0.0 was published prematurely and might require clean-up) will upgrade to CAPI 1.11.0 and the new v1beta2 API. It will also contain breaking changes to status.conditions
by replacing them with []metav1.Condition
.
What's Changed
- Only configure watched namespace when --namespace flag is provided by @schrej (#81)
- add multi-arch support to the build by @kylewuolle (#93)
- Make the DNS view customizable by the user by @no-fy (#83)
- fix webhook getting registered for GlobalInClusterIPPool by @schrej (#99)
Full Changelog: v0.1.0-alpha.9...v0.1.0