Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to coredns v1.8.4 #32

Merged
merged 1 commit into from
May 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:1.15-buster AS builder

RUN apt update && apt upgrade -y && apt install iptables -y

RUN git clone --single-branch --branch v1.8.3 https://github.com/coredns/coredns.git /coredns
RUN git clone --single-branch --branch v1.8.4 https://github.com/coredns/coredns.git /coredns

WORKDIR /coredns

Expand Down
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ go 1.13

require (
github.com/coredns/caddy v1.1.0
github.com/coredns/coredns v1.8.3
github.com/coredns/coredns v1.8.4
github.com/coreos/go-iptables v0.4.5
github.com/kr/pretty v0.2.1 // indirect
github.com/vishvananda/netlink v1.1.0
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e
google.golang.org/genproto v0.0.0-20201105153401-9d023cd09d72 // indirect
google.golang.org/grpc v1.33.1 // indirect
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
)
295 changes: 237 additions & 58 deletions go.sum

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions vendor/github.com/apparentlymart/go-cidr/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

236 changes: 236 additions & 0 deletions vendor/github.com/apparentlymart/go-cidr/cidr/cidr.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions vendor/github.com/apparentlymart/go-cidr/cidr/wrangling.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 2 additions & 35 deletions vendor/github.com/coredns/coredns/core/dnsserver/address.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions vendor/github.com/coredns/coredns/core/dnsserver/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading