diff options
author | 2020-06-14 03:31:02 -0700 | |
---|---|---|
committer | 2020-06-14 03:31:02 -0700 | |
commit | 808c4b802c29c51c0e79e850e541a41bff2e0c3f (patch) | |
tree | 3c69114a6541281044b408bab14c1ce87eb0b136 /notes | |
parent | 9545346174fb393519ba870459dde87639196bc2 (diff) | |
download | coredns-808c4b802c29c51c0e79e850e541a41bff2e0c3f.tar.gz coredns-808c4b802c29c51c0e79e850e541a41bff2e0c3f.tar.zst coredns-808c4b802c29c51c0e79e850e541a41bff2e0c3f.zip |
Update release note of 1.7.0 (#3947)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-1.7.0.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/notes/coredns-1.7.0.md b/notes/coredns-1.7.0.md index be5ded5ce..51044f224 100644 --- a/notes/coredns-1.7.0.md +++ b/notes/coredns-1.7.0.md @@ -57,4 +57,36 @@ And note that `coredns_dns_request_type_count_total` is now part of `coredns_dns_requests_total` . ## Brought to You By + +Ambrose Chua, +Ben Kochie, +Catena cyber, +Chanakya-Ekbote, +Chris O'Haver, +Daisuke TASAKI, +Eli Lindsey, +Erfan Besharat, +Krzysztof DÄ…browski, +Michael Kashin, +Miek Gieben, +Mirek S, +Pablo Caderno, +Sandeep Rajan, +Tobias Schmidt, +Yang Bo, +Yong Tang, +Zou Nengren. + ## Noteworthy Changes + +* plugin/azure: Fix environment option overwrite (https://github.com/coredns/coredns/pull/3922) +* plugin/dns64: Add DNS64 plugin (https://github.com/coredns/coredns/pull/3534) +* plugin/federation: Remove already deprecated federation plugin (https://github.com/coredns/coredns/pull/3794) +* plugin/forward: Avoid https protocol (https://github.com/coredns/coredns/pull/3817) +* plugin/k8s_external: Add CNAME support for AWS ELB/NLB (https://github.com/coredns/coredns/pull/3916) +* plugin/kubernetes: Remove already deprecated options `resyncperiod` and `upstream` (https://github.com/coredns/coredns/pull/3737) +* plugin/kubernetes: Populate client metadata for external queries (https://github.com/coredns/coredns/pull/3874) +* plugin/kubernetes: Fix 0 weight in SRV records with 100 more records in answer (https://github.com/coredns/coredns/pull/3931) +* plugin/kubernetes: Handle tombstones in kubernetes plugin (https://github.com/coredns/coredns/pull/3887) and (https://github.com/coredns/coredns/pull/3890) +* plugin/nsid: Fix NSID not being set on cached responses (https://github.com/coredns/coredns/pull/3822) +* metrics: Better metrics names (https://github.com/coredns/coredns/pull/3776), (https://github.com/coredns/coredns/pull/3799), and (https://github.com/coredns/coredns/pull/3805) |