presubmit: add whitespace test in go (#3629)

Automatically submitted.
This commit is contained in:
Miek Gieben
2020-01-28 11:13:11 +00:00
committed by corbot[bot]
parent 7ebc8ff5fe
commit 04292f1375
8 changed files with 66 additions and 50 deletions

View File

@@ -31,7 +31,7 @@ added. Documentation can be found in
* *proxy*: fix a bug when a connection hangs and never gets release (#467)
* *proxy*: Fold *httpproxy* into it, which is now a normal proxy with a special `protocol`. For
Monitoring an extra label was added: `proxy_proto` that shows the protocol used (`dns` or `https_google`).
Monitoring an extra label was added: `proxy_proto` that shows the protocol used (`dns` or `https_google`).
See the [proxy README.md](https://github.com/coredns/coredns/blob/master/plugin/proxy/README.md) for details.
* *httpproxy*: removed because functionality is moved to *proxy*.
* *kubernetes*: Now implements the full
@@ -43,7 +43,7 @@ added. Documentation can be found in
* *kubernetes*: Simplified the configuration of reverse zones. Instead of listing the zones in the
zone list, you can just add a list of CIDRs using the `cidrs` option.
* *rewrite*: allow rewriting more bits of the incoming packet. This required some backward
*incompatible* changes, e.g. a new **FIELD** keyword is now required. See the
*incompatible* changes, e.g. a new **FIELD** keyword is now required. See the
[rewrite README.md](https://github.com/coredns/coredns/blob/master/plugin/rewrite/README.md) for details.

View File

@@ -10,9 +10,9 @@ author = "coredns"
The CoreDNS team has released
[CoreDNS-1.5.2](https://github.com/coredns/coredns/releases/tag/v1.5.2).
Small bugfixes and a change to Caddy's import path (mholt/caddy -> caddyserver/caddy). Doing
a release helps plugins deal with the change better.
Small bugfixes and a change to Caddy's import path (mholt/caddy -> caddyserver/caddy). Doing
a release helps plugins deal with the change better.
# Plugins
* For all plugins that use the `upstream` directive it use removed from the documentation; it's still accepted