Skip to content

Releases: kubernetes-sigs/external-dns

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

external-dns-helm-chart-1.13.0

07 Jun 19:42
2241953
Compare
Choose a tag to compare

All Changes

v0.13.5

29 May 13:45
1f6340a
Compare
Choose a tag to compare

What's Changed

  • Update kustomize and all tutorials to v0.13.4 by @Raffo in #3505
  • Fix docs for --managed-record-types by @Sewci0 in #3511
  • Add gateway-api RBAC to helm chart clusterrole by @michaelvl in #3499
  • [helm] Add support for namespaced scope by @jkroepke in #3403
  • Add RBAC to be able to handle F5 VirtualServer source by @mikejoh in #3503
  • feat(chart): Updated chart to ExternalDNS v0.13.4 by @stevehipwell in #3516
  • Allow multiple records per A record in OpenStack Designate Provider by @hikhvar in #3049
  • updated relative link for external-dns logo by @kundan2707 in #3508
  • OCI provider: add support for instance principal authentication by @ericrrath in #1701
  • Adding missing gateway-httproute cluster role permission by @nicon89 in #3541
  • [AWS] Include DnsEndpoint example with AWS provider specifics by @froblesmartin in #2661
  • Add support for AAAA records by @johngmyers in #2461
  • CRD source: add event-handler support by @ericrrath in #2220
  • build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.5 to 3.5.8 by @dependabot in #3547
  • Simplify planner's data structure by @johngmyers in #3546
  • Fix incorrect arg in Oracle OCI tutorial by @ericrrath in #3558
  • OCI provider: bump oci-go-sdk from 24.3.0 to 65.35.0 by @jrosinsk in #3556
  • Updated new annotation : ingressClassName: nginx by @HoussemDellai in #3459
  • feat: resolve LB-type Service hostname to create A/AAAA instead of CNAME by @cxuu in #3554
  • cloudflare: support reading API token from file by @cxuu in #3552
  • chore(chart): Reverted chart changes to args by @stevehipwell in #3569
  • Add the right query params on infoblox by @rikatz in #3301
  • Added video tutorial in azure.md for using Azure DNS by @HoussemDellai in #3583
  • If an error propagates all the way out, bail execution by @olemarkus in #3009
  • docs: add example for provider specific config by @morremeyer in #3525
  • (V2) Support filtering ingresses on ingressClassName as well as deprecated kubernetes.io/ingress.class annotation by @alefray in #3589
  • Support filtering ingresses on ingressClassName as well as deprecated kubernetes.io/ingress.class annotation by @dsalisbury in #2054
  • Try #3: Support encrypted DNS txt records by @vsychov in #1828
  • build(deps): bump alpine from 3.17 to 3.18 by @dependabot in #3597
  • IPv6 internal node IPs are usable externally by @johngmyers in #3588
  • feat(service): allow using target annotation by @GMartinez-Sisti in #3590
  • Add support for MX records in Azure, GCP and AWS by @Sewci0 in #3519
  • Refactor route53 tests by @johngmyers in #3607
  • Add Canonical Hosted Zone IDs for ELB/NLB in eu-south-2 (Spain) AWS region by @baziliolg in #3604
  • Allow multiple hostnames in internal annotation for pods by @Pluggi in #3603
  • Remove UpdateOld changeset for Azure by @sfc-gh-jelsesiy in #3611
  • Support AAAA records from headless services by @johngmyers in #3600
  • fix(gandi): allow grandi provider to support multiple TXT rsetvalues by @tommy31 in #3342
  • chore(deps): bump libcrypto3 and libssl3 3.0.8-r4 by @nitrocode in #3626

Images

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

New Contributors

Full Changelog: v0.13.4...v0.13.5

external-dns-helm-chart-1.12.2

30 Mar 10:18
ee546ae
Compare
Choose a tag to compare

All Changes

v0.13.4

27 Mar 07:59
2905a26
Compare
Choose a tag to compare

What's Changed

Images

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

New Contributors

Full Changelog: v0.13.2...v0.13.4

external-dns-helm-chart-1.12.1

06 Feb 18:13
507e820
Compare
Choose a tag to compare

All Changes

v0.13.2

14 Jan 09:36
9f599ec
Compare
Choose a tag to compare

What's Changed

Images

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

New Contributors

Read more

external-dns-helm-chart-1.12.0

06 Dec 17:33
5920619
Compare
Choose a tag to compare

All Changes

v0.13.1

20 Oct 14:13
6d92c86
Compare
Choose a tag to compare

What's Changed

Images

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

New Contributors

Full Changelog: v0.12.2...v0.13.1

external-dns-helm-chart-1.11.0

10 Aug 15:30
b5fae91
Compare
Choose a tag to compare

Added

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

Changed