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 .
- 20 Jan, 2021 4 commits
-
-
Miek Gieben authored
* Remove draft draft from notes, and prepare to release Signed-off-by:
Miek Gieben <miek@miek.nl> * fix time Signed-off-by:
Miek Gieben <miek@miek.nl> * remove draft=true Signed-off-by:
Miek Gieben <miek@miek.nl> * Remove manifest-tool installation This doesn't install cleanly anymore. I've installed manifest-tool in /usr/bin on the releaser machine; use that instead of building our own each time. Signed-off-by:
Miek Gieben <miek@miek.nl> * Check for manifest-tool to be available; otherwise we tag a release and then fail Signed-off-by:
Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* Remove draft draft from notes, and prepare to release Signed-off-by:
Miek Gieben <miek@miek.nl> * fix time Signed-off-by:
Miek Gieben <miek@miek.nl> * remove draft=true Signed-off-by:
Miek Gieben <miek@miek.nl>
-
ZouYu authored
Signed-off-by:zouyu <zouy.fnst@cn.fujitsu.com>
-
Yong Tang authored
This PR update 1.8.1 release note, adding PR 4387 and 4380 notes, and bumps the time. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 19 Jan, 2021 4 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.20.1 to 0.20.2. - [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.20.1...v0.20.2) 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.36.23 to 1.36.28. - [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.36.23...v1.36.28) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- 18 Jan, 2021 4 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
-
- 16 Jan, 2021 4 commits
-
-
Miek Gieben authored
Automatically submitted.
-
Miek Gieben authored
Update the file, remove the duplicate line, add new authors Signed-off-by:Miek Gieben <miek@miek.nl>
-
coredns-auto-go-mod-tidy[bot] authored
-
Chris O'Haver authored
Signed-off-by:Chris O'Haver <cohaver@infoblox.com>
-
- 15 Jan, 2021 1 commit
-
-
sschepens authored
Automatically submitted.
-
- 13 Jan, 2021 3 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.36.19 to 1.36.23. - [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.36.19...v1.36.23) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
Miek Gieben authored
PR #4161 is stalled. Tried to cherry pick the code from there, but that led to conflicts, manually copying over while taking into account the comments on that PR. Use that code and extend the error checking, don't modify existing tests and make the badwriter test simpler. Closes: #4161 Signed-off-by:
Miek Gieben <miek@miek.nl> add tests Signed-off-by:
Miek Gieben <miek@miek.nl>
-
- 12 Jan, 2021 4 commits
-
-
Miek Gieben authored
* remove hc backoff Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * fix mutex Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * Update plugin/pkg/up/up.go * fmt Signed-off-by:
Miek Gieben <miek@miek.nl> Co-authored-by:
Chris O'Haver <cohaver@infoblox.com>
-
luanphantiki authored
* fix record missing for zone with many of records * Update debug log * Update debug mesg * update test_clouddns
-
Miek Gieben authored
Automatically submitted.
-
Gunadhya authored
Signed-off-by:gunadhya <6939749+gunadhya@users.noreply.github.com>
-
- 11 Jan, 2021 1 commit
-
-
Miek Gieben authored
An apex only zone returns the wrong answer, document this by adding a test. Closes: #4374 Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 10 Jan, 2021 4 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
Miek Gieben authored
Fix a typo and make clear that multiple addresses are allowed. Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
Make this vastly simpler and more efficient. Adding all the bytes and then letting loose fnv doesn't add anything and may actually do the wrong thing. See: #3953 Fixes: #3953 Signed-off-by:Miek Gieben <miek@miek.nl>
-
Yong Tang authored
This PR updates release notes and version number to 1.8.1 Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 09 Jan, 2021 2 commits
-
-
coredns-auto-go-mod-tidy[bot] authored
-
dependabot-preview[bot] authored
Bumps [gopkg.in/DataDog/dd-trace-go.v1](https://github.com/DataDog/dd-trace-go) from 1.27.1 to 1.28.0. - [Release notes](https://github.com/DataDog/dd-trace-go/releases) - [Commits](https://github.com/DataDog/dd-trace-go/compare/v1.27.1...v1.28.0) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- 06 Jan, 2021 1 commit
-
-
Guangwen Feng authored
Signed-off-by:Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
-
- 05 Jan, 2021 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.36.15 to 1.36.19. - [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.36.15...v1.36.19) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- 28 Dec, 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.36.12 to 1.36.15. - [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.36.12...v1.36.15) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
- 23 Dec, 2020 1 commit
-
-
mgugger authored
* Azure Plugin: Iterate over all pages for records Signed-off-by:
Manuel Gugger <manuel.gugger@gmail.com> * Azure Plugin: use := for assignment Signed-off-by:
Manuel Gugger <manuel.gugger@gmail.com> * Remove unnecessary return param Signed-off-by:
Manuel Gugger <manuel.gugger@gmail.com>
-
- 21 Dec, 2020 3 commits
-
-
Chris O'Haver authored
* support dual stack clusterIPs Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * stickler Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * fix ClusterIPs make Signed-off-by:
Chris O'Haver <cohaver@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.20.0 to 0.20.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.20.0...v0.20.1) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Co-authored-by:
dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-