v0.16.0
Automatic DNS Record Management for Gateway Hostnames
Configure custom hostnames on an HTTPProxy or Gateway and DNS records are created automatically when Datum DNS manages your domain. The operator creates CNAME records pointing to the gateway's canonical hostname (or ALIAS records for apex domains).
New status fields surface DNS programming status per-hostname via status.hostnameStatuses with Verified, DNSRecordProgrammed, and Available conditions, plus an aggregate DNSRecordsProgrammed condition.
See #111 for details.
Requirements
- Domain verified via Datum DNS zone
- Feature flag
enableDNSIntegration: truein operator config - dns-operator CRDs installed
Bug Fixes
- preserve VerifiedDNSZone condition after DNSZone verification (#111)
- use non-controller ownerReference for DNSRecordSets (#111)
Full Changelog: v0.15.1...v0.16.0