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 Jun, 2021 2 commits
-
-
dependabot[bot] authored
-
Yong Tang authored
Since we are using GitHub Actions in CoreDNS repo and we are already using Dependabot for security/version scans on golang code, it makes sense to enable security/version scans on GitHub Actions as well. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 14 Jun, 2021 5 commits
-
-
Chris O'Haver authored
Signed-off-by:Chris O'Haver <cohaver@infoblox.com>
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
-
- 12 Jun, 2021 1 commit
-
-
Miek Gieben authored
Add retry behavior on startup and point to RFC 5936 Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 10 Jun, 2021 2 commits
-
-
Chris O'Haver authored
Signed-off-by:Chris O'Haver <cohaver@infoblox.com>
-
Chris O'Haver authored
* retry initial transfer Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * fix import grouping Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * add test; use backoff timeout Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * fix import order Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * manual backoff Signed-off-by:
Chris O'Haver <cohaver@infoblox.com>
-
- 09 Jun, 2021 3 commits
-
-
coredns[bot] authored
Signed-off-by:coredns[bot] <bot@bot.coredns.io>
-
Yong Tang authored
This PR will fix the issue of doc is not automated rendered through GitHub Actions anymore. It looks the issue is cause by the fact that in `fixup_file_mtime.sh` is only fixing files on source (.md) side, not on target (man/*.[1|5|7]) side. As a result Makefile will skip the rendering of doc as it assume everything will be update to date. This should fix the issue we were facing. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
Yong Tang authored
Our GitHub Actions CI is having some issues with `make -f Makefile.doc` as the related changes that should have triggered the build didn't work for the past 3 months (since march). This PR adds verbose to GitHub Actions CI to see if we can get more information. Note this PR just add `set -x` to show detailed step. Will not impact anything else. Signed-off-by:Yong Tang <yong.tang.github@outlook.com>
-
- 08 Jun, 2021 1 commit
-
-
Miek Gieben authored
This fixes the rendering of this README as html. The codeblock was closed with 4 ~, should be 3. Signed-off-by:Miek Gieben <miek@miek.nl>
-
- 07 Jun, 2021 8 commits
-
-
Licht Takeuchi authored
Signed-off-by:Licht Takeuchi <licht-t@outlook.jp>
-
dependabot[bot] authored
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.0-beta.4 to 3.5.0-rc.0. - [Release notes](https://github.com/etcd-io/etcd/releases) - [Changelog](https://github.com/etcd-io/etcd/blob/main/CHANGELOG-3.4.md) - [Commits](https://github.com/etcd-io/etcd/compare/v3.5.0-beta.4...v3.5.0-rc.0) --- updated-dependencies: - dependency-name: go.etcd.io/etcd/client/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.26.0 to 0.28.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](https://github.com/prometheus/common/compare/v0.26.0...v0.28.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
-
coredns[bot] authored
Signed-off-by:coredns[bot] <bot@bot.coredns.io>
-
- 05 Jun, 2021 2 commits
-
-
Sven Nebel authored
Signed-off-by:Sven Nebel <nebel.sven@gmail.com>
-
Chris O'Haver authored
Signed-off-by:Chris O'Haver <cohaver@infoblox.com>
-
- 04 Jun, 2021 1 commit
-
-
Chris O'Haver authored
* fix ipv6 case for cidr.Class Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * add check and test case for invalid ipv6 cidr Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * net package is bad at detecting ipv6/ipv4 Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * rename Class -> Split Signed-off-by:
Chris O'Haver <cohaver@infoblox.com>
-
- 02 Jun, 2021 1 commit
-
-
coredns[bot] authored
Signed-off-by:coredns[bot] <bot@bot.coredns.io>
-
- 31 May, 2021 3 commits
-
-
dependabot[bot] authored
-
dependabot[bot] authored
-
dependabot[bot] authored
-
- 28 May, 2021 2 commits
-
-
Miek Gieben authored
-p is the default flag in DNS software for setting the port, we use 'dns.port' because of preventing clashes with other caddy software users. This is no longer an issue, so we can do what we want here. Add -p to works like -dns.port. (this PR includes generated manpage, but that shouldn't matter too much) Signed-off-by:Miek Gieben <miek@miek.nl>
-
Miek Gieben authored
* Bump version and amend notes to include latest PRs Signed-off-by:
Miek Gieben <miek@miek.nl> * Update notes/coredns-1.8.4.md Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> * Update notes/coredns-1.8.4.md Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> * Update notes/coredns-1.8.4.md Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> * Update notes/coredns-1.8.4.md Co-authored-by:
Chris O'Haver <cohaver@infoblox.com> * Remove newline and set data anew Signed-off-by:
Miek Gieben <miek@miek.nl> Co-authored-by:
Chris O'Haver <cohaver@infoblox.com>
-
- 27 May, 2021 3 commits
-
-
Ben Kochie authored
The health endpoint histogram has a large amount of cardinality for a simple endpoint. Introduce a new "Slim" set of buckets for `/health` to reduce the metrics load on large deployments. Especially those that have per-node DNS caching services. Add a metric to count internal health check failures rather than use the timeout value as side effect monitor of the check error. This avoids incorrectly recording the timeout value if there is an error that is not a timeout (ex. refused) Signed-off-by:SuperQ <superq@gmail.com>
-
uesyn authored
* confirm endpointslices is served or not Signed-off-by:
uesyn <suemura@zlab.co.jp> * Apply suggestions Signed-off-by:
uesyn <suemura@zlab.co.jp>
-
Chris O'Haver authored
* deprecate normalize and mustnormalize Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * add runtime warning Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * elaborate runtime warning Signed-off-by:
Chris O'Haver <cohaver@infoblox.com> * include caller info Signed-off-by:
Chris O'Haver <cohaver@infoblox.com>
-
- 26 May, 2021 1 commit
-
-
coredns[bot] authored
Signed-off-by:coredns[bot] <bot@bot.coredns.io>
-
- 24 May, 2021 5 commits
-
-
dependabot[bot] authored
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.37.1 to 1.38.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.37.1...v1.38.0) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.21.0 to 0.21.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.21.0...v0.21.1) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Chris O'Haver <cohaver@infoblox.com>
-
dependabot[bot] authored
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](https://github.com/prometheus/common/compare/v0.24.0...v0.25.0) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/kubernetes/apimachinery/releases) - [Commits](https://github.com/kubernetes/apimachinery/compare/v0.21.0...v0.21.1) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.29.0 to 0.47.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.29.0...v0.47.0) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-