mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 18:53:13 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			943 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			943 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
+++
 | 
						|
title = "CoreDNS-1.9.0 Release"
 | 
						|
description = "CoreDNS-1.9.0 Release Notes."
 | 
						|
tags = ["Release", "1.9.0", "Notes"]
 | 
						|
release = "1.9.0"
 | 
						|
date = "2022-02-01T00:00:00+00:00"
 | 
						|
author = "coredns"
 | 
						|
+++
 | 
						|
 | 
						|
This is a release with bug fixes and some new features added. Starting with 1.9.0
 | 
						|
the minimal required go version will be 1.17.
 | 
						|
Wildcard queries are no longer supported by the _kubernetes_ plugin.
 | 
						|
 | 
						|
 | 
						|
## Brought to You By
 | 
						|
 | 
						|
Chris O'Haver,
 | 
						|
Ondřej Benkovský,
 | 
						|
Tomas Hulata,
 | 
						|
Yong Tang,
 | 
						|
xuweiwei
 | 
						|
 | 
						|
## Noteworthy Changes
 | 
						|
 | 
						|
* plugin/kubernetes: remove wildcard query functionality (https://github.com/coredns/coredns/pull/5019)
 | 
						|
* Health-checks should respect force_tcp (https://github.com/coredns/coredns/pull/5109)
 | 
						|
* plugin/prometheus: Write rcode properly to the metrics (https://github.com/coredns/coredns/pull/5126)
 | 
						|
* plugin/template: Persist truncated state to client if CNAME lookup response is truncated (https://github.com/coredns/coredns/pull/4713)
 |