k8snetworkplumbingwg / multus-cni

A CNI meta-plugin for multi-homed pods in Kubernetes
Apache License 2.0
2.27k stars 577 forks source link

Any plans to cut a new release? #1253

Open mamccorm opened 3 months ago

mamccorm commented 3 months ago

Hi there.

It looks like there have been plenty of active commits to main, but there hasn't been a release cut since May 2023. Has the project any plans to cut a new release tag soon?

ibranafis commented 1 month ago

Hi team, we are blocked on a new release for our development work. We need to move from the multus thick plugin to thin plugin because the thick plugin does not have ARM64 support. The thin plugin with this change needs to be consumed by us: https://github.com/k8snetworkplumbingwg/multus-cni/pull/1270 to handle --multus-master-cni-file-name flag. This is currently only on the latest master, and there has been no communication of a release.

joebandenburg commented 1 month ago

Is the project still alive?

nvollmar commented 1 month ago

@ibranafis thick plugin would work fine on arm64, you'd just need to build an image yourself, or use a 3rd party one.

ibranafis commented 1 month ago

@nvollmar, we won't be able to use the unofficial images. Please let us know if there would be a release soon?

adrianchiris commented 3 weeks ago

adding on.

latest tagged version (v4.0.2) cant really be deployed reliably with thin plugin since it does not contain [1] and possibly other fixes (did not review ~1yr of commit history) but the one below i hit easily in my setup (restart of multus pod )

[1] https://github.com/k8snetworkplumbingwg/multus-cni/pull/1142

mamccorm commented 5 days ago

Any updates? still no new GH release, and plenty of commits?