v1.14.6

moghtech/komodov1.14.6Jul 10, 2026by github-actions[bot]

AI Summary

This patch release addresses ARM and MIPS build issues introduced in the previous version by downgrading the dd-trace-go dependency, while also adding improvements to forwarding and secondary zone support.

Key Highlights

  • Fixed ARM and MIPS build issues by downgrading the dd-trace-go dependency
  • Added source_address directive to the forward plugin
  • Secondary zones now serve catalog member zones
  • Auto plugin keeps the first matching zone file for duplicate origins

New Features

  • Add source_address directive to forward plugin
  • Serve catalog member zones in secondary plugin
  • Keep first matching zone file for duplicate origins in auto plugin

Full Release Notes

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)