Skip to content

Commit 2d574a6

Browse files
committed
update the corefile-migration library to v1.0.10 which includes support for coredns up to v1.7.0
1 parent 04038fc commit 2d574a6

File tree

5 files changed

+105
-17
lines changed

5 files changed

+105
-17
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/codegangsta/negroni v1.0.0 // indirect
3030
github.com/container-storage-interface/spec v1.2.0
3131
github.com/containernetworking/cni v0.8.0
32-
github.com/coredns/corefile-migration v1.0.8
32+
github.com/coredns/corefile-migration v1.0.10
3333
github.com/coreos/go-oidc v2.1.0+incompatible
3434
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
3535
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
@@ -209,7 +209,7 @@ replace (
209209
github.com/containerd/ttrpc => github.com/containerd/ttrpc v1.0.0
210210
github.com/containerd/typeurl => github.com/containerd/typeurl v1.0.0
211211
github.com/containernetworking/cni => github.com/containernetworking/cni v0.8.0
212-
github.com/coredns/corefile-migration => github.com/coredns/corefile-migration v1.0.8
212+
github.com/coredns/corefile-migration => github.com/coredns/corefile-migration v1.0.10
213213
github.com/coreos/bbolt => github.com/coreos/bbolt v1.3.2
214214
github.com/coreos/etcd => github.com/coreos/etcd v3.3.10+incompatible
215215
github.com/coreos/go-oidc => github.com/coreos/go-oidc v2.1.0+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ github.com/containerd/typeurl v1.0.0 h1:7LMH7LfEmpWeCkGcIputvd4P0Rnd0LrIv1Jk2s5o
108108
github.com/containerd/typeurl v1.0.0/go.mod h1:Cm3kwCdlkCfMSHURc+r6fwoGH6/F1hH3S4sg0rLFWPc=
109109
github.com/containernetworking/cni v0.8.0 h1:BT9lpgGoH4jw3lFC7Odz2prU5ruiYKcgAjMCbgybcKI=
110110
github.com/containernetworking/cni v0.8.0/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ61X79hmU3w8FmsY=
111-
github.com/coredns/corefile-migration v1.0.8 h1:y/DSRGlmrLPTMUGWR81MgFC2ITLiaTGkbth0BqW3wvc=
112-
github.com/coredns/corefile-migration v1.0.8/go.mod h1:OFwBp/Wc9dJt5cAZzHWMNhK1r5L0p0jDwIBc6j8NC8E=
111+
github.com/coredns/corefile-migration v1.0.10 h1:7HI4r5S5Fne749a+JDxUZppqBpYoZK8Q53ZVK9cn3aM=
112+
github.com/coredns/corefile-migration v1.0.10/go.mod h1:RMy/mXdeDlYwzt0vdMEJvT2hGJ2I86/eO0UdXmH9XNI=
113113
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
114114
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
115115
github.com/coreos/go-oidc v2.1.0+incompatible h1:sdJrfw8akMnCuUlaZU3tE/uYXFgfqom8DBE9so9EBsM=

vendor/github.com/coredns/corefile-migration/migration/plugins.go

Lines changed: 28 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/coredns/corefile-migration/migration/versions.go

Lines changed: 72 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ github.com/containernetworking/cni/pkg/types/020
169169
github.com/containernetworking/cni/pkg/types/current
170170
github.com/containernetworking/cni/pkg/utils
171171
github.com/containernetworking/cni/pkg/version
172-
# github.com/coredns/corefile-migration v1.0.8 => github.com/coredns/corefile-migration v1.0.8
172+
# github.com/coredns/corefile-migration v1.0.10 => github.com/coredns/corefile-migration v1.0.10
173173
github.com/coredns/corefile-migration/migration
174174
github.com/coredns/corefile-migration/migration/corefile
175175
# github.com/coreos/go-oidc v2.1.0+incompatible => github.com/coreos/go-oidc v2.1.0+incompatible

0 commit comments

Comments
 (0)