Skip to content

v0.16.0

Choose a tag to compare

@scotwells scotwells released this 19 Feb 17:44
· 66 commits to main since this release
0473f87

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: true in 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