Merge pull request #10494 from containerd/dependabot/go_modules/github.com/containernetworking/cni-1.2.3

build(deps): bump github.com/containernetworking/cni from 1.2.2 to 1.2.3
This commit is contained in:
Akihiro Suda
2024-07-23 04:16:41 +00:00
committed by GitHub
4 changed files with 6 additions and 4 deletions

View File

@@ -817,6 +817,8 @@ func (c *CNIConfig) GCNetworkList(ctx context.Context, list *NetworkConfigList,
}
if args != nil {
inject["cni.dev/valid-attachments"] = args.ValidAttachments
// #1101: spec used incorrect variable name
inject["cni.dev/attachments"] = args.ValidAttachments
}
for _, plugin := range list.Plugins {