aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-03-06 15:08:11 +0000
committerGravatar GitHub <noreply@github.com> 2020-03-06 07:08:11 -0800
commitab032fe693df5592ed75fed848dde450f98b0449 (patch)
treee5acd80ae16b1004d0fabf9b60c736f9407c575c /notes
parente2515fe0e376b41d73d4675d77c7bad096be4502 (diff)
downloadcoredns-ab032fe693df5592ed75fed848dde450f98b0449.tar.gz
coredns-ab032fe693df5592ed75fed848dde450f98b0449.tar.zst
coredns-ab032fe693df5592ed75fed848dde450f98b0449.zip
Initial set of release notes for 1.6.8 (#3728)
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.6.8.md42
1 files changed, 42 insertions, 0 deletions
diff --git a/notes/coredns-1.6.8.md b/notes/coredns-1.6.8.md
new file mode 100644
index 000000000..cefb75faa
--- /dev/null
+++ b/notes/coredns-1.6.8.md
@@ -0,0 +1,42 @@
++++
+title = "CoreDNS-1.6.8 Release"
+description = "CoreDNS-1.6.8 Release Notes."
+tags = ["Release", "1.6.8", "Notes"]
+release = "1.6.8"
+date = 2020-03-06T10:00:00+00:00
+author = "coredns"
++++
+
+The CoreDNS team has released
+[CoreDNS-1.6.8](https://github.com/coredns/coredns/releases/tag/v1.6.8).
+
+Again a small release with some nice improvements in the *forward* plugin, and overall polish.
+See "Noteworthy Changes" for more detail.
+
+Note that 1.7.0 will contain a bunch of backward incompatible changes: the *federation* plugin will
+be full removed and the metrics name will be changed to inline with the naming recommendation from
+the Prometheus project.
+
+## Brought to You By
+
+Andy Bursavich,
+Chris O'Haver,
+Christian Tryti,
+Kohei Yoshida,
+LongKB,
+Miek Gieben,
+Ricky S,
+Sylvain Rabot,
+Zou Nengren.
+
+## Noteworthy Changes
+
+* plugin/cache: explain drop metric (https://github.com/coredns/coredns/pull/3706)
+* plugin/forward: Add configuration flag to set if RecursionDesired should be set on health checks (https://github.com/coredns/coredns/pull/3679)
+* plugin/hosts: Modifies NODATA handling (https://github.com/coredns/coredns/pull/3536)
+* plugin/kubernetes: fix metadata (https://github.com/coredns/coredns/pull/3642)
+* plugin/kubernetes: Return all records with matching IP for reverse queries (https://github.com/coredns/coredns/pull/3687)
+* plugin/metrics: Add query type to latency as well (https://github.com/coredns/coredns/pull/3685)
+* plugin/pkg/up: Make default intervals shorter (https://github.com/coredns/coredns/pull/3651)
+* plugins/forward: Add max_concurrent option (https://github.com/coredns/coredns/pull/3640)
+* plugn/forward: Add exponential backoff to healthcheck (https://github.com/coredns/coredns/pull/3643)