Releases: kubernetes-sigs/external-dns
Releases · kubernetes-sigs/external-dns
v0.2.1
v0.3.0-alpha.0
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
- Create TXT records to mark the records managed by External DNS
- Supported for AWS Route53 and Google CloudDNS
- Configurable TXT record DNS name format
- Add support for altering the DNS record modification behavior via policies.
v0.2.0
v0.2.0-beta.1
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
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
v0.1.0
v0.1.0-beta.1
Bug fixes
- Skip Ingresses annotated with another controller's identifer.
v0.1.0-beta.0
Features
- Manage DNS records for Services with
Type=LoadBalancer
on Google CloudDNS.