aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-14Fix typo on kubernetes plugin (#4753)Gravatar Jeongwook Park 1-6/+6
2021-07-14deflake TestMultiZoneBlockConfigs (#4751)Gravatar Miek Gieben 1-5/+25
2021-07-14Create geoip plugin (#4688)Gravatar Sven Nebel 17-6/+573
2021-07-14publish trace id as metadata from trace plugin (#4749)Gravatar Ondřej Benkovský 2-0/+17
2021-07-12Add preliminary notes for 1.8.5 (#4745)Gravatar Miek Gieben 1-0/+37
2021-07-12build(deps): bump github.com/aws/aws-sdk-go from 1.39.0 to 1.39.4 (#4744)Gravatar dependabot[bot] 2-4/+5
2021-07-12auto go fmtGravatar coredns[bot] 1-2/+2
2021-07-10plugin/trace: fix rcode tag in case of no response (#4742)Gravatar Ondřej Benkovský 2-8/+25
2021-07-09fix example (#4740)Gravatar Chris O'Haver 1-1/+1
2021-07-09update example description to match example (#4739)Gravatar Chris O'Haver 1-1/+3
2021-07-09plugin/error: use warning instead of warn (#4738)Gravatar Miek Gieben 3-5/+5
2021-07-09Share plugins among zones in the same server block (#4593)Gravatar Chris O'Haver 5-3/+60
2021-07-09when no response is written, fallback to status of next plugin in prometheus ...Gravatar Ondřej Benkovský 1-1/+8
2021-07-09add configurable log level to errors plugin (#4718)Gravatar Ondřej Benkovský 5-24/+151
2021-07-09do not log NOERROR in log plugin when response is not available (#4725)Gravatar Ondřej Benkovský 2-1/+50
2021-07-09plugin/cache: Unset AD flag when DO is not set for cache miss (#4736)Gravatar Chris O'Haver 3-9/+19
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
2021-06-30fix to docs; add acl example (#4711)Gravatar Chris O'Haver 1-3/+23
2021-06-29trace plugin can mark traces with error tag (#4720)Gravatar Ondřej Benkovský 2-1/+21
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
2021-06-28build(deps): bump github.com/miekg/dns from 1.1.42 to 1.1.43 (#4722)Gravatar dependabot[bot] 2-3/+3
2021-06-28build(deps): bump google.golang.org/api from 0.48.0 to 0.49.0 (#4721)Gravatar dependabot[bot] 2-7/+14
2021-06-24Correct newdnsController's documented function signature (#4717)Gravatar mfleader 1-1/+1
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
2021-06-14Add NS+hosts records to xfr response. Add coredns service to test data. (#4696)Gravatar Chris O'Haver 3-3/+49
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
2021-06-10fix cidr multi-zone check (#4682)Gravatar Chris O'Haver 1-2/+3
2021-06-10plugin/secondary: Retry initial transfer until successful (#4663)Gravatar Chris O'Haver 2-1/+104
2021-06-09auto go mod tidyGravatar coredns[bot] 1-0/+1
2021-06-08Fix timestamp issue for doc generating (#4683)Gravatar Yong Tang 1-1/+1
2021-06-08Add verbose log in GitHub Actions CI for make -f Makefile.doc (#4681)Gravatar Yong Tang 1-1/+2
2021-06-08plugin/log: fix closing of codeblock (#4680)Gravatar Miek Gieben 1-1/+1
2021-06-07Fix Route53 plugin cannot retrieve ECS Task Role (#4669)Gravatar Licht Takeuchi 1-5/+2
2021-06-07build(deps): bump go.etcd.io/etcd/client/v3 (#4671)Gravatar dependabot[bot] 2-12/+11
2021-06-07build(deps): bump github.com/prometheus/common from 0.26.0 to 0.28.0 (#4678)Gravatar dependabot[bot] 2-3/+5
2021-06-07build(deps): bump github.com/prometheus/client_golang (#4676)Gravatar dependabot[bot] 2-181/+12