v0.16.0
·
619 commits
to master
since this release
[gardener/external-dns-management]
⚠️ Breaking Changes
[USER]NSrecords are not retrieved anymore for all accessible hosted zones to avoid reading all DNS record sets of all hosted zones periodically independently if they are used. Only hosted zones with activeDNSProvidersare synched, but without caring about consequences ofNSrecords for subdomains. If there are many large hosted zones accessible for given credentials and there are onlyDNSProvidersusing a few of these zones (either by domain or zone include), the period synchronisation of the zone state for all other hosted zones is avoided. This can result in a significant reduction of requests to the provider backend. As a downside of this change, applying aDNSEntryfor a forwarded subdomain now results in a DNS record set in the parent hosted zone, if the real hosted zone is unknown to the controller. Formerly, applying such aDNSEntyresulted in an error state.
No action is necessary from the users, this is only a "heads up" for the changed behaviour ifNSrecords are used for subdomains. by @MartinWeindel [#336]
🏃 Others
[OPERATOR]Bumps golang from 1.21.3 to 1.21.4. by @dependabot[bot] [#333][USER]Validate provider domain includes and excludes for forbidden wildcard domains. by @MartinWeindel [#335]
Docker Images
- dns-controller-manager:
eu.gcr.io/gardener-project/dns-controller-manager:v0.16.0