mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Update coredns-1.5.0.md (#2759)
This commit is contained in:
committed by
Miek Gieben
parent
90c6d37481
commit
75bd6290c8
@@ -25,21 +25,21 @@ And a update on two important and active bugs:
|
|||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
|
|
||||||
* a new [*ready*](/plugins/ready) was added that signals a plugin is ready to receive queries. First user is the *kubernetes* plugin.
|
* The [*ready*](/plugins/ready) plugin 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 [*grpc*](/plugins/grpc) plugin 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 (but not
|
* The [*cancel*](/plugins/cancel) plugin was added that adds a context.WithTimeout to each context (but not
|
||||||
enabled - yet).
|
enabled - yet).
|
||||||
* the [*forward*](/plugins/forward) adds dnstap support.
|
* The [*forward*](/plugins/forward) plugin adds dnstap support.
|
||||||
* the [*route53*](/plugins/route53) now supports wildcards.
|
* The [*route53*](/plugins/route53) plugin now supports wildcards.
|
||||||
* the [*pprof*](/plugins/pprof) adds a `block` option that enables the block profiling.
|
* The [*pprof*](/plugins/pprof) plugin 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.
|
* The [*prometheus*](/plugins/metrics) plugin adds a `coredns_plugin_enabled` metric that shows which plugins are enabled.
|
||||||
* the [*chaos*](/plugins/chaos) returns the maintainers when queried for "authors.bind TXT CH".
|
* The [*chaos*](/plugins/chaos) plugin returns the maintainers when queried for "authors.bind TXT CH".
|
||||||
* the `resyncperiod` in [*kubernetes*](/plugins/kubernetes) now defaults to zero seconds, which disables resyncing
|
* The `resyncperiod` option in [*kubernetes*](/plugins/kubernetes) now defaults to zero seconds, which disables resyncing.
|
||||||
|
|
||||||
# Deprecations
|
# Deprecations
|
||||||
|
|
||||||
* the `resyncperiod` option in [*kubernetes*](/plugins/kubernetes) is deprecated
|
* The `resyncperiod` option in [*kubernetes*](/plugins/kubernetes) is deprecated
|
||||||
and will be made a no-op in 1.6.0 and removed in 1.7.0
|
and will be made a no-op in 1.6.0 and removed in 1.7.0.
|
||||||
|
|
||||||
## Brought to You By
|
## Brought to You By
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user