What's Changed
Features
- update API types to support SSA patches for objects
- add basic infoblox error message parsing (falls back to raw error if not possible)
- assert that a hostname for a claim has the DNSZone as suffix if a DNSZone is configured on the referenced IPPool
Fixes (Operator)
- improve API type validation to actually do as intended (fixes #132)
- fix the known issue with infoblox not returning some fields for hostrecords by using the correct request method
- only check if an instances default network view exists if a view is configured (the field is optional, so don't validate existance for an emtpy value)
- fix controller params to correctly pass cert-key and name params to the subhandlers options struct
Fixes (setup)
- fix setup (readme, make release) to correctly reflect latest clusterctl init requirements
- fix controllertools and setup-envtest versions and make their version managed by go.mod
- fix: new output path prefix in dockerfile for licences by @Arakos in #142
- fix: add docker-licenses target to generate licenses at stable path for Docker build by @MaxRink in #143
- fix(ci): out files release directory by @watzkuh in #150
New Contributors
Full Changelog: v0.2.0...v0.2.1