You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
cncf-tags
GitHub organization cncf/toc#1152The following clients need to be updated:
main
: Update container-device-interface to v0.6.2 containerd/containerd#9677release-1.7
: [release/1.7] Update container-device-interface to v0.6.2 containerd/containerd#9685The text was updated successfully, but these errors were encountered: