aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-04-01 18:57:39 +0100
committerGravatar GitHub <noreply@github.com> 2019-04-01 18:57:39 +0100
commit537ed9ecd53a2cb6ddd56d626ab356c34b17fb1c (patch)
tree60ecc50b2acbf8bc84ff735ef2f2b609fec4f527
parent67fdd7f23fa361dcb4e7383700f21beb27f643d9 (diff)
downloadcoredns-537ed9ecd53a2cb6ddd56d626ab356c34b17fb1c.tar.gz
coredns-537ed9ecd53a2cb6ddd56d626ab356c34b17fb1c.tar.zst
coredns-537ed9ecd53a2cb6ddd56d626ab356c34b17fb1c.zip
release: add 1.5.0 release notes (#2741)
* release: add 1.5.0 release notes Add the release notes to the notes/ directory to prepare for a release. Signed-off-by: Miek Gieben <miek@miek.nl> * Update notes/coredns-1.5.0.md Co-Authored-By: miekg <miek@miek.nl> * More Signed-off-by: Miek Gieben <miek@miek.nl> * Update notes/coredns-1.5.0.md Co-Authored-By: miekg <miek@miek.nl>
-rw-r--r--notes/coredns-1.5.0.md44
1 files changed, 44 insertions, 0 deletions
diff --git a/notes/coredns-1.5.0.md b/notes/coredns-1.5.0.md
new file mode 100644
index 000000000..f117e88b9
--- /dev/null
+++ b/notes/coredns-1.5.0.md
@@ -0,0 +1,44 @@
++++
+title = "CoreDNS-1.5.0 Release"
+description = "CoreDNS-1.5.0 Release Notes."
+tags = ["Release", "1.5.0", "Notes"]
+release = "1.5.0"
+date = "2019-03-31T09:39:07+00:00"
+author = "coredns"
++++
+
+A new [release](https://github.com/coredns/coredns/releases/tag/v1.5.0): CoreDNS-1.5.0.
+
+**Two** new plugins in this release: [*grpc*](/plugins/grpc), and [*ready*](/plugins/ready). And
+some polish and simplications in the core server code.
+
+The use of **TIMEOUT** and **no_reload** in [*file*](/plugins/file) and [*auto*](/plugins/auto) have
+been fully deprecated.
+
+# Plugins
+
+* a new [*ready*](/plugins/ready) was added that signals a plugin is ready to receive queries. First user is the *kubernetes* plugin.
+* a new [*grpc*](/plugins/grpc) was added to implement forwarding gRPC. If you were relying on this in the [*proxy*](/explugins/proxy) you can migrate to this one.
+* the [*cancel*](/plugins/cancel) was added that adds a context.WithTimeout to each context.
+* the [*forward*](/plugins/forward) adds dnstap support.
+* the [*route53*](/plugins/route53) now supports wildcards.
+* the [*pprof*](/plugins/pprof) adds a `block` option that enables the block profiling.
+
+## Brought to You By
+
+Aleks,
+Chris O'Haver,
+David,
+dilyevsky,
+Francois Tur,
+IƱigo,
+Jiacheng Xu,
+Matt Greenfield,
+MengZeLee,
+Miek Gieben,
+peiranliushop,
+Rajveer Malviya,
+Ruslan Drozhdzh,
+Stefan Budeanu,
+Xiao An,
+Yong Tang.