Update notes 1.8.7 with latest commit. (#5033)

This PR makes final update on 1.8.7 release note,
and adjusts time to 12/9.

Will trigger a release once merged.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2021-12-09 09:24:15 -08:00
committed by GitHub
parent 4c051254fe
commit 0b6356adc5

View File

@@ -3,7 +3,7 @@ title = "CoreDNS-1.8.7 Release"
description = "CoreDNS-1.8.7 Release Notes." description = "CoreDNS-1.8.7 Release Notes."
tags = ["Release", "1.8.7", "Notes"] tags = ["Release", "1.8.7", "Notes"]
release = "1.8.7" release = "1.8.7"
date = "2021-12-10T00:00:00+00:00" date = "2021-12-09T00:00:00+00:00"
author = "coredns" author = "coredns"
+++ +++
@@ -27,6 +27,7 @@ Hu Shuai,
Humberto Leal, Humberto Leal,
jayonlau, jayonlau,
Johnny Bergström, Johnny Bergström,
LiuCongran,
Matt Palmer, Matt Palmer,
Miek Gieben, Miek Gieben,
OctoHuman, OctoHuman,
@@ -46,6 +47,7 @@ Zou Nengren
* plugin/auto: Fix panic caused by config invalid reload value (https://github.com/coredns/coredns/pull/4986) * plugin/auto: Fix panic caused by config invalid reload value (https://github.com/coredns/coredns/pull/4986)
* plugin/cache: fix data race (https://github.com/coredns/coredns/pull/4932) * plugin/cache: fix data race (https://github.com/coredns/coredns/pull/4932)
* plugin/file: Fix print tree error (https://github.com/coredns/coredns/pull/4962) * plugin/file: Fix print tree error (https://github.com/coredns/coredns/pull/4962)
* plugin/file: Fix issue of multiple file plugin have same reload time (https://github.com/coredns/coredns/pull/5020)
* plugin/forward: Use new msg.Id for upstream queries (https://github.com/coredns/coredns/pull/4841) * plugin/forward: Use new msg.Id for upstream queries (https://github.com/coredns/coredns/pull/4841)
* plugin/grpc: Enable HTTP/2 in gRPC service (https://github.com/coredns/coredns/pull/4842) * plugin/grpc: Enable HTTP/2 in gRPC service (https://github.com/coredns/coredns/pull/4842)
* plugin/k8s_external: Fix SRV queries doesn't work with AWS ELB/NLB (https://github.com/coredns/coredns/pull/4929) * plugin/k8s_external: Fix SRV queries doesn't work with AWS ELB/NLB (https://github.com/coredns/coredns/pull/4929)