CHANGELOG.md 1.54 KB
Newer Older
Yerken's avatar
Yerken committed
1
Features:
2
3
4
5
6
7
8
  - Changed the flags to the v0.3 semantics, the following has changed:
    1. The TXT registry is used by default and has an owner ID of `default`
    2. `--dry-run` is disabled by default
    3. The `--compatibility` flag was added and takes a string instead of a boolean
    4. The `--in-cluster` flag has been dropped for auto-detection
    5. The `--zone` specifier has been replaced by a `--domain-filter` that filters domains by suffix
  - Improved logging output
9
  - Generate DNS Name from template for services/ingress if annotation is missing but `--fqdn-template` is specified
10
  - Route 53, Google CloudDNS: Support creation of records in multiple hosted zones.
11
  - Route 53: Support creation of ALIAS records when endpoint target is a ELB/ALB.
12
13
14
15
16
  - 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
17

18
19
## v0.2.0 - 2017-04-07

20
21
22
23
Features:

  - Support creation of CNAME records when endpoint target is a hostname.
  - Allow omitting the trailing dot in Service annotations.
24
  - Expose basic Go metrics via Prometheus.
25
26
27
28
29

Documentation:

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

30
31
32
33
34
35
## 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
36
37
38
39
40
## v0.1.0 - 2017-03-30 (KubeCon)

Features:

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