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 github.com/containernetworking/cni from 0.7.1 to 0.8.1 in /src/components/k8s #409

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 12, 2022

Bumps github.com/containernetworking/cni from 0.7.1 to 0.8.1.

Release notes

Sourced from github.com/containernetworking/cni's releases.

CNI v0.8.1

libcni v0.8.1

This is a security release that fixes a single bug:

  • tighten up plugin-finding logic (#811).

Users of libcni are strongly encouraged to update.

v0.8.0

This release includes a number of small improvements and bug fixes.

There are no material changes to the specification or interfaces, but we increased the version from 0.7 to 0.8 in recognition of a breaking change (if you used the method): Result.String() has been removed.

We do not release binaries here: this repo holds the Specification and Go Library for CNI; the plugins have moved to https://github.com/containernetworking/plugins.

Specification and Conventions changes

  • #691 docs: add ips and mac to well-known capabilities
  • #712 add interface name validation
  • #742 Add GUID to well known Capabilities
  • #761 Add DeviceID attribute to RuntimeConfig
  • #764 Typo fixes for infiniband GUID
  • #768 Fix linting issues in docs, add headers to json example, update errors into table

Documentation changes

  • #711 Update cnitool docs
  • #755 Remove extra ',' chars which makes conflist examples invalid.

libcni changes

  • #583 Remove Result.String method
  • #678 libcni: add config caching [v2]
  • #681 clean up : fix staticcheck warnings
  • #682 libcni: add InitCNIConfigWithCacheDir() and deprecate RuntimeConfig.CacheDir
  • #686 skel: clean up errors in skel and add some well-known error codes
  • #692 libcni: find plugin in exec
  • #698 validate containerID and networkName
  • #699 skel: remove needless functions and types
  • #704 libcni: also cache IfName
  • #705 libcni: fix cache file 'result' key name
  • #713 Bump Go version to 1.13
  • #721 When CNI version isn't supplied in config, use default.
  • #735 intercept netplugin std error
  • #760 invoke: capture and return stderr if plugin exits unexpectedly
  • #763 Retry exec commands on text file busy
Commits
  • 9fc34ae Merge pull request #811 from squeed/plugin-name-0.8
  • 6e33d92 tighten up plugin-finding logic
  • 11db36c Merge pull request #768 from asears/md-doc-lint-updates-3
  • 9ec274a Merge branch 'master' into md-doc-lint-updates-3
  • 0016c95 Merge pull request #769 from caboteria/readme-tweaks
  • c78d465 Replace 2019 conference announcement with links to the recordings
  • fc1de42 Sync contact methods in README and CONTRIBUTING
  • c815aca Update the SPEC, CODE-OF-CONDUCT, CONTRIBUTING, RELEASING with minor formatti...
  • f92762a Merge pull request #765 from rkamudhan/patch-4
  • 17a6379 Update README.md
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/containernetworking/cni](https://github.com/containernetworking/cni) from 0.7.1 to 0.8.1.
- [Release notes](https://github.com/containernetworking/cni/releases)
- [Commits](containernetworking/cni@v0.7.1...v0.8.1)

---
updated-dependencies:
- dependency-name: github.com/containernetworking/cni
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from FedeParola as a code owner April 12, 2022 23:04
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants