v0.8.0
·
1020 commits
to master
since this release
[external-dns-management]
⚠️ Breaking Changes
- [OPERATOR] There is now a shared DNS controller used by all provider types. (#150, @MartinWeindel)
- The values for the command line argument
--controllershave changed and may have to be adjusted. - Concretely the values
aws-route53,alicloud-dns,azure-dns,google-clouddns,cloudflare-dns, ìnfoblox-dns`, - and
openstack-designateare not supported anymore and are replaced with the single valuecompound. - The controller can be restricted to specific provider types with the option
--provider-types. - Additionally many provider specific configuration names are not existing anymore. These settings have to applied to the
compoundcontroller instead.
- The values for the command line argument
🏃 Others
- [OPERATOR] Added a new Netlify DNS Provider https://open-api.netlify.com/#tag/dnsZone (#147, @afrittoli)