aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-08-13 16:46:45 +0100
committerGravatar Miek Gieben <miek@miek.nl> 2019-08-13 16:46:45 +0100
commita23617b84b9d846a90df8c627abeb83cda0b0896 (patch)
tree4c76390e721f76311d1e4e37391bdbf7be05e13b /notes
parentebc465d0dca8c98d44272e79acc1a43d63805520 (diff)
downloadcoredns-a23617b84b9d846a90df8c627abeb83cda0b0896.tar.gz
coredns-a23617b84b9d846a90df8c627abeb83cda0b0896.tar.zst
coredns-a23617b84b9d846a90df8c627abeb83cda0b0896.zip
Add release notes for 1.6.2
Add notes for next release; azure was merged, nice to get that out, some other bugfixes. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.6.2.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/notes/coredns-1.6.2.md b/notes/coredns-1.6.2.md
new file mode 100644
index 000000000..b658e752a
--- /dev/null
+++ b/notes/coredns-1.6.2.md
@@ -0,0 +1,38 @@
++++
+title = "CoreDNS-1.6.2 Release"
+description = "CoreDNS-1.6.2 Release Notes."
+tags = ["Release", "1.6.2", "Notes"]
+release = "1.6.2"
+date = 2019-08-13T14:35:47+01:00
+author = "coredns"
++++
+
+The CoreDNS team has released
+[CoreDNS-1.6.2](https://github.com/coredns/coredns/releases/tag/v1.6.2).
+
+This is a bug fix release, but it also features a new plugin called [*azure*](/plugins/azure).
+
+# Plugins
+
+* Add [*azure*](/plugins/azure) to facilitate serving records from Microsoft Azure.
+* Make the refresh frequency adjustable in the [*route53*](/plugins/route53) plugin.
+* Fix the handling of truncated responses in [*forward*](/plugins/forward).
+
+## Brought to You By
+
+Andrey Meshkov,
+Chris O'Haver,
+Darshan Chaudhary,
+ethan,
+Matt Kulka
+and
+Miek Gieben.
+
+## Noteworthy Changes
+
+* plugin/azure: Add plugin for Azure DNS (https://github.com/coredns/coredns/pull/2945)
+* plugin/forward: Fix handling truncated responses in forward (https://github.com/coredns/coredns/pull/3110)
+* plugin/kubernetes: Don't do a zone transfer for NS requests (https://github.com/coredns/coredns/pull/3098)
+* plugin/kubernetes: fix NXDOMAIN/NODATA fallthough case (https://github.com/coredns/coredns/pull/3118)
+* plugin/route53: make refresh frequency adjustable (https://github.com/coredns/coredns/pull/3083)
+* plugin/route53: Various updates (https://github.com/coredns/coredns/pull/3108)