1.12.0 notes (#6994)
Some checks failed
Go Tests / Test Makefile.release (push) Failing after 10s
Go Tests / Test e2e (push) Failing after 11s
Go Tests / Test Plugins (push) Successful in 4m18s
Go Tests / Test (push) Successful in 4m27s

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
Chris O'Haver 2024-11-21 14:27:33 -05:00 committed by GitHub
parent b277110b06
commit 51e11f166e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
notes/coredns-1.12.0.md Normal file
View file

@ -0,0 +1,17 @@
This release adds some new features. Of note:
* New multisocket plugin - allows CoreDNS to listen on multiple sockets
* New automaxprocs plugin - automatically sets GOMAXPROCS to the number of CPUs
## Brought to You By
Ben Kochie,
Chris O'Haver,
Emmanuel Ferdman,
Viktor
## Noteworthy Changes
* plugin/multisocket (https://github.com/coredns/coredns/pull/6882)
* plugin/automaxprocs (https://github.com/coredns/coredns/pull/6948)