From 8cdf90cd930b6d0f66002ed50d2c067ff4ba74df Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 12 Sep 2024 18:36:26 +0200 Subject: [PATCH] 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: https://github.com/cncf-tags/container-device-interface/compare/v0.7.2...v0.8.0 Signed-off-by: Sebastiaan van Stijn --- vendor.mod | 2 +- vendor.sum | 4 ++-- vendor/modules.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/vendor.mod b/vendor.mod index a9944fe9d0..d4b4e3196a 100644 --- a/vendor.mod +++ b/vendor.mod @@ -53,7 +53,7 @@ require ( golang.org/x/text v0.17.0 gopkg.in/yaml.v2 v2.4.0 gotest.tools/v3 v3.5.1 - tags.cncf.io/container-device-interface v0.7.2 + tags.cncf.io/container-device-interface v0.8.0 ) require ( diff --git a/vendor.sum b/vendor.sum index e2c0432f7c..e6e7b84261 100644 --- a/vendor.sum +++ b/vendor.sum @@ -454,5 +454,5 @@ gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU= gotest.tools/v3 v3.5.1/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU= k8s.io/klog/v2 v2.90.1 h1:m4bYOKall2MmOiRaR1J+We67Do7vm9KiQVlT96lnHUw= k8s.io/klog/v2 v2.90.1/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0= -tags.cncf.io/container-device-interface v0.7.2 h1:MLqGnWfOr1wB7m08ieI4YJ3IoLKKozEnnNYBtacDPQU= -tags.cncf.io/container-device-interface v0.7.2/go.mod h1:Xb1PvXv2BhfNb3tla4r9JL129ck1Lxv9KuU6eVOfKto= +tags.cncf.io/container-device-interface v0.8.0 h1:8bCFo/g9WODjWx3m6EYl3GfUG31eKJbaggyBDxEldRc= +tags.cncf.io/container-device-interface v0.8.0/go.mod h1:Apb7N4VdILW0EVdEMRYXIDVRZfNJZ+kmEUss2kRRQ6Y= diff --git a/vendor/modules.txt b/vendor/modules.txt index 9e0b085688..2ba7d19459 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -531,6 +531,6 @@ gotest.tools/v3/internal/format gotest.tools/v3/internal/source gotest.tools/v3/poll gotest.tools/v3/skip -# tags.cncf.io/container-device-interface v0.7.2 +# tags.cncf.io/container-device-interface v0.8.0 ## explicit; go 1.20 tags.cncf.io/container-device-interface/pkg/parser