Releases: Mellanox/k8s-rdma-shared-dev-plugin
Releases · Mellanox/k8s-rdma-shared-dev-plugin
v1.5.2
v1.5.1
What's Changed
- align image tag format on release by @adrianchiris in #110
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Bump google.golang.org/grpc from 1.56.2 to 1.56.3 by @dependabot in #91
- Bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in #89
- Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 by @dependabot in #99
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #102
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #104
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Update base image to alpine:3.15.4 by @e0ne in #60
- Bump yaml package to v2.2.8 and golang to v1.18 by @e0ne in #63
- Update golang text library by @rollandf in #66
- Bump ci to go 1.18 by @adrianchiris in #70
- Add .gitignore file to unclutter dev env by @adrianchiris in #71
- Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.7.0 by @dependabot in #68
- Housekeeping by @almaslennikov in #75
- Adapt github actions to the uppercase repo name by @almaslennikov in #78
- Makefile refactors by @adrianchiris in #81
- Fix kubelet restart by @adrianchiris in #82
- Update device plugins volumes mounts by @e0ne in #83
- Add support for CDI by @almaslennikov in #77
- Bump github.com/opencontainers/runc from 1.1.2 to 1.1.5 by @dependabot in #88
New Contributors
- @dependabot made their first contribution in #68
Full Changelog: v1.3.2...v1.4.0
v1.3.2
What's Changed
- Fix CVEs #59:
Update UBI base image to 8.5 to fix GHSA-fvc5-cffp-h22w, GHSA-x3mh-jvjw-3xwx and CVE-2019-5827
Update protobuf to v1.3.2 to fix GHSA-c3h9-896r-86jm
v1.3.1
What's Changed
- Drop validation for resource prefix by @almaslennikov in #58
v1.3.0
What's Changed
- Update base Alpine image to 3.14.3 by @e0ne in #45
- Fix available resources is always zero after kubelet restart by @miaojianwei in #46
- Add note to build image with newer Docker by @adrianchiris in #50
- Fix dead lock and goroutine leaks in rare cases by @miaojianwei in #51
- Set priorityClassName instead of annotation by @rollandf in #52
- Extend resource pool configuration with resource prefix option by @almaslennikov in #56
Full Changelog: v1.2.1...v1.3.0
v1.2.1
v1.2.0
1.1.0 Release
- Periodic update for Resources
- Dont report RDMA devices under a resource when it has partial or missing RDMA device files
- Add device selectors to resource config to provide additional flexibility in defining resources
- FIX: device plugin server failed to restart correctly in legacy mode