Skip to content

Releases: kubernetes-sigs/external-dns

v0.5.8

11 Oct 14:51
dd352b3
Compare
Choose a tag to compare

New Provider:

List of changes:

Docker image is available in Zalando's Open Source Docker registry:

docker run -it registry.opensource.zalan.do/teapot/external-dns:v0.5.8 --help

🎉 Thank you all for your contribution 🎉

v0.5.7

11 Oct 14:49
7dbd6b0
Compare
Choose a tag to compare

List of changes:

Docker image is available in Zalando's Open Source Docker registry:

docker run -it registry.opensource.zalan.do/teapot/external-dns:v0.5.7 --help

🎉 Thank you all for your contribution 🎉

v0.5.6

07 Sep 11:29
Compare
Choose a tag to compare

Highlights: 👏

  • #657 CRD source based on getting endpoints from CRD @shashidharatd

    Define a CRD with embedded DNS records (in the form of Endpoints). External-DNS will monitor that CRD for Endpoints and rest of the usual magic of programming DNS server continues

    Documentation 📄

  • #694 Add Source implementation for Istio Gateway @jonasrmichel

    Documentation 📄

New Provider:

List of changes:

Docker image is available in Zalando's Open Source Docker registry:

docker run -it registry.opensource.zalan.do/teapot/external-dns:v0.5.6 --help

🎉 Thank you all for your contribution 🎉

v0.5.5

17 Aug 11:47
c470dfc
Compare
Choose a tag to compare

New Provider:

List of changes:

Docker image is available in Zalando's Open Source Docker registry:

docker run -it registry.opensource.zalan.do/teapot/external-dns:v0.5.5 --help

🎉 Thank you all for your contribution 🎉

v0.5.4

28 Jun 12:57
Compare
Choose a tag to compare

Note:

--txt-cache-interval is disabled by default, if registry txt is selected

List of changes:

Docker image is available in Zalando's Open Source Docker registry:

docker run -it registry.opensource.zalan.do/teapot/external-dns:v0.5.4 --help

🎉 Thank you all for your contribution 🎉

v0.5.3

15 Jun 09:54
Compare
Choose a tag to compare

Note:

If RBAC is enabled, you to need to allow external-dns to list nodes additional:

- apiGroups: [""]
  resources: ["nodes"]
  verbs: ["list"]

List of changes:

Docker image is available in Zalando's Open Source Docker registry:

docker run -it registry.opensource.zalan.do/teapot/external-dns:v0.5.3 --help

🎉 Thank you all for your contribution 🎉

v0.5.2

31 May 08:04
7e3363f
Compare
Choose a tag to compare

List of changes:

Docker image is available in Zalando's Open Source Docker registry:

docker run -it registry.opensource.zalan.do/teapot/external-dns:v0.5.2 --help

🎉 Thank you all for your contribution 🎉

v0.5.1

16 May 11:57
960151a
Compare
Choose a tag to compare
  • Refactor implementation of sync loop to use time.Ticker (#553) @r0fls
  • Document how ExternalDNS gets permission to change AWS Route53 entries (#557) @hjacobs
  • Fix CNAME support for the PowerDNS provider (#547) @kciredor
  • Add support for hostname annotation in Ingress resource (#545) @rajatjindal
  • Fix for TTLs being ignored on headless Services (#546) @danbondd
  • Fix failing tests by giving linters more time to do their work (#548) @linki
  • Fix misspelled flag for the OpenStack Designate provider (#542) @zentale
  • Document additional RBAC rules needed to read Pods (#538) @danbondd

Docker image is available in Zalando's Open Source Docker registry:

docker run -it registry.opensource.zalan.do/teapot/external-dns:v0.5.1 --help

v0.5.0

23 Apr 15:05
Compare
Choose a tag to compare

This release introduces support for multiple targets for the same DNS name for Google and AWS.

The full list of changes:

  • #305: OpenStack Designate Provider @istalker2
  • #356: AWS: In addition to the one best public hosted zone, records will be added to all matching private hosted zones @coreypobrien
  • #373: PowerDNS as a provider @ffledgling
  • #388: Google: Improve logging to help trace misconfigurations @stealthybox
  • #404: Every record managed by External DNS is now mapped to a kubernetes resource (service/ingress) @ideahitme
  • #418: external-dns does now provide support for multiple targets for A records. This is currently only supported by the Google Cloud DNS provider @dereulenspiegel
  • #422: New --zone-id-filter parameter allows filtering by zone id @vboginskey
  • #435: Switch from glide to dep @bkochendorfer
  • #436: TTL annotation check for azure records @stromming
  • #451: updating RBAC Rules in docs @zparnold
  • #452: Add suppot for the Paris region @zparnold
  • #457: Add Dyn provider @jvassev
  • #459: DigitalOcean: DigitalOcean creates entries with host in them twice @njuettner
  • #463: Don't log sensitive data on start @jvassev
  • #468: Bugfix: Retrive all DNSimple response pages @jbowes
  • #470: Graceful handling of misconfigure password for dyn provider @jvassev
  • #473: Fix docker build and delete vendor files which were not deleted @njuettner
  • #476: fixing image tag typo in public-private-route53.md tutorial @HerrmannHinz
  • #477: add custom TTL support for DNSimple @jbowes
  • #478: correctly detect zones if names overlap with subdomain @linki
  • #485: add foreign cloud support to Azure Provider @cbrand
  • #487: digitalocean: Fix handling of domain record names @mikkeloscar
  • #492: auto-detect google-project if provider is Google and no project is supplied @drzero42
  • #493: AWS: support for multiple targets per record @grimmy
  • #494: update helper-text and GKE tutorial to reflect google project auto-detection
  • #498: for headless services use podip instead of hostip @nrobert13
  • #507: update azure.md @jmo808
  • #513: add a flag that allows FQDN and Annotations to combine @helgi
  • #516: update nginx-ingress.md @seshness
  • #517: chore: update the roadmap to the lastest info
  • #518: reverse the create/delete order in applychanges for infoblox, because it fails for updates. @nrobert13
  • #519: chore: use roveralls to aggregate coverage results @linki
  • #524: AWS: allow to assume another IAM role @linki
  • #527: RBAC permissions in gke docs @njuettner
  • #528: add docs for PowerDNS provider @ffledgling
  • #531: AWS: add support for AWS Network Load Balancers @linki

Docker image is available in Zalando's Open Source Docker registry:

docker run -it registry.opensource.zalan.do/teapot/external-dns:v0.5.0 --help

v0.5.0-alpha.3

19 Apr 10:01
d68657d
Compare
Choose a tag to compare
v0.5.0-alpha.3 Pre-release
Pre-release
  • #493 AWS: support for multiple targets per record @grimmy
  • #524 AWS: allow to assume another IAM role @linki
  • #531 AWS: add support for AWS Network Load Balancers @linki

Docker image is available in Zalando's Open Source Docker registry:

docker run -it registry.opensource.zalan.do/teapot/external-dns:v0.5.0-alpha.3 --help