-
Notifications
You must be signed in to change notification settings - Fork 30
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
Merge https://github.com/k8snetworkplumbingwg/sriov-cni:master into master #130
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Sebastian Sch <[email protected]>
``` pkg/utils/utils.go:211:9: G602: Potentially accessing slice out of bounds (gosec) return names[0], nil ``` Signed-off-by: Sebastian Sch <[email protected]>
fix golint security issue
add mock-generate entry in makefile using mockery
4fb6328
to
006c401
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SchSeba The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
we introduce this feature in the cni to handle cases where a pod that used the vf has net_admin and change the MTU on the VF. when that po is removed the VF will go back to the host and be available for a new pod to run but when that VF gets allocated to the pod it will remain with an unexpected MTU. Signed-off-by: Sebastian Sch <[email protected]>
006c401
to
b93ac83
Compare
558dd03
to
59b39a1
Compare
1858264
to
bcca348
Compare
CVE-2024-45338: uplift golang.org/x/net version to 0.33.0
34000e2
to
ae84289
Compare
7e02cfc
to
b143140
Compare
b143140
to
4522e73
Compare
4522e73
to
5b2c80e
Compare
@SchSeba: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
No description provided.