Update release note of 1.11.0 and prepare the release (#6223)

* Update release note of 1.11.0 and prepare the release

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Updated and sorted Noteworthy Changes

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update coredns-1.11.0.md

Added Release Highlights section.

Added João Henri to contributors list, and the DOQ PR tot he Notable changes.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update release notes

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update notes/coredns-1.11.0.md

Co-authored-by: Chris O'Haver <cohaver@infoblox.com>
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

---------

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Co-authored-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Yong Tang 2023-08-07 12:14:52 -07:00 committed by GitHub
parent 0e3b7751ba
commit 9f4aa9d262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,53 +3,81 @@ title = "CoreDNS-1.11.0 Release"
description = "CoreDNS-1.11.0 Release Notes." description = "CoreDNS-1.11.0 Release Notes."
tags = ["Release", "1.11.0", "Notes"] tags = ["Release", "1.11.0", "Notes"]
release = "1.11.0" release = "1.11.0"
date = "2023-06-02T00:00:00+00:00" date = "2023-07-25T00:00:00+00:00"
author = "coredns" author = "coredns"
+++ +++
## Release Highlights
* Adds support for accepting DNS connections over QUIC (doq).
* Adds CNAME target rewrites to the _rewrite_ plugin.
* Plus many bug fixes, and some security improvements.
This release introduces the following backward incompatible changes:
* In the _kubernetes_ plugin, we have dropped support for watching Endpoint and Endpointslice v1beta, since all supported K8s versions now use Endpointslice.
* The _bufsize_ plugin changed its default size limit value to 1232
* Some changes to _forward_ plugin metrics.
## Brought to You By ## Brought to You By
27 Amila Senadheera Amila Senadheera,
26 Ayato Tokubi Antony Chazapis,
25 Ben Kochie Ayato Tokubi,
24 Catena cyber Ben Kochie,
23 Chris O'Haver Catena cyber,
22 Dan Salmon Chris O'Haver,
21 Denis MACHARD Dan Salmon,
20 Fish-pro Dan Wilson,
19 Gabor Dozsa Denis MACHARD,
18 Gary McDonald Diogenes Pelisson,
17 Justin Eng Zer Jun,
16 Lio李歐 Fish-pro,
15 Marcos Mendez Gabor Dozsa,
14 Pat Downey Gary McDonald,
13 Rotem Kfir João Henri,
12 Sebastian Dahlgren Justin,
11 Vancl Lio李歐,
10 Vinayak Goyal Marcos Mendez,
9 W. Trevor King Marius Kimmina,
8 Yash Singh Ondřej Benkovský,
7 Yashpal Pat Downey,
6 Yong Tang Petr Menšík,
5 cui fliter Rotem Kfir,
4 dependabot[bot] Sebastian Dahlgren,
3 jeremiejig Vancl,
2 junhwong Vinayak Goyal,
1 yyzxw W. Trevor King,
Yash Singh,
Yashpal,
Yong Tang,
Yuheng,
cui fliter,
jeremiejig,
junhwong,
rokkiter,
yyzxw
## Noteworthy Changes ## Other Noteworthy Changes
* add support unix socket for GRPC (https://github.com/coredns/coredns/pull/5943) * add support for RISC-V (https://github.com/coredns/coredns/pull/6195)
* plugin/forward: Continue waiting after receiving malformed responses (https://github.com/coredns/coredns/pull/6014) * doh: allow http as the protocol (https://github.com/coredns/coredns/pull/5762)
* plugin/dnssec: on delegation, sign DS or NSEC of no DS. (https://github.com/coredns/coredns/pull/5899) * doq: add DNS-Over-QUIC server support (https://github.com/coredns/coredns/pull/6182)
* plugin/kubernetes: expose client-go internal request metrics (https://github.com/coredns/coredns/pull/5991) * plugin/bufsize: change default value to 1232 (https://github.com/coredns/coredns/pull/6183)
* Prevent fail counter of a proxy overflows (https://github.com/coredns/coredns/pull/5990)
* plugin/rewrite: Introduce cname target rewrite rule to rewrite plugin (https://github.com/coredns/coredns/pull/6004)
* plugin/health: Poll localhost by default (https://github.com/coredns/coredns/pull/5934)
* plugin/k8s_external: Supports fallthrough option (https://github.com/coredns/coredns/pull/5959)
* plugin/clouddns: fix answers limited to one response (https://github.com/coredns/coredns/pull/5986) * plugin/clouddns: fix answers limited to one response (https://github.com/coredns/coredns/pull/5986)
* Run coredns as non root. (https://github.com/coredns/coredns/pull/5969) * plugin/dnssec: on delegation, sign DS or NSEC of no DS. (https://github.com/coredns/coredns/pull/5899)
* DoH: Allow http as the protocol (https://github.com/coredns/coredns/pull/5762) * plugin/dnstap: add tls support (https://github.com/coredns/coredns/pull/5917)
* plugin/dnstap: tls support (https://github.com/coredns/coredns/pull/5917) * plugin/forward: continue waiting after receiving malformed responses (https://github.com/coredns/coredns/pull/6014)
* plugin/forward: fix forward metrics for backwards compatibility (https://github.com/coredns/coredns/pull/6178)
* plugin/health: poll localhost by default (https://github.com/coredns/coredns/pull/5934)
* plugin/k8s_external: add fallthrough option (https://github.com/coredns/coredns/pull/5959)
* plugin/kubernetes: expose client-go internal request metrics (https://github.com/coredns/coredns/pull/5991)
* plugin/kubernetes: filter ExternalName service queries for subdomains of subdomains (https://github.com/coredns/coredns/pull/6162)
* plugin/kubernetes: fix headless/endpoint query panics when endpoints are disabled (https://github.com/coredns/coredns/pull/6137)
* plugin/kubernetes: fix ports panic (https://github.com/coredns/coredns/pull/6179)
* plugin/kubernetes: remove Endpoint and EndpointSlice v1beta Support (https://github.com/coredns/coredns/pull/6147)
* plugin/loadbalance: improve weights update (https://github.com/coredns/coredns/pull/5906)
* plugin/rewrite: introduce cname target rewrite rule to rewrite plugin (https://github.com/coredns/coredns/pull/6004)
* plugin/transfer: send notifies after adding zones all zones (https://github.com/coredns/coredns/pull/5774) * plugin/transfer: send notifies after adding zones all zones (https://github.com/coredns/coredns/pull/5774)
* plugin/loadbalance: Improve weights update (https://github.com/coredns/coredns/pull/5906) * prevent fail counter of a proxy overflows (https://github.com/coredns/coredns/pull/5990)
* prevent panics when using DoHWriter (https://github.com/coredns/coredns/pull/6120)
* run coredns as non root. (https://github.com/coredns/coredns/pull/5969)
* support unix socket for GRPC (https://github.com/coredns/coredns/pull/5943)