Commit Graph

2311 Commits

Author SHA1 Message Date
dependabot-preview[bot]
80c4c735eb build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.23.1 to 1.23.2 (#3871)
Bumps [gopkg.in/DataDog/dd-trace-go.v1](https://github.com/DataDog/dd-trace-go) from 1.23.1 to 1.23.2.
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](https://github.com/DataDog/dd-trace-go/compare/v1.23.1...v1.23.2)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-04 06:49:07 -07:00
dependabot-preview[bot]
26a7245ee3 build(deps): bump github.com/prometheus/client_golang (#3870)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.5.1 to 1.6.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.5.1...v1.6.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-05-04 06:48:56 -07:00
Chris O'Haver
a5e286ac4e plugin/kubernetes: Don't panic with metadata enabled and pods mode not verified (#3869)
* prevent panic in podWithIP

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* add unit test, correct existing unit test

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>

* unit tests make more sense this way

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
2020-05-04 10:17:26 +02:00
Krzysztof Dąbrowski
5347bc38e7 Fix CIDR in example (#3864)
Signed-off-by: Krzysztof Dąbrowski <krzysdabro@live.com>
2020-04-28 10:46:20 -04:00
Erfan Besharat
dcdbec53e4 Fix NSID not being set on cached responses (#3822)
* Add NSID to the cached responses

Signed-off-by: Erfan Besharat <erbesharat@gmail.com>

* Add test for NSID being set on cached responses

Signed-off-by: Erfan Besharat <erbesharat@gmail.com>
2020-04-27 08:49:56 -07:00
coredns-auto-go-mod-tidy[bot]
758f82631c auto go mod tidy 2020-04-27 15:36:03 +00:00
dependabot-preview[bot]
a061d080dd build(deps): bump google.golang.org/api from 0.20.0 to 0.22.0 (#3859)
Bumps [google.golang.org/api](https://github.com/google/google-api-go-client) from 0.20.0 to 0.22.0.
- [Release notes](https://github.com/google/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/master/CHANGES.md)
- [Commits](https://github.com/google/google-api-go-client/compare/v0.20.0...v0.22.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-04-27 08:35:27 -07:00
coredns-auto-go-mod-tidy[bot]
f36e1e53d6 auto go mod tidy 2020-04-27 14:59:01 +00:00
dependabot-preview[bot]
0ebf7bf362 build(deps): bump github.com/aws/aws-sdk-go from 1.30.9 to 1.30.14 (#3858)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.30.9 to 1.30.14.
- [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.30.9...v1.30.14)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-27 07:58:27 -07:00
dependabot-preview[bot]
2ffe89fe83 build(deps): bump google.golang.org/grpc from 1.28.1 to 1.29.1 (#3857)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.28.1 to 1.29.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.28.1...v1.29.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-04-27 07:58:15 -07:00
Miek Gieben
840e875665 Run go generate (#3856)
@zouyee has added himself to CODEOWNERS, run go generate to update
the author list for the chaos plugin.

Signed-off-by: Miek Gieben <miek@miek.nl>
2020-04-27 10:38:44 +02:00
Ambrose Chua
ed1f42cf56 Fix mixed indentation within tests (#3855)
Signed-off-by: Ambrose Chua <ambrose@chua.family>
2020-04-25 08:08:36 +02:00
Chris O'Haver
74eabe90e0 not implemented yet (#3851)
Automatically submitted.
2020-04-24 05:50:29 +00:00
Yong Tang
180a6709a8 Fix readme test by removing extra ~ (#3850)
This PR removing extra `~` as it was causing test failure:
```
--- FAIL: TestReadme (0.05s)
476    readme_test.go:81: Failed to start server with ../plugin/dns64/README.md, for input "Corefile:6 - Error during parsing: Unknown directive 'Or'":
477        . {
478            dns64 64:1337::/96
479        }
480        ~~~~
481
482        Or
483        . {
484            dns64 {
485                prefix 64:1337::/96
486            }
487        }
488FAIL
```

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2020-04-23 21:03:15 -04:00
coredns-auto-go-mod-tidy[bot]
aa75e0c295 auto make -f Makefile.doc 2020-04-23 08:22:49 +00:00
Miek Gieben
ec5696b202 plugin/dns64: update readme and owners (#3848)
* plugin/dns64: update readme and owners

Make @superq code owner of the plugins. Update the readme a bit:

* don't make it start with a quote
* make it look more like other README's in syntax description
* make a full corefile examples and tests these by setting the corefile
  language tag

Signed-off-by: Miek Gieben <miek@miek.nl>

* Update plugin/dns64/README.md

Co-Authored-By: Ben Kochie <superq@gmail.com>

* Update plugin/dns64/README.md

Co-Authored-By: Ben Kochie <superq@gmail.com>

* Update plugin/dns64/README.md

Co-Authored-By: Ben Kochie <superq@gmail.com>

* Update plugin/dns64/README.md

Co-Authored-By: Ben Kochie <superq@gmail.com>

* Update plugin/dns64/README.md

Co-Authored-By: Ben Kochie <superq@gmail.com>

Co-authored-by: Ben Kochie <superq@gmail.com>
2020-04-23 10:22:20 +02:00
Mirek S
8fe950f4bc Fix to: (#3840)
https://github.com/coredns/coredns/issues/3810

Signed-off-by: msedzins <msedzins@gmail.com>
Signed-off-by: msedzins <macbookpro@mbp-macbookpro-2.home>

Co-authored-by: msedzins <macbookpro@mbp-macbookpro-2.home>
2020-04-22 14:55:07 +02:00
coredns-auto-go-mod-tidy[bot]
b8d37d709d auto go mod tidy 2020-04-20 14:38:47 +00:00
dependabot-preview[bot]
62b0d35484 build(deps): bump github.com/golang/protobuf from 1.3.5 to 1.4.0 (#3845)
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.5 to 1.4.0.
- [Release notes](https://github.com/golang/protobuf/releases)
- [Commits](https://github.com/golang/protobuf/compare/v1.3.5...v1.4.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-04-20 07:38:16 -07:00
dependabot-preview[bot]
42be3c9a33 build(deps): bump github.com/aws/aws-sdk-go from 1.30.7 to 1.30.9 (#3843)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.30.7 to 1.30.9.
- [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.30.7...v1.30.9)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-20 07:38:01 -07:00
coredns-auto-go-mod-tidy[bot]
223223ad16 auto go mod tidy 2020-04-20 14:21:43 +00:00
dependabot-preview[bot]
3e7bc59496 build(deps): bump k8s.io/client-go from 0.18.1 to 0.18.2 (#3841)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.18.1 to 0.18.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.18.1...v0.18.2)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-20 16:21:05 +02:00
Tobias Schmidt
8013925b53 Remove grobie from maintainers (#3833)
I haven't been maintaining production DNS setups in quite a while and
don't have the time to review CoreDNS pull requests. Hereby I resign
from all positions in the CoreDNS project.

CoreDNS is a great project and SoundCloud still processes hundreds of
thousands of requests per second with the help of CoreDNS. Thanks a lot
for your hard work and all the best for the future.

Signed-off-by: Tobias Schmidt <tobidt@gmail.com>
2020-04-15 10:07:10 +02:00
Zou Nengren
bfe7dbfb19 introduce myself to some components (#3831)
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
2020-04-15 09:27:08 +02:00
Zou Nengren
c639615615 remove ignored option at kubernetes plugin (#3737)
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
2020-04-14 09:03:18 -04:00
coredns-auto-go-mod-tidy[bot]
a27505c9e3 auto go mod tidy 2020-04-13 17:00:06 +00:00
dependabot-preview[bot]
2b197c4bac build(deps): bump k8s.io/client-go from 0.18.0 to 0.18.1 (#3827)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.18.0 to 0.18.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.18.0...v0.18.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-04-13 09:59:31 -07:00
coredns-auto-go-mod-tidy[bot]
67508083db auto go mod tidy 2020-04-13 16:42:35 +00:00
dependabot-preview[bot]
a3843befa6 build(deps): bump google.golang.org/grpc from 1.28.0 to 1.28.1 (#3825)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.28.0...v1.28.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-04-13 09:42:00 -07:00
coredns-auto-go-mod-tidy[bot]
5fae55d0b1 auto go mod tidy 2020-04-13 16:11:48 +00:00
dependabot-preview[bot]
11fc63e02e build(deps): bump k8s.io/apimachinery from 0.18.0 to 0.18.1 (#3826)
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.18.0...v0.18.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-04-13 09:11:17 -07:00
coredns-auto-go-mod-tidy[bot]
9b5002258b auto go mod tidy 2020-04-13 15:41:58 +00:00
dependabot-preview[bot]
35c945f2eb build(deps): bump github.com/aws/aws-sdk-go from 1.30.4 to 1.30.7 (#3828)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.30.4 to 1.30.7.
- [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.30.4...v1.30.7)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-13 08:41:24 -07:00
dependabot-preview[bot]
fe1af40708 build(deps): bump gopkg.in/DataDog/dd-trace-go.v1 from 1.22.0 to 1.23.1 (#3829)
Bumps [gopkg.in/DataDog/dd-trace-go.v1](https://github.com/DataDog/dd-trace-go) from 1.22.0 to 1.23.1.
- [Release notes](https://github.com/DataDog/dd-trace-go/releases)
- [Commits](https://github.com/DataDog/dd-trace-go/compare/v1.22.0...v1.23.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-04-13 08:41:10 -07:00
kadern0
e410760a49 plugin/forward: crash if using https (#3817)
Signed-off-by: kadern0 <kaderno@gmail.com>
2020-04-09 11:26:28 -07:00
Miek Gieben
08120096eb Remove all editor stuff from .gitignore (#3820)
Remove all cruft from .gitignore and leave build artifacts and add
a comment.

Signed-off-by: Miek Gieben <miek@miek.nl>
2020-04-08 21:34:43 +02:00
coredns-auto-go-mod-tidy[bot]
2a0862a5a6 auto go mod tidy 2020-04-06 14:20:09 +00:00
dependabot-preview[bot]
9abf4823be build(deps): bump github.com/cenkalti/backoff/v4 from 4.0.0 to 4.0.2 (#3813)
Bumps [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) from 4.0.0 to 4.0.2.
- [Release notes](https://github.com/cenkalti/backoff/releases)
- [Commits](https://github.com/cenkalti/backoff/compare/v4.0.0...v4.0.2)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-06 07:19:29 -07:00
coredns-auto-go-mod-tidy[bot]
8c9b9edac1 auto go mod tidy 2020-04-06 14:03:53 +00:00
dependabot-preview[bot]
73abe89c73 build(deps): bump github.com/aws/aws-sdk-go from 1.29.33 to 1.30.4 (#3814)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.29.33 to 1.30.4.
- [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.29.33...v1.30.4)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-06 07:03:06 -07:00
Zou Nengren
4ccd55e95e correct metrics name of cache size (#3805)
Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
2020-04-03 09:30:06 -07:00
Miek Gieben
7bb32dee7d Detail metrics name changes (#3798)
* Detail metrics rename in the notes

Signed-off-by: Miek Gieben <miek@miek.nl>

* Update notes/coredns-1.7.0.md

Co-Authored-By: Ben Kochie <superq@gmail.com>

* More words

Details and fix the metric name change and add words on the federation
plugin as well.

Signed-off-by: Miek Gieben <miek@miek.nl>

* Add dns64 plugin

Signed-off-by: Miek Gieben <miek@miek.nl>

Co-authored-by: Ben Kochie <superq@gmail.com>
2020-04-01 10:02:57 +02:00
coredns-auto-go-mod-tidy[bot]
0a4047d88e auto make -f Makefile.doc 2020-03-31 18:03:49 +00:00
Ben Kochie
a29a594e5c Update more metrics names (#3799)
The subsystem of a metric must be it's plugin name. "dns" is reserved
for the core. Use a const convention to avoid copy-paste mistakes in
naming.

Fix dns64 and acl plugin.

Signed-off-by: Ben Kochie <superq@gmail.com>
2020-03-31 20:03:18 +02:00
Yong Tang
e2ece87035 Change the recommened version to 1.14 (as we use 1.14 by default) (#3801)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2020-03-31 08:03:11 -07:00
coredns-auto-go-mod-tidy[bot]
db1d4f91da auto make -f Makefile.doc 2020-03-31 14:18:39 +00:00
Ben Kochie
d4cac0c43a Move doc test to workflow (#3800)
Replace doc CI test with automatic workflow.

Signed-off-by: Ben Kochie <superq@gmail.com>
2020-03-31 16:18:10 +02:00
coredns-auto-go-mod-tidy[bot]
753d22d140 auto go mod tidy 2020-03-31 09:39:39 +00:00
Ben Kochie
347d66d930 Update various vendor dependencies (#3785)
Mostly `go get -u`, but rolled back k8s and etcd changes due to some
dependency chaining issues.

Signed-off-by: Ben Kochie <superq@gmail.com>
2020-03-31 11:39:02 +02:00
Zou Nengren
87214a4c5c introduce metric naming test (#3789)
* introduce metric naming test

Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>

* Update metrics.go

Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
2020-03-31 08:07:36 +02:00