aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-08-01 12:51:14 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2019-08-01 05:51:14 -0700
commit3219a2b93a8010af9b5c2263c658815a4494416e (patch)
tree39a993895119341d3804f81c76f893a34e6ce41c /notes
parent07f016191d5d42e56f64408751fdb48057c5b930 (diff)
downloadcoredns-3219a2b93a8010af9b5c2263c658815a4494416e.tar.gz
coredns-3219a2b93a8010af9b5c2263c658815a4494416e.tar.zst
coredns-3219a2b93a8010af9b5c2263c658815a4494416e.zip
Release notes for 1.6.1 (#3080)
Add the new (short) notes for the 1.6.1 release. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.6.1.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/notes/coredns-1.6.1.md b/notes/coredns-1.6.1.md
new file mode 100644
index 000000000..76db2d117
--- /dev/null
+++ b/notes/coredns-1.6.1.md
@@ -0,0 +1,37 @@
++++
+title = "CoreDNS-1.6.1 Release"
+description = "CoreDNS-1.6.1 Release Notes."
+tags = ["Release", "1.6.1", "Notes"]
+release = "1.6.1"
+date = 2019-08-02T14:35:47+01:00
+author = "coredns"
++++
+
+The CoreDNS team has released
+[CoreDNS-1.6.1](https://github.com/coredns/coredns/releases/tag/v1.6.1).
+
+This is a small (bug fix) release.
+
+# Plugins
+
+* Fix a panic in the [*hosts*](/plugins/hosts) plugin.
+* The [*reload*](/plugins/reload) now detects changes in files imported from the main Corefile.
+* [*route53*](/plugins/route53) increases the paging size when talking to the AWS API, this
+ decreases the chances of getting throttled.
+
+## Brought to You By
+
+Alan,
+AllenZMC,
+dzzg,
+Erik Wilson,
+Matt Kulka,
+Miek Gieben,
+Yong Tang.
+
+## Noteworthy Changes
+
+core: log panics (https://github.com/coredns/coredns/pull/3072)
+plugin/hosts: create inline map in setup (https://github.com/coredns/coredns/pull/3071)
+plugin/reload: Graceful reload of imported files (https://github.com/coredns/coredns/pull/3068)
+plugin/route53: Increase ListResourceRecordSets paging size. (https://github.com/coredns/coredns/pull/3073)