Commit Graph

2664 Commits

Author SHA1 Message Date
Miek Gieben
a9206996eb core: flag blacklisting not needed anymore (#4420)
Automatically submitted.
2021-01-26 08:18:40 +00:00
coredns-auto-go-mod-tidy[bot]
e222193539 auto go mod tidy 2021-01-25 14:12:48 +00:00
dependabot-preview[bot]
fade9329a5 build(deps): bump github.com/aws/aws-sdk-go from 1.36.28 to 1.36.31 (#4424) 2021-01-25 06:12:06 -08:00
Miek Gieben
38d4dacb88 Fix import ordering presubmit test (#4422)
Automatically submitted.
2021-01-24 17:28:49 +00:00
Frank Riley
eba74389c4 Fix #4395, fix out of order messages and fix forward perspective. (#4396)
Signed-off-by: Frank Riley <fhriley@gmail.com>
2021-01-21 10:00:27 +01:00
Chris O'Haver
8b2ff6c388 make copies of RRs before returning them (#4409)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2021-01-21 09:59:58 +01:00
Miek Gieben
95622f4c9a release (#4414)
* 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>
v1.8.1
2021-01-20 15:58:46 +01:00
Miek Gieben
0a398f233a Remove draft draft from notes, and prepare to release (#4413)
* 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>
2021-01-20 10:16:27 +01:00
ZouYu
66fcaaeafc Fix some typos (#4412)
Signed-off-by: zouyu <zouy.fnst@cn.fujitsu.com>
2021-01-20 08:59:03 +01:00
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