Releases: Mellanox/ib-kubernetes
Releases · Mellanox/ib-kubernetes
v1.1.0
What's Changed
- Change ib-kubernetes update strategy to Recreate by @almaslennikov in #95
- Housekeeping by @almaslennikov in #97
- Update links to Multus CNI and InfiniBand SR-IOV CNI by @e0ne in #93
- Cleanup and maintenance by @adrianchiris in #102
- Bump golang.org/x/net from 0.28.0 to 0.29.0 in the go_modules group across 1 directory by @dependabot in #103
New Contributors
- @dependabot made their first contribution in #103
Full Changelog: v1.0.2...v1.1.0
v1.0.2
Avoid guid pool exhaustion from guid leaks by syncing it with SM (#92) If the node running pods that use ib network is restarted, those pods' GUID are deleted from UFM but are persisted in ib-kubernetes. They become unusable and might exhaust the GUID pool if it's configured to be small enough. The solution is to sync guid pool with UFM because some GUIDs might have become free to use. Signed-off-by: amaslennikov <amaslennikov@nvidia.com> Signed-off-by: amaslennikov <amaslennikov@nvidia.com>
v1.0.1
Merge pull request #91 from almaslennikov/CVE-2021-20206
Update network-attachment-definition-client dep to 1.3.0
Initial release
Merge pull request #61 from Mmduh-483/fix-ufm-secret Fix ufm secret file