aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-07-03 19:38:19 +0100
committerGravatar GitHub <noreply@github.com> 2019-07-03 19:38:19 +0100
commitbb9df3122dc56c382b7909bcfe970067a31a2d35 (patch)
tree73dad32ea5c1ad9a0fc5dd36da8ececbcc3ffc24 /notes
parent7cf73cc01db2bfebf7a5b44901e71a894811e203 (diff)
downloadcoredns-bb9df3122dc56c382b7909bcfe970067a31a2d35.tar.gz
coredns-bb9df3122dc56c382b7909bcfe970067a31a2d35.tar.zst
coredns-bb9df3122dc56c382b7909bcfe970067a31a2d35.zip
Update notes and make the manual pages (#2970)
* Update notes and make the manual pages Signed-off-by: Miek Gieben <miek@miek.nl> * better Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.5.2.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/notes/coredns-1.5.2.md b/notes/coredns-1.5.2.md
index 8e7ad8900..d6224a0b5 100644
--- a/notes/coredns-1.5.2.md
+++ b/notes/coredns-1.5.2.md
@@ -14,24 +14,26 @@ Small bugfixes and a change to Caddy's important path.
# Plugins
-* For all plugins the `upstream` directive was removed from the documentation; it's still accepted
- but is a noop.
-* The [*file*](/plugins/file) closes the connection after an AXFR. It also loads secondary zones
+* For all plugins that use the `upstream` directive it use removed from the documentation; it's still accepted
+ but is a noop. Currently these plugins use CoreDNS to resolve external queries.
+* The [*template*](/plugins/template) plugin now supports meta data.
+* The [*file*](/plugins/file) plugin closes the connection after an AXFR. It also loads secondary zones
lazily on startup.
## Brought to You By
bcebere,
+John Belamaric,
JINMEI Tatuya,
Miek Gieben,
Timoses,
Yong Tang.
-
## Noteworthy Changes
* plugin/file: close correctlty after AXFR (https://github.com/coredns/coredns/pull/2943)
* plugin/file: load secondary zones lazily on startup (https://github.com/coredns/coredns/pull/2944)
+* plugin/template: support metadata (https://github.com/coredns/coredns/pull/2958)
* build: Update Caddy to 1.0.1, and update import path (https://github.com/coredns/coredns/pull/2961)
* plugins: set upstream unconditionally (https://github.com/coredns/coredns/pull/2956)
* tls: hardening (https://github.com/coredns/coredns/pull/2938)