This project is mirrored from https://github.com/coredns/coredns.git.
The repository failed to update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
- 21 Sep, 2020 1 commit
-
-
Miek Gieben authored
Set correct date on the release notes and add one more PR (for cache) Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 18 Sep, 2020 1 commit
-
-
Miek Gieben authored
nit-picking PR, when using the name of the plugin make it cursive. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 17 Sep, 2020 4 commits
-
-
Miek Gieben authored
* cache: default to DNSSEC This change does away with the DNS/DNSSEC distinction the cache currently makes. Cache will always make coredns perform a DNSSEC query and store that result. If a client just needs plain DNS, the DNSSEC records are stripped from the response. It should also be more memory efficient, because we store a reply once and not one DNS and another for DNSSEC. Fixes: #3836 Signed-off-by:
Miek Gieben <miek@miek.nl> * Change OPT RR when one is present in the msg. Signed-off-by:
Miek Gieben <miek@miek.nl> * Fix comment for isDNSSEC Signed-off-by:
Miek Gieben <miek@miek.nl> * Update plugin/cache/handler.go Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> * Update plugin/cache/item.go Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> * Code review; fix comment for isDNSSEC Signed-off-by:
Miek Gieben <miek@miek.nl> * Update doc and set AD to false Set Authenticated Data to false when DNSSEC was not wanted. Also update the readme with the new behavior. Signed-off-by:
Miek Gieben <miek@miek.nl> * Update plugin/cache/handler.go Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> Co-authored-by:
Chris O'Haver <cohaver@infoblox.com>
-
Miek Gieben authored
Updates the notes with latest PRs. I want the cache PR to be included in this release as well, if possible. Should release somewhere this week. Signed-off-by:Miek Gieben <miek@miek.nl>
-
coredns-auto-go-mod-tidy[bot] authored
-
Zou Nengren authored
Signed-off-by:zounengren <zounengren@cmss.chinamobile.com>
-
- 15 Sep, 2020 1 commit
-
-
Ruslan Drozhdzh authored
Signed-off-by:Ruslan Drozhdzh <rdrozhdzh@infoblox.com>
-
- 14 Sep, 2020 10 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.34.18 to 1.34.22. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.34.18...v1.34.22) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
coredns-auto-go-mod-tidy[bot] authored
-
Ruslan Drozhdzh authored
Signed-off-by:Ruslan Drozhdzh <rdrozhdzh@infoblox.com>
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.19.0 to 0.19.1. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.19.0...v0.19.1) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
Bumps [github.com/farsightsec/golang-framestream](https://github.com/farsightsec/golang-framestream) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/farsightsec/golang-framestream/releases) - [Commits](https://github.com/farsightsec/golang-framestream/compare/v0.2.0...v0.3.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
Bumps [github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/Azure/go-autorest/releases) - [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md) - [Commits](https://github.com/Azure/go-autorest/compare/autorest/azure/auth/v0.5.1...autorest/azure/auth/v0.5.2) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- 09 Sep, 2020 1 commit
-
-
Miek Gieben authored
* plugin/trace: fix struct allignment A 64 bit entity needs to be the first in a struct to make it work on 32 bit systems. Fixes: #4111 Signed-off-by:
Miek Gieben <miek@miek.nl> * plugin/erratic does makes the same mistake Signed-off-by:
Miek Gieben <miek@miek.nl>
-
- 08 Sep, 2020 1 commit
-
-
Ruslan Drozhdzh authored
* plugin/forward: init ClientSessionCache in tls.Config - ClientSessionCache may speed up a TLS handshake in upcoming connections to the same TLS server Signed-off-by:
Ruslan Drozhdzh <rdrozhdzh@infoblox.com> * add comment Signed-off-by:
Ruslan Drozhdzh <rdrozhdzh@infoblox.com>
-
- 07 Sep, 2020 5 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
Bumps [github.com/dnstap/golang-dnstap](https://github.com/dnstap/golang-dnstap) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/dnstap/golang-dnstap/releases) - [Commits](https://github.com/dnstap/golang-dnstap/compare/v0.2.0...v0.2.1) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.34.13 to 1.34.18. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.34.13...v1.34.18) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
Yong Tang authored
The latest commit (e233f59e) on master branch introduced a trailing whitespace and is causing Travis CI build to fail: https://travis-ci.org/github/coredns/coredns/builds/722988413 This PR fixes the failing test. Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
-
- 01 Sep, 2020 1 commit
-
-
Hu Shuai authored
Signed-off-by:Hu Shuai <hus.fnst@cn.fujitsu.com>
-
- 31 Aug, 2020 7 commits
-
-
Miek Gieben authored
Stop the context so the refresh loop terminates on restart. Fixes: #3815 Signed-off-by:Miek Gieben <miek@miek.nl>
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.34.5 to 1.34.13. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.34.5...v1.34.13) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.18.8 to 0.19.0. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.18.8...v0.19.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.3 to 0.11.4. - [Release notes](https://github.com/Azure/go-autorest/releases) - [Changelog](https://github.com/Azure/go-autorest/blob/master/CHANGELOG.md) - [Commits](https://github.com/Azure/go-autorest/compare/autorest/v0.11.3...autorest/v0.11.4) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- 28 Aug, 2020 1 commit
-
-
Miek Gieben authored
* Update the 1.7.1 notes Add bunch of PR, remote the text that should show up in the 1.8.0 release. Signed-off-by:
Miek Gieben <miek@miek.nl> * Update notes/coredns-1.7.1.md Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> Co-authored-by:
Chris O'Haver <cohaver@infoblox.com>
-
- 24 Aug, 2020 2 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
Olivier Lemasle authored
* Enable debug globally if enabled in any server config It was currently enabled only if the plugin debug was enabled in the last server config of the Corefile. Signed-off-by:
Olivier Lemasle <o.lemasle@gmail.com> * Add test and update debug's README Signed-off-by:
Olivier Lemasle <o.lemasle@gmail.com>
-
- 20 Aug, 2020 3 commits
-
-
Zhou Hao authored
Signed-off-by:Zhou Hao <zhouhao@cn.fujitsu.com>
-
Zhou Hao authored
Signed-off-by:Zhou Hao <zhouhao@cn.fujitsu.com>
-
Grant Garrett-Grossman authored
* Update README.md Specify that serial must change for the zone file to be reloaded. Signed-off-by:
Grant Garrett-Grossman <grantlg2@illinois.edu> * Update plugin/auto/README.md Co-authored-by:
Miek Gieben <miek@miek.nl> Signed-off-by:
Grant Garrett-Grossman <grantlg2@illinois.edu> Co-authored-by:
Miek Gieben <miek@miek.nl>
-
- 17 Aug, 2020 2 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.34.0 to 1.34.5. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.34.0...v1.34.5) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-