diff --git a/notes/coredns-1.12.0.md b/notes/coredns-1.12.0.md new file mode 100644 index 000000000..4765cee4f --- /dev/null +++ b/notes/coredns-1.12.0.md @@ -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)