External Dns Versions Save

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

v0.13.5

11 months 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-helm-chart-1.12.2

1 year ago

All Changes

v0.13.4

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-helm-chart-1.12.1

1 year ago

All Changes

v0.13.2

1 year 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-helm-chart-1.12.0

1 year ago

All Changes

v0.13.1

1 year 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-helm-chart-1.11.0

1 year ago

Added

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

Changed

v0.12.2

1 year 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-helm-chart-1.10.1

1 year ago

Fixed

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