Jason Du
d1f520a5b2
Fix etcd to use v3.5.0-alpha.0 ( #4628 )
...
Signed-off-by: Jason Du <xdu@infoblox.com >
2021-05-14 23:55:01 -07:00
coredns[bot]
3f64a21329
auto go mod tidy
...
Signed-off-by: coredns[bot] <bot@bot.coredns.io >
2021-05-12 10:31:32 +00:00
dependabot[bot]
c6cd160ec4
build(deps): bump github.com/aws/aws-sdk-go from 1.38.30 to 1.38.37 ( #4619 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.38.30 to 1.38.37.
- [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.30...v1.38.37 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 10:32:36 +02:00
Miek Gieben
e42614edc5
reverse zones ( #4538 )
...
* core: fix v4 non-octet reverse zones
This fixes the reverse zones handling. Add expanstion of the reverse
notation to all octet boundary subnets and add those to the config - just as if
they were directly typed in the config.
This takes inspiration from #4501 , but that (even with DCO!!) seems to
be just using https://github.com/apparentlymart/go-cidr/ so use that
instead - I think a minor function is still needed that one is copied
from #4501 .
Also sort the zones we are listing on startup - caught in this PR
because of the expanded zones being not listed next to each other.
This also removes the need for FilterFunc from the config, so this is
now gone as well, making the whole thing slightly more efficient.
Add couple of reverse unit tests and a e2e test that queries for the
correct (and incorrect) reverse zones and checks the reply.
Closes : #4501
Fixes : #2779
Signed-off-by: Miek Gieben <miek@miek.nl >
* Add more test cases
Add test from origin bug report: #2779
Signed-off-by: Miek Gieben <miek@miek.nl >
* Rebase and fix conflicts
Signed-off-by: Miek Gieben <miek@miek.nl >
2021-05-11 09:50:18 +02:00
dependabot[bot]
7354552296
build(deps): bump github.com/miekg/dns from 1.1.41 to 1.1.42 ( #4612 )
2021-05-10 06:08:54 -07:00
coredns[bot]
2d46aee137
auto go mod tidy
...
Signed-off-by: coredns[bot] <bot@bot.coredns.io >
2021-05-05 10:30:45 +00:00
dependabot[bot]
32e2bd1ddd
build(deps): bump github.com/prometheus/common from 0.21.0 to 0.23.0 ( #4596 )
2021-05-03 02:23:20 -07:00
dependabot[bot]
b37eb74498
build(deps): bump github.com/aws/aws-sdk-go from 1.38.25 to 1.38.30 ( #4597 )
2021-05-03 02:22:04 -07:00
coredns[bot]
dd255d4ce4
auto go mod tidy
...
Signed-off-by: coredns[bot] <bot@bot.coredns.io >
2021-04-28 10:31:52 +00:00
dependabot[bot]
236c6cee68
build(deps): bump github.com/prometheus/common from 0.18.0 to 0.21.0 ( #4589 )
2021-04-26 06:34:01 -07:00
dependabot[bot]
51607fcdf8
build(deps): bump github.com/aws/aws-sdk-go from 1.38.16 to 1.38.25 ( #4587 )
2021-04-26 06:33:36 -07:00
dependabot[bot]
60a46ccec0
build(deps): bump github.com/prometheus/client_golang ( #4577 )
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.9.0 to 1.10.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.9.0...v1.10.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-21 10:38:42 -07:00
dependabot[bot]
efc9203c38
build(deps): bump github.com/golang/protobuf from 1.4.3 to 1.5.2 ( #4575 )
...
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf ) from 1.4.3 to 1.5.2.
- [Release notes](https://github.com/golang/protobuf/releases )
- [Commits](https://github.com/golang/protobuf/compare/v1.4.3...v1.5.2 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-21 09:50:47 -07:00
dependabot[bot]
994fd83681
build(deps): bump github.com/Azure/azure-sdk-for-go ( #4579 )
...
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go ) from 53.1.0+incompatible to 53.3.0+incompatible.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v53.1.0...v53.3.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-21 09:50:35 -07:00
coredns[bot]
52440be79e
auto go mod tidy
...
Signed-off-by: coredns[bot] <bot@bot.coredns.io >
2021-04-14 10:30:48 +00:00
Yong Tang
6cbd6fdb1f
Update dependencies ( #4569 )
...
As dependabot has been failing for some time,
this PR manually updates all dependencies when possible.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com >
2021-04-09 14:41:57 -04:00
Chris O'Haver
9e7fe18088
Manually update k8s.io packages to k8s 1.21 api v0.21.0 ( #4567 )
2021-04-09 06:40:25 -07:00
coredns-auto-go-mod-tidy[bot]
2e2eec3448
auto go mod tidy
2021-03-16 09:58:50 +00:00
dependabot-preview[bot]
2712ab7cb0
build(deps): bump github.com/miekg/dns from 1.1.38 to 1.1.40 ( #4498 )
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.38 to 1.1.40.
- [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.38...v1.1.40 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-16 10:58:13 +01:00
coredns-auto-go-mod-tidy[bot]
5e7d25ddce
auto go mod tidy
2021-02-15 14:42:33 +00:00
dependabot-preview[bot]
3b4e457e57
build(deps): bump github.com/aws/aws-sdk-go from 1.37.6 to 1.37.10 ( #4468 )
2021-02-15 06:41:58 -08:00
coredns-auto-go-mod-tidy[bot]
37d8f8ca73
auto go mod tidy
2021-02-15 13:28:58 +00:00
dependabot-preview[bot]
f7e1c42121
build(deps): bump github.com/Azure/go-autorest/autorest ( #4467 )
2021-02-15 05:28:26 -08:00
dependabot-preview[bot]
15c17ebb16
build(deps): bump github.com/dnstap/golang-dnstap from 0.3.0 to 0.4.0 ( #4466 )
2021-02-15 05:28:05 -08:00
coredns-auto-go-mod-tidy[bot]
632463d3a9
auto go mod tidy
2021-02-08 14:29:17 +00:00
dependabot-preview[bot]
5cb7776c87
build(deps): bump github.com/miekg/dns from 1.1.37 to 1.1.38 ( #4459 )
2021-02-08 06:28:33 -08:00
dependabot-preview[bot]
b1f131d694
build(deps): bump github.com/aws/aws-sdk-go from 1.37.1 to 1.37.6 ( #4458 )
2021-02-08 06:28:14 -08:00
dependabot-preview[bot]
2f96fdfd34
build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth ( #4457 )
2021-02-08 06:27:52 -08:00
dependabot-preview[bot]
d289b4ea26
build(deps): bump github.com/miekg/dns from 1.1.35 to 1.1.37 ( #4442 )
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.35 to 1.1.37.
- [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.35...v1.1.37 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-01 06:51:59 -08:00
dependabot-preview[bot]
487339bbb1
build(deps): bump github.com/aws/aws-sdk-go from 1.36.31 to 1.37.1 ( #4441 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.36.31 to 1.37.1.
- [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.31...v1.37.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-01 06:51:47 -08: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
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
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
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
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
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