k8snetworkplumbingwg / whereabouts

A CNI IPAM plugin that assigns IP addresses cluster-wide
Apache License 2.0
273 stars 120 forks source link

Move to net-attach v1.7 #451

Closed manuelbuil closed 2 months ago

manuelbuil commented 2 months ago

What this PR does / why we need it:

Bump network-attachment-definition-client to v1.7.0.

It requires moving to skel.PluginMainFuncs instead of skel.PluginMain

Error: cmd/whereabouts.go:21:2: skel.PluginMain is deprecated: Use github.com/containernetworking/cni/pkg/skel.PluginMainFuncs instead.  (SA1019)

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #

Special notes for your reviewer (optional):

manuelbuil commented 2 months ago

Superseeded by https://github.com/k8snetworkplumbingwg/whereabouts/pull/452