Skip to content

v0.8.0

Choose a tag to compare

@gardener-robot-ci-1 gardener-robot-ci-1 released this 09 Feb 15:58
· 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 --controllers have changed and may have to be adjusted.
    • Concretely the values aws-route53, alicloud-dns, azure-dns, google-clouddns, cloudflare-dns, ìnfoblox-dns`,
    • and openstack-designate are not supported anymore and are replaced with the single value compound.
    • 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 compound controller instead.

🏃 Others