Skip to content

Releases: gardener/external-dns-management

v0.7.8

20 Apr 16:02
Compare
Choose a tag to compare

[external-dns-management]

Improvements

  • [USER] alicloud: avoid provider update race if get zones fails (#73, @MartinWeindel)
  • [USER] Added AWS alias targets for regions us-gov-west-1 AWS GovCloud (US) and me-south-1 Middle East (Bahrain) (#72, @MartinWeindel)
  • [USER] avoid azure provider update race if credentials are invalid (#63, @MartinWeindel)
  • [OPERATOR] improve error handling on retrieving cluster server version (#69, @MartinWeindel)

v0.7.7

30 Mar 09:00
Compare
Choose a tag to compare

[external-dns-management]

Most notable changes

  • [USER] Cloudflare DNS is now supported as a DNS provider. (a70d91d)

Improvements

  • [DEVELOPER] The package raw now provides support for DNS APIs supporting only single record updates. (cd43cca)
    • The AliCloud provider has been adapted accordingly and can be used as an example for implementing such providers.

v0.7.6

04 Feb 14:16
Compare
Choose a tag to compare

[external-dns-management]

Improvements

  • [OPERATOR] fix for shutdown on lease lost (42eb43d)

v0.7.5

17 Jan 09:36
Compare
Choose a tag to compare

[external-dns-management]

Improvements

  • [OPERATOR] fixing TXT record creation for bug introduced with v0.7.4 (#53, @MartinWeindel)

v0.7.4

14 Jan 14:56
Compare
Choose a tag to compare

[external-dns-management]

Improvements

  • [OPERATOR] DNS entry with empty target is recognised as invalid. (#52, @MartinWeindel)

v0.7.3

09 Dec 15:29
Compare
Choose a tag to compare

[external-dns-management]

Improvements

  • [OPERATOR] The release tags from now are prefixed with v. (#47, @ialidzhikov)
  • [OPERATOR] aws-route53: avoid temporary deletion of DNS records after restart with unavailable or throttled route53 API (#50)

0.7.2

13 Nov 10:36
Compare
Choose a tag to compare

[external-dns-management]

Improvements

  • [USER] For openstack designate it is possible now to (#43, @mandelsoft)
    • specify a CA certificate in the credentails. The key is CACERT.
    • Additionally a dedicated client certificate and key can used
    • for the https requests (CLIENTCERT/CLIENTKEY)

0.7.1

18 Oct 07:18
Compare
Choose a tag to compare

[external-dns-management]

Improvements

  • [OPERATOR] dealing with owner conflict caused by stale cache from external changes, e.g. for DNSEntries moved between two dns-controller-managers working on the same hosted zone. (#42, @MartinWeindel)
  • [OPERATOR] Added addional OpenStack credential flags (domainID, tenantID, userDomainName, userDomainID) (#38, @afritzler)
  • [OPERATOR] Added additional OpenStack credential flags. It now support the following properties: (634b5af)
    • userDomanName, OS_USER_DOMAIN_NAME
    • userDomainID, OS_USER_DOMAIN_ID
    • tenantID, OS_PROJECT_ID
    • domainID, OS_DOMAIN_ID

0.7.0

27 Aug 16:15
Compare
Choose a tag to compare

no release notes available

0.6.3

21 Aug 13:20
Compare
Choose a tag to compare

[external-dns-management]

Action Required

  • [OPERATOR] This release replaces the former (0.6.2) one. Please do not use (f962a08)
    • version 0.6.2, but this one instead.
    • 0.6.2 contains an errornous fix for changing dns classes.
    • It will cause problems if two dns source controllers
    • are running with different dns-classes.