aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-11-05 16:50:04 +0100
committerGravatar GitHub <noreply@github.com> 2020-11-05 07:50:04 -0800
commit723e9b06a439bfce19d689aca7030d95e4dc2c19 (patch)
treedd5be067053fdb6504c7843469bbc1371a68cf90
parent57e6c56bfc8955c626bd7354a404581dedae2665 (diff)
downloadcoredns-723e9b06a439bfce19d689aca7030d95e4dc2c19.tar.gz
coredns-723e9b06a439bfce19d689aca7030d95e4dc2c19.tar.zst
coredns-723e9b06a439bfce19d689aca7030d95e4dc2c19.zip
add 1.8.1 draft notes (#4263)
* add 1.8.1 draft notes Start the list of note worth PRs Signed-off-by: Miek Gieben <miek@miek.nl> * forgot k8s Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r--notes/coredns-1.8.1.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/notes/coredns-1.8.1.md b/notes/coredns-1.8.1.md
new file mode 100644
index 000000000..4c8aae609
--- /dev/null
+++ b/notes/coredns-1.8.1.md
@@ -0,0 +1,23 @@
++++
+title = "CoreDNS-1.8.1 Release"
+description = "CoreDNS-1.8.1 Release Notes."
+tags = ["Release", "1.8.1", "Notes"]
+release = "1.8.1"
+date = 2020-12-22T08:00:00+00:00
+author = "coredns"
+draft = true
++++
+
+DRAFT DRAFT DRAFT
+
+The CoreDNS team has released
+[CoreDNS-1.8.1](https://github.com/coredns/coredns/releases/tag/v1.8.1).
+
+## Brought to You By
+
+## Noteworthy Changes
+
+* plugin/{clouddns,azure,route53}: Use cancelable contexts for cloud provider plugin refreshes (https://github.com/coredns/coredns/pull/4226)
+* plugin/health: Fix health check endpoint (https://github.com/coredns/coredns/pull/4231)
+* plugin/local: add local plugin (https://github.com/coredns/coredns/pull/4262)
+* plugin/kubernetes: plugin/kubernetes: Watch EndpointSlices (https://github.com/coredns/coredns/pull/4209)