diff options
author | 2019-03-03 14:43:09 +0000 | |
---|---|---|
committer | 2019-03-03 06:43:09 -0800 | |
commit | 1e9fa297e764b3106579ac188b25fa234b86b430 (patch) | |
tree | f67c8c154d0857507a6660c662aa15d97a66140b /notes/coredns-1.0.3.md | |
parent | 8dcc7fccd74454134b33c8bc9f780ed6d7f076cf (diff) | |
download | coredns-1e9fa297e764b3106579ac188b25fa234b86b430.tar.gz coredns-1e9fa297e764b3106579ac188b25fa234b86b430.tar.zst coredns-1e9fa297e764b3106579ac188b25fa234b86b430.zip |
Add release notes into coredns repo (#2645)
* 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>
Diffstat (limited to 'notes/coredns-1.0.3.md')
-rw-r--r-- | notes/coredns-1.0.3.md | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/notes/coredns-1.0.3.md b/notes/coredns-1.0.3.md new file mode 100644 index 000000000..a2103d47b --- /dev/null +++ b/notes/coredns-1.0.3.md @@ -0,0 +1,43 @@ ++++ +title = "CoreDNS-1.0.3 Release" +description = "CoreDNS-1.0.3 Release Notes." +tags = ["Release", "1.0.3", "Notes"] +draft = false +release = "1.0.3" +date = "2018-01-10T19:38:29+00:00" +author = "coredns" ++++ + +We are pleased to announce the [release](https://github.com/coredns/coredns/releases/tag/v1.0.3) of CoreDNS-1.0.3! +This is a small bugfix release, but we also have a new plugin: +[*template*](https://coredns.io/plugins/template). + +## Core + +Manual pages are now generated from the READMEs, you can find them in the man/ directory. +A coredns(1) and corefile(5) one where also added. + +## Plugins + +The `fallthrough` directive was overhauled and now allows a list of zones to be specified. It will +then only fallthrough for those zones, see `plugin/plugin.md`. + +A new plugin *template* was added. It allows you to use Go (text) templates to craft a response, see +<https://coredns.io/plugins/template> for docs. + +* *dnssec* implements Cloudflares's NSEC blacklies better. +* *kubernetes*, adds a fix for `pod insecure` look ups for non-IP addresses. +* *health* adds a metrics for the duration it takes to GET /health. Useful for getting a sense of + overloadedness of the process. + +## Contributors + +The following people helped with getting this release done: +John Belamaric, +Miek Gieben, +Rene Treffer, +Yong Tang. + +If you want to help, please check out one of the +[issues](https://github.com/coredns/coredns/issues/) and start coding! For documentation and help, +see our [community page](https://coredns.io/community/). |