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/Mellanox/sriovnet from 1.0.2 to 1.1.0 #5

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 8, 2022

Bumps github.com/Mellanox/sriovnet from 1.0.2 to 1.1.0.

Release notes

Sourced from github.com/Mellanox/sriovnet's releases.

v1.1.0

What's Changed

Full Changelog: k8snetworkplumbingwg/sriovnet@v1.0.3...v1.1.0

v1.0.3

  • Extend smartnic support #37
  • Skip non representors netdev #38
  • Rename GetRepresentorMacAddress #39
  • Use devlink for smartnic #40
  • an API to check if VF is bound to vfio-pci driver #41
  • an API to set the host VF's mac through its representor #42
  • Change default controller ID to 1 #43
  • Refactoring - Change Smart-NIC to DPU #44
  • Extend GetUplinkRepresentor to work with PF argument #46
Commits
  • e360783 Merge pull request #49 from DmytroLinkin/master
  • 07a0080 Trim spaces when reading sfnum file in GetSfIndexByAuxDev()
  • bf007ca Merge pull request #48 from naserdean/add_SF_support
  • 48bd78d Add test cases for helpers and SF functions
  • 3248449 Add Scalable Function support
  • 687eb09 Update netlink dep version to the latest master (#47)
  • cb19ccb Merge pull request #46 from almaslennikov/get_uplink_representor_for_pf
  • e25fd1f Extend GetUplinkRepresentor to work with PF argument
  • dcb83c4 Refactoring - Change Smart-NIC to DPU (#44)
  • 0453bd4 Merge pull request #43 from adrianchiris/fix-default-controller-id
  • 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)

Bumps [github.com/Mellanox/sriovnet](https://github.com/Mellanox/sriovnet) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/Mellanox/sriovnet/releases)
- [Commits](k8snetworkplumbingwg/sriovnet@v1.0.2...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/Mellanox/sriovnet
  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 Sep 8, 2022
@codecov-commenter
Copy link

codecov-commenter commented Sep 8, 2022

Codecov Report

Merging #5 (47824ea) into main (6445ee1) will decrease coverage by 5.25%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
- Coverage   62.15%   56.90%   -5.26%     
==========================================
  Files         281      281              
  Lines       40091    40091              
==========================================
- Hits        24920    22815    -2105     
- Misses      13203    15429    +2226     
+ Partials     1968     1847     -121     
Flag Coverage Δ
kind-e2e-tests 37.26% <ø> (-10.66%) ⬇️
unit-tests 43.90% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/agent/controller/networkpolicy/reject.go 0.00% <0.00%> (-85.30%) ⬇️
...g/agent/apiserver/handlers/featuregates/handler.go 4.54% <0.00%> (-77.28%) ⬇️
pkg/controller/networkpolicy/mutate.go 0.00% <0.00%> (-63.48%) ⬇️
pkg/apis/controlplane/v1beta2/helper.go 40.00% <0.00%> (-60.00%) ⬇️
pkg/controller/egress/store/egressgroup.go 1.72% <0.00%> (-54.32%) ⬇️
pkg/apiserver/handlers/webhook/mutation_crd.go 0.00% <0.00%> (-52.18%) ⬇️
...kg/apiserver/registry/system/supportbundle/rest.go 22.17% <0.00%> (-50.44%) ⬇️
pkg/util/logdir/logdir.go 0.00% <0.00%> (-50.00%) ⬇️
pkg/support/dump.go 7.90% <0.00%> (-49.16%) ⬇️
...kg/agent/controller/networkpolicy/audit_logging.go 37.81% <0.00%> (-46.22%) ⬇️
... and 58 more

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant