Skip to content

Releases: kubernetes-sigs/external-dns

v0.2.1

14 Apr 14:29
Compare
Choose a tag to compare

Bug fixes:

  • Google CloudDNS: Ensure DNS records have a trailing dot before sending.

v0.3.0-alpha.0

14 Apr 14:26
Compare
Choose a tag to compare
v0.3.0-alpha.0 Pre-release
Pre-release

Features:

  • Route 53: Support creation of records in multiple hosted zones.
  • Route 53: Support creation of ALIAS records when endpoint target is a ELB/ALB.
  • Ownership via TXT records
    1. Create TXT records to mark the records managed by External DNS
    2. Supported for AWS Route53 and Google CloudDNS
    3. Configurable TXT record DNS name format
  • Add support for altering the DNS record modification behavior via policies.

v0.2.0

07 Apr 13:11
Compare
Choose a tag to compare

Features:

  • Support creation of CNAME records when endpoint target is a hostname.
  • Allow omitting the trailing dot in Service annotations.
  • Expose basic Go metrics via Prometheus.

Documentation:

  • Add documentation on how to setup ExternalDNS for Services on AWS.

v0.2.0-beta.1

07 Apr 12:23
Compare
Choose a tag to compare
v0.2.0-beta.1 Pre-release
Pre-release

Features:

  • Support creation of CNAME records when endpoint target is a hostname.
  • Allow omitting the trailing dot in Service annotations.
  • Expose basic Go metrics via Prometheus.

Documentation:

  • Add documentation on how to setup ExternalDNS for Services on AWS.

v0.2.0-beta.0

06 Apr 19:08
Compare
Choose a tag to compare
v0.2.0-beta.0 Pre-release
Pre-release

Features:

  • Support creation of CNAME records when endpoint target is a hostname.
  • Allow omitting the trailing dot in Service annotations.

Documentation:

  • Add documentation on how to setup ExternalDNS for Services on AWS.

v0.1.1

06 Apr 19:07
Compare
Choose a tag to compare

Bug fixes:

  • AWS Route 53: Do not submit request when there are no changes.

v0.1.0

30 Mar 09:39
Compare
Choose a tag to compare

Features

  • Manage DNS records for Services with Type=LoadBalancer on Google CloudDNS.

v0.1.0-beta.1

27 Mar 12:54
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release

Bug fixes

  • Skip Ingresses annotated with another controller's identifer.

v0.1.0-beta.0

17 Mar 16:58
Compare
Choose a tag to compare
v0.1.0-beta.0 Pre-release
Pre-release

Features

  • Manage DNS records for Services with Type=LoadBalancer on Google CloudDNS.