aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Cricket Liu <cricket@infoblox.com> 2020-07-10 17:04:00 -0700
committerGravatar GitHub <noreply@github.com> 2020-07-10 17:04:00 -0700
commitfc054620af142e9c9e93d4a03316907934987b4d (patch)
treeb55bcb91678d04495c6d4a1188c36669e68dd74a /notes
parent614d08cba29ed4904d11008e795c081c4f392b77 (diff)
downloadcoredns-fc054620af142e9c9e93d4a03316907934987b4d.tar.gz
coredns-fc054620af142e9c9e93d4a03316907934987b4d.tar.zst
coredns-fc054620af142e9c9e93d4a03316907934987b4d.zip
Minor grammatical fixes to release notes (#3998)
Signed-off-by: Cricket Liu <cricket@infoblox.com>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.7.0.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/notes/coredns-1.7.0.md b/notes/coredns-1.7.0.md
index e9fadef34..f55b2609d 100644
--- a/notes/coredns-1.7.0.md
+++ b/notes/coredns-1.7.0.md
@@ -10,21 +10,21 @@ author = "coredns"
The CoreDNS team has released
[CoreDNS-1.7.0](https://github.com/coredns/coredns/releases/tag/v1.7.0).
-This is a **backwards incompatible release**. Major changes include:
+This is a **backwards-incompatible release**. Major changes include:
* Better [metrics names](https://github.com/coredns/coredns/pull/3776).
-* The *federation* plugin (allows for v1 Kubernetes federation) has been removed. We've also removed
+* The *federation* plugin (which allows for v1 Kubernetes federation) has been removed. We've also removed
some supporting code from the *kubernetes* plugin, so it will not build as an external plugin
(with this version of CoreDNS).
-As this was already backwards incompatible release, we took the liberty to stuff as much of it in
+As this was already backwards-incompatible release, we took the liberty of stuffing as much in
one release as possible to minimize the disruption going forward.
-A new plugin, [*dns64*](https://coredns.io/plugins/dns64) as promoted from external to a plugin that
+A new plugin, [*dns64*](https://coredns.io/plugins/dns64), was promoted from external to a plugin that
is included by default. This plugin "enables DNS64 IPv6 transition mechanism."
### Metric Changes
-It's mostly dropping `count` from `_total` metrics names:
+We mostly dropped `count` from `_total` metrics names:
* `coredns_request_block_count_total` -\> `coredns_dns_blocked_requests_total`
* `coredns_request_allow_count_total` -\> `coredns_dns_allowed_requests_total`
@@ -80,12 +80,12 @@ Zou Nengren.
* plugin/azure: Fix environment option overwrite (https://github.com/coredns/coredns/pull/3922)
* plugin/dns64: Add DNS64 plugin (https://github.com/coredns/coredns/pull/3534)
-* plugin/federation: Remove already deprecated federation plugin (https://github.com/coredns/coredns/pull/3794)
+* plugin/federation: Remove already-deprecated federation plugin (https://github.com/coredns/coredns/pull/3794)
* plugin/forward: Avoid https protocol (https://github.com/coredns/coredns/pull/3817)
* plugin/k8s_external: Add CNAME support for AWS ELB/NLB (https://github.com/coredns/coredns/pull/3916)
-* plugin/kubernetes: Remove already deprecated options `resyncperiod` and `upstream` (https://github.com/coredns/coredns/pull/3737)
+* plugin/kubernetes: Remove already-deprecated options `resyncperiod` and `upstream` (https://github.com/coredns/coredns/pull/3737)
* plugin/kubernetes: Populate client metadata for external queries (https://github.com/coredns/coredns/pull/3874)
-* plugin/kubernetes: Fix 0 weight in SRV records with 100 more records in answer (https://github.com/coredns/coredns/pull/3931)
+* plugin/kubernetes: Fix 0 weight in SRV records with 100 or more records in answer (https://github.com/coredns/coredns/pull/3931)
* plugin/kubernetes: Handle tombstones in kubernetes plugin (https://github.com/coredns/coredns/pull/3887) and (https://github.com/coredns/coredns/pull/3890)
* plugin/nsid: Fix NSID not being set on cached responses (https://github.com/coredns/coredns/pull/3822)
* metrics: Better metrics names (https://github.com/coredns/coredns/pull/3776), (https://github.com/coredns/coredns/pull/3799), and (https://github.com/coredns/coredns/pull/3805)