# CoreDNS v1.14.6 - Product: CoreDNS (https://whatsnew.fyi/product/coredns) - Vendor: CNCF - Date: 2026-07-10 - Version: v1.14.6 - Original notes: https://github.com/coredns/coredns/releases/tag/v1.14.6 - Permalink: https://whatsnew.fyi/product/coredns/releases/v1.14.6 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Downgrade dd-trace-go to v2.8.2 to fix ARM and MIPS build issues - **changed** — Keep first matching zone file for duplicate origins in auto plugin - **added** — Add source_address directive to forward plugin - **added** — Serve catalog member zones in secondary plugin This patch release focuses on fixing ARM and MIPS build issues introduced in v1.14.5 by downgrading the dd-trace-go dependency, while also including improvements to forwarding and secondary zone support. ##### Brought to You By Filippo125 houyuwushang Immanuel Tikhonov Ville Vesilehto Yong Tang ##### Noteworthy Changes core: Downgrade dd-trace-go to v2.8.2 (https://github.com/coredns/coredns/pull/8266) plugin/auto: Keep first matching zone file for duplicate origins (https://github.com/coredns/coredns/pull/8216) plugin/forward: Add source_address directive (https://github.com/coredns/coredns/pull/8011) plugin/secondary: Serve catalog member zones (https://github.com/coredns/coredns/pull/8230)