* Put release notes in notes subdir Verbatim copy of the current set of notes on coredns.io. Copy them here to make them authoritative. 'make sync' on the coredns.io site copies them back in. They need to be formatted in Hugo style. Signed-off-by: Miek Gieben <miek@miek.nl> * pull latest Signed-off-by: Miek Gieben <miek@miek.nl>
1.4 KiB
+++ title = "CoreDNS-1.2.6 Release" description = "CoreDNS-1.2.6 Release Notes." tags = ["Release", "1.2.6", "Notes"] release = "1.2.6" date = "2018-11-05T20:40:29+01:00" author = "coredns" +++
We are pleased to announce the release of CoreDNS-1.2.6!
Core
Ignore the error when setting SO_REUSEPORT on a socket fails; this makes CoreDNS work on older kernels.
Plugins
-
etcd has seen minor bugfixes.
-
loop fixes a bug when dealing with a failing upstream.
-
log unifies all logging (done by this plugin and normal logs) and always use RFC3339 timestamps (with millisecond accuracy). The
{when}
verb has been made a noop, it will be removed in the next release. -
cache got some minor optimizations.
-
errors (and log) gotten a new option (
consolidate
) to suppress loging. -
hosts will now read the
hosts
file without holding a write lock. -
route53 makes the upstream optional.
Brought to You By
Carl-Magnus Björkell, Chris O'Haver, Dzmitry Razhanski, Francois Tur, Jiacheng Xu, Matthias Lechner, Miek Gieben, Ruslan Drozhdzh, Stuart Nelson.
For documentation see our (in progress!) manual. For help and other resources, see our community page.