external-dns

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

APACHE-2.0 License

Stars
7.2K
Committers
589

Bot releases are visible (Hide)

external-dns - external-dns-helm-chart-1.14.4 Latest Release

Published by github-actions[bot] 7 months 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
external-dns - v0.14.1

Published by Raffo 7 months ago

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.14.0...v0.14.1

external-dns - external-dns-helm-chart-1.14.3

Published by github-actions[bot] 9 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 - external-dns-helm-chart-1.14.2

Published by github-actions[bot] 9 months ago

Fixed

  • Restore template support in .Values.provider and .Values.provider.name
external-dns - external-dns-helm-chart-1.14.1

Published by github-actions[bot] 10 months ago

Fixed

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

Published by github-actions[bot] 10 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
external-dns - v0.14.0

Published by Raffo 12 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 - external-dns-helm-chart-1.13.1

Published by github-actions[bot] about 1 year 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
external-dns - v0.13.6

Published by Raffo about 1 year ago

What's Changed

New Contributors

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

external-dns - external-dns-helm-chart-1.13.0

Published by github-actions[bot] over 1 year ago

All Changes

external-dns - v0.13.5

Published by Raffo over 1 year ago

What's Changed

Images

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

New Contributors

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

external-dns - external-dns-helm-chart-1.12.2

Published by github-actions[bot] over 1 year ago

All Changes

external-dns - v0.13.4

Published by Raffo over 1 year ago

What's Changed

Images

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

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/external-dns/compare/v0.13.2...v0.13.4

external-dns - external-dns-helm-chart-1.12.1

Published by github-actions[bot] over 1 year ago

All Changes

external-dns - v0.13.2

Published by Raffo almost 2 years ago

What's Changed

Images

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

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/external-dns/compare/v0.13.1...v0.13.2

external-dns - external-dns-helm-chart-1.12.0

Published by github-actions[bot] almost 2 years ago

All Changes

external-dns - v0.13.1

Published by Raffo about 2 years ago

What's Changed

Images

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

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/external-dns/compare/v0.12.2...v0.13.1

external-dns - external-dns-helm-chart-1.11.0

Published by github-actions[bot] about 2 years ago

Added

  • Added support to configure dnsPolicy on the Helm chart deployment. @michelzanini
  • Added ability to customise the deployment strategy. mac-chaffee

Changed

external-dns - v0.12.2

Published by Raffo over 2 years ago

Important note

Azure DNS provider would require --txt-wildcard-replacement flag.

What's Changed

Images

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

New Contributors

Full Changelog: https://github.com/kubernetes-sigs/external-dns/compare/v0.12.0...v0.12.2

external-dns - external-dns-helm-chart-1.10.1

Published by github-actions[bot] over 2 years ago

Fixed

  • Fixed incorrect addition of namespace to ClusterRole & ClusterRoleBinding. @stevehipwell