mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-30 17:53:21 -04:00 
			
		
		
		
	Update the 1.7.1 notes (#4086)
* Update the 1.7.1 notes Add bunch of PR, remote the text that should show up in the 1.8.0 release. Signed-off-by: Miek Gieben <miek@miek.nl> * Update notes/coredns-1.7.1.md Co-authored-by: Chris O'Haver <cohaver@infoblox.com> Co-authored-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
		| @@ -13,24 +13,34 @@ draft = true | |||||||
| The CoreDNS team has released | The CoreDNS team has released | ||||||
| [CoreDNS-1.7.1](https://github.com/coredns/coredns/releases/tag/v1.7.1). | [CoreDNS-1.7.1](https://github.com/coredns/coredns/releases/tag/v1.7.1). | ||||||
|  |  | ||||||
| This is a small, incremental release that adds some polish. | This is a small, incremental release that adds some polish and fixes a bunch of bugs. | ||||||
|  |  | ||||||
| Note that the next (or at least soon), we will |  | ||||||
|  |  | ||||||
| * merge caddy v1 into the coredns org. This requires a import renaming for all plugins: ` sed -i |  | ||||||
|  's|github.com/caddyserver/caddy|github.com/coredns/caddy|'`, i.e. "github.com/caddyserver/caddy" |  | ||||||
|   needs to be renamed to "github.com/coredns/caddy". |  | ||||||
| * merge the new transfer plugin and move plugins over to that; if you don't use the *file* plugin, |  | ||||||
|   nor zonetransfer this doesn't apply to you. |  | ||||||
|  |  | ||||||
| ## Brought to You By | ## Brought to You By | ||||||
|  |  | ||||||
|  | Ben Kochie, | ||||||
|  | Ben Ye, | ||||||
|  | Chris O'Haver, | ||||||
|  | Cricket Liu, | ||||||
|  | Grant Garrett-Grossman, | ||||||
|  | Li Zhijian, | ||||||
|  | Maxime Guyot, | ||||||
|  | Miek Gieben, | ||||||
|  | milgradesec, | ||||||
|  | Oleg Atamanenko, | ||||||
|  | Olivier Lemasle, | ||||||
|  | Ricardo Katz, | ||||||
|  | Yong Tang, | ||||||
|  | Zhou Hao, | ||||||
|  | Zou Nengren. | ||||||
|  |  | ||||||
| ## Noteworthy Changes | ## Noteworthy Changes | ||||||
|  |  | ||||||
| * core: Add timeouts for http server (https://github.com/coredns/coredns/pull/3920). | * core: Add timeouts for http server (https://github.com/coredns/coredns/pull/3920). | ||||||
|  | * plugin/{etcd,kubernetes}: fix root zone usage (https://github.com/coredns/coredns/pull/4039). | ||||||
| * plugin/forward: Register HealthcheckBrokenCount (https://github.com/coredns/coredns/pull/4021). | * plugin/forward: Register HealthcheckBrokenCount (https://github.com/coredns/coredns/pull/4021). | ||||||
| * plugin/grpc: Improve gRPC Plugin when backend is not available (https://github.com/coredns/coredns/pull/3966) | * plugin/grpc: Improve gRPC Plugin when backend is not available (https://github.com/coredns/coredns/pull/3966) | ||||||
|  | * plugin/route53: Fix wildcard records issue in route53 plugin (https://github.com/coredns/coredns/pull/4038). | ||||||
| * plugins: Using promauto package to ensure all created metrics are properly registered (https://github.com/coredns/coredns/pull/4025). | * plugins: Using promauto package to ensure all created metrics are properly registered (https://github.com/coredns/coredns/pull/4025). | ||||||
|  | * plugin/template: Add client IP data (https://github.com/coredns/coredns/pull/4034). | ||||||
| * plugin/trace: Only with *debug* active enable debug mode for tracing - removes extra logging (https://github.com/coredns/coredns/pull/4016). | * plugin/trace: Only with *debug* active enable debug mode for tracing - removes extra logging (https://github.com/coredns/coredns/pull/4016). | ||||||
| * project: Add DCO requirement in Contributing guidelines (https://github.com/coredns/coredns/pull/4008). | * project: Add DCO requirement in Contributing guidelines (https://github.com/coredns/coredns/pull/4008). | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user