Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tags.cncf.io/container-device-interface from 0.6.2 to 0.7.2 #278

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2024

Bumps tags.cncf.io/container-device-interface from 0.6.2 to 0.7.2.

Release notes

Sourced from tags.cncf.io/container-device-interface's releases.

v0.7.2

What's Changed

This drops the required OCI runtime-spec version to v1.1.0 as required by the IntelRdt fields. This means that downstream dependencies aren't forced to also bump the runtime-spec version when updating the CDI packages.

Full Changelog: cncf-tags/container-device-interface@v0.7.1...v0.7.2

v0.7.1

What's Changed

Full Changelog: cncf-tags/container-device-interface@v0.7.0...v0.7.1

v0.7.0

This release adds:

  • Support for IntelRdt fields in the CDI specification.
  • Support for AdditionalGIDs in the CDI specification.

NOTE: This release deprecates the Registry and related APIs. These will be removed in an upcoming release. It is recommended that the Cache type or the new top-level functions for configuring and querying the default cache be used instead.

To configure the registry, replace code such as:

reg := cdi.GetRegistry(cdi.WithSpecDirs(c.config.CDISpecDirs...))

with:

cdi.Configure(cdi.WithSpecDirs(c.config.CDISpecDirs...))

To use the registry for injection, replace:

reg := cdi.GetRegistry()

with

reg := cdi.GetDefaultCache()

What's Changed

... (truncated)

Commits
  • d7f8736 Merge pull request #202 from elezar/decrease-github.com/opencontainers/runtim...
  • ce887d5 Use minimum OCI spec of v1.1.0
  • ae4265a Remove update of OCI runtime spec
  • 17479c1 Merge pull request #200 from elezar/update-spec-version
  • 1776606 Bump imported spec version
  • 780f60f Merge pull request #197 from elezar/add-error-to-configure
  • 90955a9 Allow top-level Configure to return an error
  • 86fe72e Merge pull request #195 from klihub/devel/deprecate-registry
  • 5c8b677 Merge pull request #193 from cncf-tags/dependabot/go_modules/github.com/openc...
  • ac91358 Merge pull request #196 from klihub/eliminate-multierror
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [tags.cncf.io/container-device-interface](https://github.com/cncf-tags/container-device-interface) from 0.6.2 to 0.7.2.
- [Release notes](https://github.com/cncf-tags/container-device-interface/releases)
- [Commits](cncf-tags/container-device-interface@v0.6.2...v0.7.2)

---
updated-dependencies:
- dependency-name: tags.cncf.io/container-device-interface
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 17, 2024
Copy link

Hi @dependabot[bot],
Thanks for your pull request!
If the PR is ready, use the /auto-cc command to assign Reviewer to Review.
We will review it shortly.

Details

Instructions for interacting with me using comments are available here.
If you have questions or suggestions related to my behavior, please file an issue against the gh-ci-bot repository.

@hami-robott hami-robott bot added the size/S label May 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 9, 2024

Superseded by #378.

@dependabot dependabot bot closed this Jul 9, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/tags.cncf.io/container-device-interface-0.7.2 branch July 9, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants