aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-09-27 13:47:57 +0100
committerGravatar corbot[bot] <39114087+corbot[bot]@users.noreply.github.com> 2019-09-27 12:47:57 +0000
commit22dd0a6f4500037d624e0741002394f10e3dae23 (patch)
tree001823b449fc38886076ec8b053223bad83663d6 /notes
parent4568a3c25af8540c33fa59ca38ed82b572235d83 (diff)
downloadcoredns-22dd0a6f4500037d624e0741002394f10e3dae23.tar.gz
coredns-22dd0a6f4500037d624e0741002394f10e3dae23.tar.zst
coredns-22dd0a6f4500037d624e0741002394f10e3dae23.zip
Add 1.6.4 release notes (#3315)
Automatically submitted.
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.6.4.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/notes/coredns-1.6.4.md b/notes/coredns-1.6.4.md
new file mode 100644
index 000000000..3a8a4bc4d
--- /dev/null
+++ b/notes/coredns-1.6.4.md
@@ -0,0 +1,41 @@
++++
+title = "CoreDNS-1.6.4 Release"
+description = "CoreDNS-1.6.4 Release Notes."
+tags = ["Release", "1.6.4", "Notes"]
+release = "1.6.4"
+date = 2019-09-27T10:00:00+00:00
+author = "coredns"
++++
+
+The CoreDNS team has released
+[CoreDNS-1.6.4](https://github.com/coredns/coredns/releases/tag/v1.6.4).
+
+Various code cleanups and documentation improvements. We've added one new plugin: *acl*, that allows
+blocking requests.
+
+# Plugins
+
+* [*acl*](/plugins/acl) block request from IPs or IP ranges.
+* [*kubernetes*](/plugins/kubernetes) received some bug fixes, see below for specific PRs.
+* [*hosts*](/plugins/hosts) exports metrics on the number of entries and last reload time.
+
+## Brought to You By
+
+An Xiao,
+Chris O'Haver,
+Cricket Liu,
+Guangming Wang,
+Kasisnu,
+li mengyang,
+Miek Gieben,
+orangelynx,
+xieyanker,
+yeya24,
+Yong Tang.
+
+## Noteworthy Changes
+
+* plugin/hosts: add host metrics (https://github.com/coredns/coredns/pull/3277)
+* plugin/kubernetes: Don't duplicate service record for every port (https://github.com/coredns/coredns/pull/3240)
+* plugin/kubernetes: Handle multiple local IPs and bind (https://github.com/coredns/coredns/pull/3208)
+* Add plugin ACL for source IP filtering (https://github.com/coredns/coredns/pull/3103)