Skip to content

Releases: kubernetes-sigs/external-dns

v0.14.2

16 May 16:22
e490412
Compare
Choose a tag to compare

What's Changed

Images

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

New Contributors

Full Changelog: v0.14.1...v0.14.2

external-dns-helm-chart-1.14.4

05 Apr 15:03
0ce8a93
Compare
Choose a tag to compare

Added

Changed

v0.14.1

21 Mar 14:10
d07a03c
Compare
Choose a tag to compare

What's Changed

Read more

external-dns-helm-chart-1.14.3

26 Jan 13:33
1bc6857
Compare
Choose a tag to compare

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

22 Jan 11:27
a86fa41
Compare
Choose a tag to compare

Fixed

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

external-dns-helm-chart-1.14.1

12 Jan 07:14
2b69c57
Compare
Choose a tag to compare

Fixed

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

external-dns-helm-chart-1.14.0

10 Jan 20:27
17f9ab3
Compare
Choose a tag to compare

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

07 Nov 11:31
9f7167f
Compare
Choose a tag to compare

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: v0.13.6...v0.14.0

external-dns-helm-chart-1.13.1

08 Sep 10:44
10efdf5
Compare
Choose a tag to compare

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

06 Sep 06:57
0483ffd
Compare
Choose a tag to compare

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

Read more