With the v0.6.2 release we included specs-go/v0.6.0 as a separately versioned go submodule and migrated to the tags.cncf.io/container-device-interface vanity URL. This means that a dependency update requires:
Replacing references of github.com/container-orchestrated-devices/container-device-interface with tags.cncf.io/container-orchestrated-devices. This includes imports and go.mod references.
Updating the tags.cncf.io/container-orchestrated-device reference in go.mod (or equivalent) to v0.6.2
Updating vendoring (running go mod tidy and go mod vendor.
With the v0.6.2 release we included
specs-go/v0.6.0
as a separately versioned go submodule and migrated to thetags.cncf.io/container-device-interface
vanity URL. This means that a dependency update requires:github.com/container-orchestrated-devices/container-device-interface
withtags.cncf.io/container-orchestrated-devices
. This includes imports and go.mod references.tags.cncf.io/container-orchestrated-device
reference ingo.mod
(or equivalent) tov0.6.2
go mod tidy
andgo mod vendor
.See:
172
170
The following clients need to be updated:
main
: https://github.com/containerd/containerd/pull/9677release-1.7
: https://github.com/containerd/containerd/pull/9685