aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2019-08-28 16:12:33 +0100
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2019-08-28 08:12:33 -0700
commiteec24cb0138e74eb63f59521681f3e3b3555d4f0 (patch)
treea51ea02469b214c26cef4a9116da65cd32ead64c
parent2cb017928c10d816db7a329b40588b814d1bc4f8 (diff)
downloadcoredns-eec24cb0138e74eb63f59521681f3e3b3555d4f0.tar.gz
coredns-eec24cb0138e74eb63f59521681f3e3b3555d4f0.tar.zst
coredns-eec24cb0138e74eb63f59521681f3e3b3555d4f0.zip
notes: rebrand 1.7.0 as 1.6.3 (#3217)
We're not making any backward incompat changes so this can just be 1.6.3 Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r--notes/coredns-1.6.3.md58
-rw-r--r--notes/coredns-1.7.0.md35
2 files changed, 58 insertions, 35 deletions
diff --git a/notes/coredns-1.6.3.md b/notes/coredns-1.6.3.md
new file mode 100644
index 000000000..8bea15be4
--- /dev/null
+++ b/notes/coredns-1.6.3.md
@@ -0,0 +1,58 @@
++++
+title = "CoreDNS-1.6.3 Release"
+description = "CoreDNS-1.6.3 Release Notes."
+tags = ["Release", "1.6.3", "Notes"]
+release = "1.6.3"
+date = 2019-08-31T14:35:47+01:00
+author = "coredns"
++++
+
+The CoreDNS team has released
+[CoreDNS-1.6.3](https://github.com/coredns/coredns/releases/tag/v1.6.3).
+
+In this release we have moved the *federation* plugin to
+[github.com/coredns/federation](https://github.com/coredns/federation), but it is still fully
+functional in this version. In version 1.7.0 we expect to fully deprecate it.
+
+Further more a slew a spelling corrections and other minor improvements and polish. **And** three(!)
+new plugins.
+
+# Plugins
+
+* [*acl*](/plugins/acl) blocks queries depending on their source IP address.
+* [*clouddns*](/plugins/clouddns) to enable serving zone data from GCP Cloud DNS.
+* [*sign*](/plugins/sign) that (DNSSEC) signs your zonefiles (in its most basic form).
+
+## Brought to You By
+
+AllenZMC,
+Chris Aniszczyk,
+Chris O'Haver,
+Cricket Liu,
+Guangming Wang,
+Julien Garcia Gonzalez,
+li mengyang,
+Miek Gieben,
+Muhammad Falak R Wani,
+Palash Nigam,
+Sakura,
+wwgfhf,
+xieyanker,
+Xigang Wang,
+Yevgeny Pats,
+Yong Tang,
+zhangguoyan,
+陈谭军.
+
+
+## Noteworthy Changes
+
+* fuzzing: Add Continuous Fuzzing Integration to Fuzzit (https://github.com/coredns/coredns/pull/3093)
+* plugin/clouddns: Add Google Cloud DNS plugin (https://github.com/coredns/coredns/pull/3011)
+* plugin/federation: Move federation plugin to github.com/coredns/federation (https://github.com/coredns/coredns/pull/3139)
+* plugin/file: close reader for reload (https://github.com/coredns/coredns/pull/3196)
+* plugin/file: less notify logging spam (https://github.com/coredns/coredns/pull/3212)
+* plugin/file: respond correctly to IXFR message (https://github.com/coredns/coredns/pull/3177)
+* plugin/{health,ready}: return standardized text for ready and health endpoint (https://github.com/coredns/coredns/pull/3195)
+* plugin/k8s_external handle NS records (https://github.com/coredns/coredns/pull/3160)
+* plugin/kubernetes: handle NS records (https://github.com/coredns/coredns/pull/3160)
diff --git a/notes/coredns-1.7.0.md b/notes/coredns-1.7.0.md
deleted file mode 100644
index e6ac5bcfd..000000000
--- a/notes/coredns-1.7.0.md
+++ /dev/null
@@ -1,35 +0,0 @@
-+++
-title = "CoreDNS-1.7.0 Release"
-description = "CoreDNS-1.7.0 Release Notes."
-tags = ["Release", "1.7.0", "Notes"]
-release = "1.7.0"
-date = 2019-08-31T14:35:47+01:00
-author = "coredns"
-+++
-
-The CoreDNS team has released
-[CoreDNS-1.7.0](https://github.com/coredns/coredns/releases/tag/v1.7.0).
-
-In this release we have deprecated the *federation* plugin that was used in conjunction with the
-*kubernetes* plugin.
-
-Further more a slew a spelling corrections and other minor improvements and polish. **And** three(!)
-new plugins.
-
-# Plugins
-
-* [*acl*](/plugins/acl) blocks queries depending on their source IP address.
-* [*clouddns*](/plugin/clouddns) to enable serving zone data from GCP Cloud DNS.
-* [*sign*](/plugins/sign) that (DNSSEC) signs your zonefiles (in its most basic form).
-
-## Brought to You By
-
-
-## Noteworthy Changes
-
-* plugin/clouddns: Add Google Cloud DNS plugin (https://github.com/coredns/coredns/pull/3011)
-* plugin/federation: Move federation plugin to github.com/coredns/federation (https://github.com/coredns/coredns/pull/3139)
-* plugin/file: close reader for reload (https://github.com/coredns/coredns/pull/3196)
-* plugin/file: respond correctly to IXFR message (https://github.com/coredns/coredns/pull/3177)
-* plugin/k8s_external handle NS records (https://github.com/coredns/coredns/pull/3160)
-* plugin/kubernetes: handle NS records (https://github.com/coredns/coredns/pull/3160)