Skip to content

Releases: gardener/external-dns-management

0.6.2

20 Aug 13:36
Compare
Choose a tag to compare

[external-dns-management]

Most notable changes

  • [OPERATOR] On AWS the hosted zones potentially usable by a set of credentials
    are now filtered by the permissions for reading their record sets.
    So, even if the list permission is given for all zones, only zones
    whose record sets can really be read will be added to the available
    zone list. (b809fa6)

  • [USER] #35 @MartinWeindel
    Source controller for DNS entries has been added to forward DNS entries to a target cluster.
    This allows to delegate management of the DNS backend to another cluster.

Improvements

  • [OPERATOR] #35 @MartinWeindel
    New flags --target-creator-label-name, --target-creator-label-value, --target-owner-id, --target-set-ignore-owners to annotate/label multiple source clusters

  • [OPERATOR] #33 @ialidzhikov
    Golang version is upgraded to 1.12.7.

  • [OPERATOR] (cdd25bd)
    fixing duplicate dns entries by source controllers after restart

  • [OPERATOR] (7121962)
    schedule recheck of DNS provider if error cause is external

0.6.1

22 Jul 11:47
Compare
Choose a tag to compare

[external-dns-management]

Improvements

  • [OPERATOR] resolved goroutine/memory leak caused by dependent client-go library version (ef91d90)

0.6.0

03 Jul 06:49
Compare
Choose a tag to compare

[external-dns-management]

Improvements

  • [OPERATOR] Added caching of zone state to reduce calls to DNS provider. This is especially useful for AWS Route53 to avoid running into rate throttling. Optionally the state cache is persisted to disk to avoid API calls on startup. (#29, @MartinWeindel)

0.5.5

12 Jun 12:07
Compare
Choose a tag to compare

[external-dns-management]

Improvements

  • [OPERATOR] aws-route53: improved handling of alias targets (pay attention to owners) (8c439b6)

0.5.4

11 Jun 13:34
Compare
Choose a tag to compare

[external-dns-management]

Improvements

  • [OPERATOR] allow Gardener cloud provider secret names alternatively (9fe4e7c)
  • [OPERATOR] aws-route53: migrate existing CNAME records to alias target if applicable (6489869)

0.5.3

06 Jun 10:13
Compare
Choose a tag to compare

[external-dns-management]

Improvements

  • [OPERATOR] Openstack Designate: fix reauthentication (3a238bc)
  • [OPERATOR] AWS Route53: support for alias targets (ELBs only) (f323960)
  • [OPERATOR] Azure-DNS: store values in TXT records without additional quotes (e1bcad9)

0.5.2

23 May 07:25
Compare
Choose a tag to compare

[external-dns-management]

Most notable changes

  • [OPERATOR] Less logging output from unused provider controllers (ec7ee54)

Improvements

  • [OPERATOR] Fix issue error in minimal privileged account in AliCloud (#26) (0fe6fa8)

0.5.1

20 May 12:17
Compare
Choose a tag to compare
Crash issue in Alicloud #24

0.5.0

15 May 09:06
Compare
Choose a tag to compare
Added zone filter in DNS provider spec, added zones to provider status

0.4.0

26 Apr 11:58
Compare
Choose a tag to compare
- Reworked entry validation and caching
- Accessible zones cached by account and not by provider
- Improved batch processing for zone updates (AWS route53)
- Improved status updates for entries
- Delayed zone reconcilation for successive entry changes