aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-07-09add configurable log level to errors plugin (#4718)Gravatar Ondřej Benkovský 5-24/+151
Automatically submitted.
2021-07-09do not log NOERROR in log plugin when response is not available (#4725)Gravatar Ondřej Benkovský 2-1/+50
Signed-off-by: Ondrej Benkovsky <ondrej.benkovsky@wandera.com>
2021-07-09plugin/cache: Unset AD flag when DO is not set for cache miss (#4736)Gravatar Chris O'Haver 3-9/+19
* unset AD bit when client DO is 0 Signed-off-by: Chris O'Haver <cohaver@infoblox.com> * add flag check to existing tests Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2021-07-05build(deps): bump google.golang.org/api from 0.49.0 to 0.50.0 (#4732)Gravatar dependabot[bot] 2-7/+8
2021-07-05build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#4733)Gravatar dependabot[bot] 2-7/+6
2021-07-05build(deps): bump google.golang.org/grpc from 1.38.0 to 1.39.0 (#4731)Gravatar dependabot[bot] 2-2/+6
2021-07-05build(deps): bump github.com/aws/aws-sdk-go from 1.38.68 to 1.39.0 (#4734)Gravatar dependabot[bot] 2-3/+3
2021-07-05auto go fmtGravatar coredns[bot] 1-1/+1
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
2021-06-30fix to docs; add acl example (#4711)Gravatar Chris O'Haver 1-3/+23
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2021-06-29trace plugin can mark traces with error tag (#4720)Gravatar Ondřej Benkovský 2-1/+21
Signed-off-by: Ondrej Benkovsky <ondrej.benkovsky@wandera.com>
2021-06-28build(deps): bump github.com/aws/aws-sdk-go from 1.38.64 to 1.38.68 (#4723)Gravatar dependabot[bot] 2-3/+3
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.38.64 to 1.38.68. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.38.64...v1.38.68) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go 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>
2021-06-28build(deps): bump github.com/miekg/dns from 1.1.42 to 1.1.43 (#4722)Gravatar dependabot[bot] 2-3/+3
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.42 to 1.1.43. - [Release notes](https://github.com/miekg/dns/releases) - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](https://github.com/miekg/dns/compare/v1.1.42...v1.1.43) --- updated-dependencies: - dependency-name: github.com/miekg/dns 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>
2021-06-28build(deps): bump google.golang.org/api from 0.48.0 to 0.49.0 (#4721)Gravatar dependabot[bot] 2-7/+14
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.48.0 to 0.49.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.48.0...v0.49.0) --- updated-dependencies: - dependency-name: google.golang.org/api 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>
2021-06-24Correct newdnsController's documented function signature (#4717)Gravatar mfleader 1-1/+1
Signed-off-by: mleader <mleader@redhat.com>
2021-06-21build(deps): bump k8s.io/client-go from 0.21.1 to 0.21.2 (#4710)Gravatar dependabot[bot] 2-6/+3
2021-06-21build(deps): bump k8s.io/api from 0.21.1 to 0.21.2 (#4708)Gravatar dependabot[bot] 2-2/+3
2021-06-21build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.0-rc.1 to 3.5.0 (#4707)Gravatar dependabot[bot] 2-6/+5
2021-06-21build(deps): bump k8s.io/apimachinery from 0.21.1 to 0.21.2 (#4705)Gravatar dependabot[bot] 2-2/+4
2021-06-21build(deps): bump github.com/aws/aws-sdk-go from 1.38.60 to 1.38.64 (#4706)Gravatar dependabot[bot] 2-3/+3
2021-06-21build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.0-rc.1 to 3.5.0 (#4709)Gravatar dependabot[bot] 2-2/+3
2021-06-21Enable dependabot scan on github actions (#4704)Gravatar Yong Tang 1-0/+5
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>
2021-06-14Add NS+hosts records to xfr response. Add coredns service to test data. (#4696)Gravatar Chris O'Haver 3-3/+49
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2021-06-14build(deps): bump go.etcd.io/etcd/client/v3 (#4692)Gravatar dependabot[bot] 2-12/+8
2021-06-14build(deps): bump google.golang.org/api from 0.47.0 to 0.48.0 (#4694)Gravatar dependabot[bot] 2-7/+17
2021-06-14build(deps): bump github.com/prometheus/common from 0.28.0 to 0.29.0 (#4693)Gravatar dependabot[bot] 2-3/+3
2021-06-14build(deps): bump github.com/aws/aws-sdk-go from 1.38.55 to 1.38.60 (#4691)Gravatar dependabot[bot] 2-4/+3
2021-06-11plugin/secondary: doc updates (#4686)Gravatar Miek Gieben 1-0/+4
Add retry behavior on startup and point to RFC 5936 Signed-off-by: Miek Gieben <miek@miek.nl>
2021-06-10fix cidr multi-zone check (#4682)Gravatar Chris O'Haver 1-2/+3
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2021-06-10plugin/secondary: Retry initial transfer until successful (#4663)Gravatar Chris O'Haver 2-1/+104
* 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>
2021-06-09auto go mod tidyGravatar coredns[bot] 1-0/+1
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
2021-06-08Fix timestamp issue for doc generating (#4683)Gravatar Yong Tang 1-1/+1
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>
2021-06-08Add verbose log in GitHub Actions CI for make -f Makefile.doc (#4681)Gravatar Yong Tang 1-1/+2
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>
2021-06-08plugin/log: fix closing of codeblock (#4680)Gravatar Miek Gieben 1-1/+1
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>
2021-06-07Fix Route53 plugin cannot retrieve ECS Task Role (#4669)Gravatar Licht Takeuchi 1-5/+2
Signed-off-by: Licht Takeuchi <licht-t@outlook.jp>
2021-06-07build(deps): bump go.etcd.io/etcd/client/v3 (#4671)Gravatar dependabot[bot] 2-12/+11
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>
2021-06-07build(deps): bump github.com/prometheus/common from 0.26.0 to 0.28.0 (#4678)Gravatar dependabot[bot] 2-3/+5
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>
2021-06-07build(deps): bump github.com/prometheus/client_golang (#4676)Gravatar dependabot[bot] 2-181/+12
2021-06-07build(deps): bump github.com/aws/aws-sdk-go from 1.38.51 to 1.38.55 (#4675)Gravatar dependabot[bot] 2-3/+3
2021-06-07build(deps): bump github.com/Azure/go-autorest/autorest (#4672)Gravatar dependabot[bot] 2-3/+3
2021-06-07build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.0-beta.4 to 3.5.0-rc.0 (#4670)Gravatar dependabot[bot] 2-4/+6
2021-06-07auto go fmtGravatar coredns[bot] 1-1/+1
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
2021-06-05Fix plugin file reload comment (#4665)Gravatar Sven Nebel 2-2/+2
Signed-off-by: Sven Nebel <nebel.sven@gmail.com>
2021-06-04download -> tidy (#4664)Gravatar Chris O'Haver 1-1/+1
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2021-06-04Fix IPv6 case for CIDR format reverse zones (#4652)Gravatar Chris O'Haver 4-9/+67
* 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>
2021-06-02auto go mod tidyGravatar coredns[bot] 1-0/+1
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
2021-05-31build(deps): bump github.com/aws/aws-sdk-go from 1.38.45 to 1.38.51 (#4657)Gravatar dependabot[bot] 2-3/+3
2021-05-31build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.28.0 to 1.31.1 (#4660)Gravatar dependabot[bot] 2-8/+17
2021-05-31build(deps): bump go.etcd.io/etcd/client/v3 (#4658)Gravatar dependabot[bot] 2-9/+8
2021-05-28Add -p for port flag (#4653)Gravatar Miek Gieben 3-4/+5
-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>
2021-05-28Bump version and amend notes to include latest PRs (#4634)v1.8.4Gravatar Miek Gieben 2-5/+12
* 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>