mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Notes update for the release. (#3231)
* Notes update for the release. acl might not make tomorrow (plan to release then), so remove it for now. Add other PRs that got merged and flesh it out some more. Signed-off-by: Miek Gieben <miek@miek.nl> * Remove xfr highlight for k8s Signed-off-by: Miek Gieben <miek@miek.nl> * Small tweaks while preparing the release Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -3,7 +3,7 @@ title = "CoreDNS-1.6.3 Release"
|
|||||||
description = "CoreDNS-1.6.3 Release Notes."
|
description = "CoreDNS-1.6.3 Release Notes."
|
||||||
tags = ["Release", "1.6.3", "Notes"]
|
tags = ["Release", "1.6.3", "Notes"]
|
||||||
release = "1.6.3"
|
release = "1.6.3"
|
||||||
date = 2019-08-31T14:35:47+01:00
|
date = 2019-08-31T07:30:47+00:00
|
||||||
author = "coredns"
|
author = "coredns"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
@@ -12,16 +12,21 @@ The CoreDNS team has released
|
|||||||
|
|
||||||
In this release we have moved the *federation* plugin to
|
In this release we have moved the *federation* plugin to
|
||||||
[github.com/coredns/federation](https://github.com/coredns/federation), but it is still fully
|
[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.
|
functional in this version. In version 1.7.0 we expect to deprecate it.
|
||||||
|
|
||||||
Further more a slew a spelling corrections and other minor improvements and polish. **And** three(!)
|
Further more a slew a spelling corrections, and other minor improvements and polish. **And** two new
|
||||||
new plugins.
|
plugins: *clouddns* and *sign*.
|
||||||
|
|
||||||
# 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.
|
* [*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).
|
* [*sign*](/plugins/sign) that (DNSSEC) signs your zonefiles (in its most basic form).
|
||||||
|
* [*file*](/plugins/file) various update, plug a memory leak when doing zone transfers, among other
|
||||||
|
things.
|
||||||
|
|
||||||
|
We've removed the time stamping from `pkg/log` as timestamps are *also* added by the logging
|
||||||
|
aggregators, like `journald` or inside Kubernetes. And a small ASCII art logo is now printed when
|
||||||
|
CoreDNS starts up.
|
||||||
|
|
||||||
## Brought to You By
|
## Brought to You By
|
||||||
|
|
||||||
@@ -48,11 +53,14 @@ zhangguoyan,
|
|||||||
## Noteworthy Changes
|
## Noteworthy Changes
|
||||||
|
|
||||||
* fuzzing: Add Continuous Fuzzing Integration to Fuzzit (https://github.com/coredns/coredns/pull/3093)
|
* fuzzing: Add Continuous Fuzzing Integration to Fuzzit (https://github.com/coredns/coredns/pull/3093)
|
||||||
|
* pkg/log: remove timestamp (https://github.com/coredns/coredns/pull/3218)
|
||||||
* plugin/clouddns: Add Google Cloud DNS plugin (https://github.com/coredns/coredns/pull/3011)
|
* 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/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: 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: 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/file: respond correctly to IXFR message (https://github.com/coredns/coredns/pull/3177)
|
||||||
|
* plugin/file: rework outgoing axfr (https://github.com/coredns/coredns/pull/3227)
|
||||||
* plugin/{health,ready}: return standardized text for ready and health endpoint (https://github.com/coredns/coredns/pull/3195)
|
* 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/k8s_external handle NS records (https://github.com/coredns/coredns/pull/3160)
|
||||||
* plugin/kubernetes: handle NS records (https://github.com/coredns/coredns/pull/3160)
|
* plugin/kubernetes: handle NS records (https://github.com/coredns/coredns/pull/3160)
|
||||||
|
* startup: add logo (https://github.com/coredns/coredns/pull/3230)
|
||||||
|
|||||||
Reference in New Issue
Block a user