External Dns Versions Save

Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services

external-dns-helm-chart-1.14.4

2 weeks ago

Added

  • Added support for setting dnsConfig. (#4265) @davhdavh
  • Added support for DNSEndpoint CRD. (#4322) @onedr0p

Changed

  • Updated ExternalDNS OCI image version to v0.14.1. (#4357) @stevehipwell

v0.14.1

4 weeks ago

What's Changed

Docker image

registry.k8s.io/external-dns/external-dns:v0.14.1

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/external-dns/compare/v0.14.0...v0.14.1

external-dns-helm-chart-1.14.3

2 months ago

Fixed

  • Fixed args for webhook deployment. (#4202) @webwurst
  • Fixed support for gateway-grpcroute, gateway-tlsroute, gateway-tcproute & gateway-udproute. (#4205) @orenlevi111
  • Fixed incorrect implementation for setting the automountServiceAccountToken. (#4208) @stevehipwell

external-dns-helm-chart-1.14.2

2 months ago

Fixed

  • Restore template support in .Values.provider and .Values.provider.name

external-dns-helm-chart-1.14.1

3 months ago

Fixed

  • Fixed webhook install failure: "http-webhook-metrics": must be no more than 15 characters. (#4173) @gabe565

external-dns-helm-chart-1.14.0

3 months ago

Added

  • Added the option to explicitly enable or disable service account token automounting. (#3983) @gilles-gosuin
  • Added the option to configure revisionHistoryLimit on the K8s Deployment resource. (#4008) @arnisoph
  • Added support for webhook providers, as a sidecar. (#4032 @mloiseleur
  • Added the option to configure ipFamilyPolicy and ipFamilies of external-dns Service. (#4153) @dongjiang1989

Changed

Deprecated

  • The secretConfiguration value has been deprecated in favour of creating secrets external to the Helm chart and configuring their use via the extraVolumes & extraVolumeMounts values. (#4161) @stevehipwell

v0.14.0

5 months ago

Important changes

This is the first release to officially support the new WebHook provider that will allow to extend ExternalDNS in a new way out of tree. Please refer to https://github.com/kubernetes-sigs/external-dns/blob/v0.14.0/docs/tutorials/webhook-provider.md for more information .

What's Changed

Docker image

registry.k8s.io/external-dns/external-dns:v0.14.0

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/external-dns/compare/v0.13.6...v0.14.0

external-dns-helm-chart-1.13.1

7 months ago

Added

Changed

  • Disallowed privilege escalation in container security context and set the seccomp profile type to RuntimeDefault. (#3689) @nrvnrvn
  • Updated ExternalDNS OCI image version to v0.13.6. (#3917) @stevehipwell

Removed

  • Removed RBAC rule for already removed contour-ingressroute source. (#3764) @johngmyers

v0.13.6

7 months ago

Important notes

  • Users upgrading from versions < v0.12.0 with the txt registry (--registry=txt) to this release should run v0.13.5 at least once (--once) to avoid #3876
  • There was a change to the Docker image which is now built with ko and based on a distroless image.

For other important info, please refer to the next section.

What's Changed

Docker image

registry.k8s.io/external-dns/external-dns:v0.13.6

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/external-dns/compare/v0.13.5...v0.13.6

external-dns-helm-chart-1.13.0

10 months ago

All Changes