Skip to content

Commit 8cdf90c

Browse files
committed
vendor: tags.cncf.io/container-device-interface v0.8.0
Breaking change: The .ToOCI() functions in the specs-go package have been removed. This removes the dependency on the OCI runtime specification from the CDI specification definition itself. What's Changed - Add workflow to mark prs and issues as stale - Remove the ToOCI functions from the specs-go package - docs: add a pointer to community meetings in our docs. - Bump spec version to v0.8.0 - Update spec version in README Full diff: cncf-tags/container-device-interface@v0.7.2...v0.8.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent a5f15be commit 8cdf90c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

vendor.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ require (
5353
golang.org/x/text v0.17.0
5454
gopkg.in/yaml.v2 v2.4.0
5555
gotest.tools/v3 v3.5.1
56-
tags.cncf.io/container-device-interface v0.7.2
56+
tags.cncf.io/container-device-interface v0.8.0
5757
)
5858

5959
require (

vendor.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,5 +454,5 @@ gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU=
454454
gotest.tools/v3 v3.5.1/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU=
455455
k8s.io/klog/v2 v2.90.1 h1:m4bYOKall2MmOiRaR1J+We67Do7vm9KiQVlT96lnHUw=
456456
k8s.io/klog/v2 v2.90.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=
457-
tags.cncf.io/container-device-interface v0.7.2 h1:MLqGnWfOr1wB7m08ieI4YJ3IoLKKozEnnNYBtacDPQU=
458-
tags.cncf.io/container-device-interface v0.7.2/go.mod h1:Xb1PvXv2BhfNb3tla4r9JL129ck1Lxv9KuU6eVOfKto=
457+
tags.cncf.io/container-device-interface v0.8.0 h1:8bCFo/g9WODjWx3m6EYl3GfUG31eKJbaggyBDxEldRc=
458+
tags.cncf.io/container-device-interface v0.8.0/go.mod h1:Apb7N4VdILW0EVdEMRYXIDVRZfNJZ+kmEUss2kRRQ6Y=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,6 @@ gotest.tools/v3/internal/format
531531
gotest.tools/v3/internal/source
532532
gotest.tools/v3/poll
533533
gotest.tools/v3/skip
534-
# tags.cncf.io/container-device-interface v0.7.2
534+
# tags.cncf.io/container-device-interface v0.8.0
535535
## explicit; go 1.20
536536
tags.cncf.io/container-device-interface/pkg/parser

0 commit comments

Comments
 (0)