diff options
author | 2020-01-28 11:13:11 +0000 | |
---|---|---|
committer | 2020-01-28 11:13:11 +0000 | |
commit | 04292f1375f5d22abdfbe9fec962e3357ea416ac (patch) | |
tree | f70b8c3e8addcbddc8205545b2d6f2ec2d9992d9 /notes | |
parent | 7ebc8ff5fe3528fed24171261834e60aed101e12 (diff) | |
download | coredns-04292f1375f5d22abdfbe9fec962e3357ea416ac.tar.gz coredns-04292f1375f5d22abdfbe9fec962e3357ea416ac.tar.zst coredns-04292f1375f5d22abdfbe9fec962e3357ea416ac.zip |
presubmit: add whitespace test in go (#3629)
Automatically submitted.
Diffstat (limited to 'notes')
-rw-r--r-- | notes/coredns-005.md | 4 | ||||
-rw-r--r-- | notes/coredns-1.5.2.md | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/notes/coredns-005.md b/notes/coredns-005.md index fa3fdb231..aa6fa9616 100644 --- a/notes/coredns-005.md +++ b/notes/coredns-005.md @@ -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. diff --git a/notes/coredns-1.5.2.md b/notes/coredns-1.5.2.md index 5e5c3ff25..329328b60 100644 --- a/notes/coredns-1.5.2.md +++ b/notes/coredns-1.5.2.md @@ -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 |