aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-04-02 09:20:05 +0100
committerGravatar GitHub <noreply@github.com> 2019-04-02 09:20:05 +0100
commitda1fa85505784d4be87ef17371178e3c1660a11b (patch)
tree27876386681965e51acf09c051ae5bd6fe484ad4 /notes
parentaea98acf2f7fe77b9af3e8b6f364e6c456f6b06b (diff)
downloadcoredns-da1fa85505784d4be87ef17371178e3c1660a11b.tar.gz
coredns-da1fa85505784d4be87ef17371178e3c1660a11b.tar.zst
coredns-da1fa85505784d4be87ef17371178e3c1660a11b.zip
notes/150: spell check and expand it a little (#2749)
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.5.0.md18
1 files changed, 14 insertions, 4 deletions
diff --git a/notes/coredns-1.5.0.md b/notes/coredns-1.5.0.md
index f117e88b9..7529ea9e2 100644
--- a/notes/coredns-1.5.0.md
+++ b/notes/coredns-1.5.0.md
@@ -3,26 +3,36 @@ 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"
+date = "2019-04-02T08:01:07+00:01"
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.
+some polish and simplifications in the core server code.
The use of **TIMEOUT** and **no_reload** in [*file*](/plugins/file) and [*auto*](/plugins/auto) have
-been fully deprecated.
+been fully deprecated. As is the [*proxy*](/explugins/proxy/) plugin.
+
+And a update on two important and active bugs:
+
+* [2593](https://github.com/coredns/coredns/issues/2593) seems to hone in on Docker and/or the
+ container environment being a contributing factor.
+
+* [2624](https://github.com/coredns/coredns/issues/2624) is because of TLS session negotiating in
+ the *forward* plugin.
# 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 [*cancel*](/plugins/cancel) was added that adds a context.WithTimeout to each context (but not
+ enabled - yet).
* 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.
+* the [*prometheus*](/plugins/metrics) adds a `coredns_plugin_enabled` metric that shows which plugins are enabled.
## Brought to You By