release notes for 1.8.2 (#4480)

Update the notes and set the date to tomorrow.

See #4479

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben 2021-02-24 09:23:54 +01:00 committed by GitHub
parent 908622a664
commit 8fdd363c79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,36 +3,43 @@ title = "CoreDNS-1.8.2 Release"
description = "CoreDNS-1.8.2 Release Notes." description = "CoreDNS-1.8.2 Release Notes."
tags = ["Release", "1.8.2", "Notes"] tags = ["Release", "1.8.2", "Notes"]
release = "1.8.2" release = "1.8.2"
date = 2021-01-20T07:00:00+00:00 date = 2021-02-23T07:00:00+00:00
author = "coredns" author = "coredns"
+++ +++
The CoreDNS team has released The CoreDNS team has released
[CoreDNS-1.8.2](https://github.com/coredns/coredns/releases/tag/v1.8.2). [CoreDNS-1.8.2](https://github.com/coredns/coredns/releases/tag/v1.8.2). This release includes a
bunch of bugfixes and a few enhancements, see below.
## Brought to You By ## Brought to You By
Bob, Bob,
chantra,
Chris O'Haver, Chris O'Haver,
Frank Riley, Frank Riley,
George Shammas, George Shammas,
Johnny Bergström,
Jun Chen, Jun Chen,
Lars Ekman, Lars Ekman,
Manuel Rüger, Manuel Rüger,
Maxime Ginters, Maxime Ginters,
Miek Gieben, Miek Gieben,
slick-nic,
TimYin. TimYin.
## Noteworthy Changes ## Noteworthy Changes
* core: flag blacklisting not needed anymore (https://github.com/coredns/coredns/pull/4420) * core: Also clear `do` and `size` (https://github.com/coredns/coredns/pull/4465)
* Corrected detection of K8s minor version (https://github.com/coredns/coredns/pull/4430) * core: Flag blacklisting not needed anymore (https://github.com/coredns/coredns/pull/4420)
* core: Set http request in writer (https://github.com/coredns/coredns/pull/4445)
* Makefile.release: Replace manifest-tool with docker manifest (https://github.com/coredns/coredns/pull/4421) * Makefile.release: Replace manifest-tool with docker manifest (https://github.com/coredns/coredns/pull/4421)
* plugin/acl: add the ability to filter records (https://github.com/coredns/coredns/pull/4389) * plugin/acl: add the ability to filter records (https://github.com/coredns/coredns/pull/4389)
* plugin/dnstap: Fix out of order messages and fix forward perspective. (https://github.com/coredns/coredns/pull/4395) * plugin/dnstap: Fix out of order messages and fix forward perspective. (https://github.com/coredns/coredns/pull/4395)
* plugin/forward Add rcode and rtype to request_duration_seconds metric (https://github.com/coredns/coredns/pull/4391) * plugin/forward Add rcode and rtype to request_duration_seconds metric (https://github.com/coredns/coredns/pull/4391)
* plugin/kubernetes: Corrected detection of K8s minor version (https://github.com/coredns/coredns/pull/4430)
* plugin/kubernetes: make kubeconfig argument 'context' optional (https://github.com/coredns/coredns/pull/4451) * plugin/kubernetes: make kubeconfig argument 'context' optional (https://github.com/coredns/coredns/pull/4451)
* plugin/rewrite: copy msg before rewritting (https://github.com/coredns/coredns/pull/4443) * plugin/rewrite: copy msg before rewriting (https://github.com/coredns/coredns/pull/4443)
* plugin/rewrite: SRV targets and additional names in response (https://github.com/coredns/coredns/pull/4287)
* plugin/sign: track zone file's mtime (https://github.com/coredns/coredns/pull/4431) * plugin/sign: track zone file's mtime (https://github.com/coredns/coredns/pull/4431)
* plugin/trace: Use compatible tag name for datadog (https://github.com/coredns/coredns/pull/4408) * plugin/trace: Use compatible tag name for datadog (https://github.com/coredns/coredns/pull/4408)
* plugin/transfer: only allow outgoing axfr over tcp (https://github.com/coredns/coredns/pull/4452) * plugin/transfer: only allow outgoing axfr over tcp (https://github.com/coredns/coredns/pull/4452)