Bump github.com/containernetworking/cni from 0.7.1 to 0.8.1 in /src/components/k8s
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
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
9fc34aeMerge pull request #811 from squeed/plugin-name-0.86e33d92tighten up plugin-finding logic11db36cMerge pull request #768 from asears/md-doc-lint-updates-39ec274aMerge branch 'master' into md-doc-lint-updates-30016c95Merge pull request #769 from caboteria/readme-tweaksc78d465Replace 2019 conference announcement with links to the recordingsfc1de42Sync contact methods in README and CONTRIBUTINGc815acaUpdate the SPEC, CODE-OF-CONDUCT, CONTRIBUTING, RELEASING with minor formatti...f92762aMerge pull request #765 from rkamudhan/patch-417a6379Update README.md- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill 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.