CHANGELOG.md 1.07 KB
Newer Older
Yerken's avatar
Yerken committed
1
Features:
2
  - Generate DNS Name from template for services/ingress if annotation is missing but `--fqdn-template` is specified
3
  - Route 53: Support creation of records in multiple hosted zones.
4
  - Route 53: Support creation of ALIAS records when endpoint target is a ELB/ALB.
5
6
7
8
9
  - 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.
Yerken's avatar
Yerken committed
10

11
12
## v0.2.0 - 2017-04-07

13
14
15
16
Features:

  - Support creation of CNAME records when endpoint target is a hostname.
  - Allow omitting the trailing dot in Service annotations.
17
  - Expose basic Go metrics via Prometheus.
18
19
20
21
22

Documentation:

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

23
24
25
26
27
28
## v0.1.1 - 2017-04-03

Bug fixes:

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

Martin Linkhorst's avatar
Martin Linkhorst committed
29
30
31
32
33
## v0.1.0 - 2017-03-30 (KubeCon)

Features:

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