aboutsummaryrefslogtreecommitdiff
path: root/notes/coredns-1.0.6.md
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-03-03 14:43:09 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2019-03-03 06:43:09 -0800
commit1e9fa297e764b3106579ac188b25fa234b86b430 (patch)
treef67c8c154d0857507a6660c662aa15d97a66140b /notes/coredns-1.0.6.md
parent8dcc7fccd74454134b33c8bc9f780ed6d7f076cf (diff)
downloadcoredns-1e9fa297e764b3106579ac188b25fa234b86b430.tar.gz
coredns-1e9fa297e764b3106579ac188b25fa234b86b430.tar.zst
coredns-1e9fa297e764b3106579ac188b25fa234b86b430.zip
Add release notes into coredns repo (#2645)
* Put release notes in notes subdir Verbatim copy of the current set of notes on coredns.io. Copy them here to make them authoritative. 'make sync' on the coredns.io site copies them back in. They need to be formatted in Hugo style. Signed-off-by: Miek Gieben <miek@miek.nl> * pull latest Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'notes/coredns-1.0.6.md')
-rw-r--r--notes/coredns-1.0.6.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/notes/coredns-1.0.6.md b/notes/coredns-1.0.6.md
new file mode 100644
index 000000000..a2950b53c
--- /dev/null
+++ b/notes/coredns-1.0.6.md
@@ -0,0 +1,51 @@
++++
+title = "CoreDNS-1.0.6 Release"
+description = "CoreDNS-1.0.6 Release Notes."
+tags = ["Release", "1.0.6", "Notes"]
+draft = false
+release = "1.0.6"
+date = "2018-02-21T11:10:29+00:00"
+author = "coredns"
+enabled = "default"
++++
+
+We are pleased to announce the [release](https://github.com/coredns/coredns/releases/tag/v1.0.6) of CoreDNS-1.0.6!
+This release has bug fixes, documentation fixes, polish and new plugins.
+
+## Core
+
+We've moved to a OWNERS model, where each plugin (and CoreDNS itself) now has an OWNERS file listing
+people involved with this code.
+
+## Plugins
+
+* The *startup* and *shutdown* plugin are **deprecated** (but working and included) in this release in favor of the *on*
+ plugin. If you use them, this is the moment to move to [*on*](/explugins/on).
+* A plugin called [*forward*](https://coredns.io/plugins/forward) has been included in CoreDNS, this
+ was, up until now, an external plugin. Supports DNS-over-TLS and has different way of health
+ checking an upstream.
+* The [*proxy*](https://coredns.io/plugins/proxy) plugin has a new policy, *first* which always
+ chooses the first healthy upstream host. It also contains an important fix where
+ a non-health checked target could be mark unhealthy forever.
+* We now support zone transfers in the [*kubernetes*](https://coredns.io/plugins/kubernetes) plugin.
+* The [*bind*](https://coredns.io/plugins/bind) now supports multiple listening addresses.
+* Bugfixes, improvements and documentation fixes in various other plugins.
+
+## Contributors
+
+The following people helped with getting this release done:
+
+Chris O'Haver,
+Francois Tur,
+Freddy,
+Harshavardhana,
+John Belamaric,
+Miek Gieben,
+Pat Moroney,
+Paul Greenberg,
+Sandeep Rajan,
+Tobias Schmidt,
+Uladzimir Trehubenka,
+Yong Tang.
+
+For documentation and help, see our [community page](https://coredns.io/community/).