Added
- Add value
.service.enabledto enable the creation of the Kubernetes service. #6400 @jullianow - Add value
replicaCountto set the number ofexternal-dnsreplicas (bounded to0or1, since external-dns does not support leader election). #6503 @yugstar - Add
crdas a validregistryvalue and grant the matching RBAC ondnsrecordsfor the CRD registry. #6513 @mloiseleur - Add value
hostAliasesto inject entries into thePod's/etc/hosts, for reaching a provider or webhook by a hostname that cluster DNS cannot resolve. #6588 @jetersen
Changed
- Breaking:
policyno longer defaults toupsert-onlyand is now required. You must setpolicyexplicitly to one ofcreate-only,sync, orupsert-only. #6508 @mloiseleur - Update ExternalDNS OCI image version to
v0.22.0. #6650 @stevehipwell