Skip to content

v1.11.4-multicluster

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 22:03
6ab53fc

This release adds some new features and fixes some bugs. New features of note:

  • forward plugin: new option next, to try alternate upstreams when receiving specified response codes upstreams on (functions like the external plugin alternate)
  • dnssec plugin: new option to load keys from AWS Secrets Manager
  • rewrite plugin: new option to revert EDNS0 option rewrites in responses

Brought to You By

AdamKorcz,
Anifalak,
Ben Kochie,
Chris O'Haver,
Frederic Hemery,
Grant Spence,
Harshita Sao,
Jason Joo,
Jasper Bernhardt,
Johnny Bergström,
Keith Coleman,
Kevin Lyda,
Lan,
Lin-1997,
Manuel Rüger,
Nathan Currier,
Nicolai Søborg,
Nikita Usatov,
Paco Xu,
Reinhard Nägele,
Robbie Ostrow,
TAKAHASHI Shuuji,
Till Riedel,
Tobias Klauser,
YASH JAIN,
cedar-gao,
chenylh,
wmkuipers,
xinbenlv,
zhangguanzhang

Noteworthy Changes

  • core: set cache-control max-age as integer, not float (coredns#6764)
  • plugin/metadata: evaluate metadata in plugin order (coredns#6729)
  • plugin/dnssec: dnssec load keys from AWS Secrets Manager (coredns#6618)
  • plugin/rewrite: Add "revert" parameter for EDNS0 options (coredns#6893)
  • container: Restored backwards compatibility of Current Workdir (coredns#6731)
  • plugin/auto: call OnShutdown() for each zone at its own OnShutdown() (coredns#6705)
  • plugin/dnstap: log queue and buffer memory size configuration (coredns#6591)
  • plugin/bind: add zone for link-local IPv6 instead of skipping (coredns#6547)
  • plugin/kubernetes: only create PTR records for endpoints with hostname defined (coredns#6898)
  • plugin/rewrite: execute the reversion in reversed order (coredns#6872)
  • plugin/etcd: fix etcd connection leakage during reload (coredns#6646)
  • plugi/kubernetes: Add useragent (coredns#6484)
  • plugin/hosts: add hostsfile as label for coredns_hosts_entries (coredns#6801)
  • plugin/file: Fix zone parser error handling (coredns#6680)
  • plugin/forward: Add alternate option to forward plugin (coredns#6681)
  • plugin/file: return error when parsing the file fails (coredns#6699)
  • build: Generate zplugin.go correctly with third-party plugins (coredns#6692)