Commit Graph

2805 Commits

Author SHA1 Message Date
Yong Tang
a10eb88f65 Update 1.8.1 release note, adding PR 4387 and 4380 notes (#4410)
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>
2021-01-20 13:39:45 +08:00
coredns-auto-go-mod-tidy[bot]
34dbf1e861 auto go mod tidy 2021-01-18 16:24:51 +00:00
dependabot-preview[bot]
28bddcc6eb build(deps): bump k8s.io/client-go from 0.20.1 to 0.20.2 (#4404)
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>
2021-01-18 08:24:11 -08:00
coredns-auto-go-mod-tidy[bot]
a52095cab7 auto go mod tidy 2021-01-18 16:19:08 +00:00
dependabot-preview[bot]
f476f48b9d build(deps): bump github.com/aws/aws-sdk-go from 1.36.23 to 1.36.28 (#4403)
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>
2021-01-18 08:18:32 -08:00
coredns-auto-go-mod-tidy[bot]
b75b3163ee auto go mod tidy 2021-01-18 15:44:58 +00:00
dependabot-preview[bot]
80fce45264 build(deps): bump k8s.io/api from 0.20.1 to 0.20.2 (#4400) 2021-01-18 07:44:22 -08:00
coredns-auto-go-mod-tidy[bot]
7d7c3eb725 auto go mod tidy 2021-01-18 15:43:52 +00:00
dependabot-preview[bot]
d8e94500b6 build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#4399) 2021-01-18 07:43:20 -08:00
Miek Gieben
342eae9b4b plugin/file: guard against cname loops (#4387)
Automatically submitted.
2021-01-15 18:26:04 +00:00
Miek Gieben
f5f977f4c8 Update 1.8.1 notes with latest PRs (#4393)
Update the file, remove the duplicate line, add new authors

Signed-off-by: Miek Gieben <miek@miek.nl>
2021-01-15 09:44:28 -08:00
coredns-auto-go-mod-tidy[bot]
8b2032bbb6 auto make -f Makefile.doc 2021-01-15 16:27:27 +00:00
Chris O'Haver
5c07ab7b78 doc bind collision issue (#4394)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2021-01-15 17:26:34 +01:00
sschepens
b2a22eff04 Prevent race from prefetching (#4368)
Automatically submitted.
2021-01-15 12:32:49 +00:00
coredns-auto-go-mod-tidy[bot]
caaaf9ff3e auto go mod tidy 2021-01-13 09:28:37 +00:00
dependabot-preview[bot]
00e4ed1ed9 build(deps): bump github.com/aws/aws-sdk-go from 1.36.19 to 1.36.23 (#4379)
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>
2021-01-13 10:27:59 +01:00
Miek Gieben
d31b118978 plugin/transfer: fix go-routine leak (#4380)
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>
2021-01-13 09:16:01 +01:00
Miek Gieben
fd705b4783 forward/up: HC every 0.5 seconds, do not do exponential backoff (#4371)
* 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>
2021-01-12 13:55:01 +01:00
luanphantiki
ed891c5c4e fix record missing for zone with many of records (#4328)
* fix record missing for zone with many of records

* Update debug log

* Update debug mesg

* update test_clouddns
2021-01-12 13:38:18 +01:00
Miek Gieben
0f307cf728 1.8.1 notes: sort PR (#4373)
Automatically submitted.
2021-01-12 06:46:22 +00:00
Gunadhya
d54b5c93fe d-Updated Azure plugin NS record (#4383)
Signed-off-by: gunadhya <6939749+gunadhya@users.noreply.github.com>
2021-01-11 14:58:56 -08:00
Miek Gieben
ae330a3f55 plugin/file: document wrong behavior in lookup fox Apex (#4376)
An apex only zone returns the wrong answer, document this by adding a
test.

Closes: #4374

Signed-off-by: Miek Gieben <miek@miek.nl>
2021-01-11 09:21:54 +01:00
coredns-auto-go-mod-tidy[bot]
79cd81473b auto make -f Makefile.doc 2021-01-10 10:06:46 +00:00
Miek Gieben
02a205ae91 plugin/secondary: small fixes in the readme (#4375)
Fix a typo and make clear that multiple addresses are allowed.

Signed-off-by: Miek Gieben <miek@miek.nl>
2021-01-10 18:06:28 +08:00
Miek Gieben
296222d613 plugin/dnssec: Change hash key input (#4372)
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>
2021-01-10 08:30:00 +01:00
Yong Tang
15ff9f3795 Update release notes and version number to 1.8.1 (#4370)
This PR updates release notes and version number to 1.8.1

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2021-01-10 08:19:39 +01:00
coredns-auto-go-mod-tidy[bot]
31abdc2fcc auto go mod tidy 2021-01-09 15:03:25 +00:00
dependabot-preview[bot]
759afc8193 build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.27.1 to 1.28.0 (#4360)
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>
2021-01-09 07:02:50 -08:00
Guangwen Feng
876650d638 Fix golint issue caused by typo (#4365)
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-01-06 08:34:32 -05:00
coredns-auto-go-mod-tidy[bot]
1085efaf31 auto go mod tidy 2021-01-04 17:21:12 +00:00
dependabot-preview[bot]
f1a71d154e build(deps): bump github.com/aws/aws-sdk-go from 1.36.15 to 1.36.19 (#4363)
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>
2021-01-04 09:20:35 -08:00
coredns-auto-go-mod-tidy[bot]
0cb5298bd3 auto go mod tidy 2020-12-28 10:30:35 +00:00
dependabot-preview[bot]
1518c6ca62 build(deps): bump github.com/aws/aws-sdk-go from 1.36.12 to 1.36.15 (#4359)
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>
2020-12-28 02:29:54 -08:00
mgugger
67e90a0656 Azure Plugin: Iterate over all RecordSetListResultPage Pages (#4351)
* 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>
2020-12-23 11:12:47 +01:00
Chris O'Haver
51c05679e6 plugin/kubernetes: Add support for dual stack ClusterIP Services (#4339)
* 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>
2020-12-21 02:30:24 -08:00
coredns-auto-go-mod-tidy[bot]
302434e392 auto go mod tidy 2020-12-21 10:14:52 +00:00
dependabot-preview[bot]
30082669e3 build(deps): bump k8s.io/client-go from 0.20.0 to 0.20.1 (#4347)
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>
2020-12-21 02:14:16 -08:00
coredns-auto-go-mod-tidy[bot]
f7be3b04f9 auto go mod tidy 2020-12-21 10:13:47 +00:00
dependabot-preview[bot]
14ff2c4c2a build(deps): bump github.com/prometheus/client_golang (#4349)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.8.0...v1.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-21 02:13:11 -08:00
coredns-auto-go-mod-tidy[bot]
71b393905e auto go mod tidy 2020-12-21 10:12:50 +00:00
dependabot-preview[bot]
0bf7bc0e83 build(deps): bump github.com/aws/aws-sdk-go from 1.36.7 to 1.36.12 (#4346)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.36.7 to 1.36.12.
- [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.7...v1.36.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-21 02:12:09 -08:00
coredns-auto-go-mod-tidy[bot]
44474e48ff auto go mod tidy 2020-12-21 10:11:04 +00:00
dependabot-preview[bot]
8d58632837 build(deps): bump github.com/Azure/go-autorest/autorest (#4345)
Bumps [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) from 0.11.13 to 0.11.15.
- [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.13...autorest/v0.11.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-21 02:10:26 -08:00
Jiang Biao
fc955fd166 [feat]:update the kubernets.go fix npe (#4338)
Signed-off-by: Biao Jiang <standup-jb@github.com>

Co-authored-by: biao.jiang@ximalaya.com <biao.jiang@ximalaya.com>
2020-12-16 12:31:34 +01:00
Johnny Bergström
be955daa37 custom DoH request validation (#4329)
* custom DoH request validation

Signed-off-by: Johnny Bergström <johnny@klaudify.se>

* add comment and test

Signed-off-by: Johnny Bergström <johnny@klaudify.se>

* NewServerHTTPS comment typo

Signed-off-by: Johnny Bergström <johnny@klaudify.se>
2020-12-15 14:26:07 +01:00
coredns-auto-go-mod-tidy[bot]
6af47bac39 auto make -f Makefile.doc 2020-12-15 13:02:37 +00:00
Chris O'Haver
9cb53487ec respond with REFUSED when max_concurrent is exceeded to avoid caching it (#4326)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2020-12-15 14:02:15 +01:00
coredns-auto-go-mod-tidy[bot]
45bf23f145 auto go mod tidy 2020-12-14 16:02:36 +00:00
dependabot-preview[bot]
ef59a7fb0b build(deps): bump k8s.io/client-go from 0.19.4 to 0.20.0 (#4334)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.19.4 to 0.20.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.19.4...v0.20.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-14 08:01:55 -08:00
coredns-auto-go-mod-tidy[bot]
6511872ca0 auto go mod tidy 2020-12-14 15:10:29 +00:00