notes/coredns-1.1.0.md
+++ title = "CoreDNS-1.1.0 Release" description = "CoreDNS-1.1.0 Release Notes." tags = ["Release", "1.1.0", "Notes"] draft = false release = "1.1.0" date = "2018-03-12T09:33:29+00:00" author = "coredns" enabled = "default" +++
We are pleased to announce the release of CoreDNS-1.1.0!
CoreDNS has been promoted to the incubating level in the CNCF! This has been made possible by the work done by contributors, users and adopters.
Thank you all!
Bump the version to 1.1.0, as we deprecate two plugins (shutdown and startup).
In CoreDNS 1.0.6 the bind plugin was extended to allow binding to multiple interfaces. This release adds the ability serve the same zone on different interfaces (we used to block this for no good reason). I.e. this now works:
. {
bind 127.0.0.1
# ..
}
. {
bind 127.0.0.2
# ...
}
[::1].The following people helped with getting this release done:
Chris O'Haver, Francois Tur, John Belamaric, Miek Gieben, nogoegst, Ricardo Katz, Tobias Schmidt, Uladzimir Trehubenka, varyoo, Yamil Asusta, Yong Tang.
For documentation see our (in progress!) manual. For help and other resources, see our community page.