|
1 | 1 | ## Changelog |
2 | 2 |
|
| 3 | +### v0.18.0 |
| 4 | +- Rename getHealthCheckXids and clarify documentation |
| 5 | +- Add support for explicitly enabling XIDs in health checks |
| 6 | +- Deduplicate requested device IDs |
| 7 | +- Check for nil before reading boolean config values |
| 8 | +- Make gated modes (GDS, MOFED, GDRCOPY) optional in CDI |
| 9 | +- Add support for setting gdrcopyEnabled |
| 10 | +- Ignore errors getting device memory using NVML |
| 11 | +- Ensure that directory volumes have Directory type |
| 12 | +- Switch to plain golang image for builds |
| 13 | +- Remove unneeded intermediate container |
| 14 | +- Update CI definitions |
| 15 | +- Switch to distroless golang image |
| 16 | +- Update README.md with RuntimeClass |
| 17 | +- Pass a single context throughout the device-plugin method call stack (#1284) |
| 18 | +- Remove internal logger in favour of klog (#1277) |
| 19 | +- Remove FAIL_ON_INIT_ERROR from static examples |
| 20 | +- Detect blackwell architecture |
| 21 | +- Updated .release:staging to stage device-plugin images in nvstaging |
| 22 | +- Use MiB instead of MB for gpu-memory |
| 23 | +- Ignore XID error 109 |
| 24 | +- Update README.md adjust set docker runtime default |
| 25 | +- Remove nvidia.com/gpu.imex-domain label |
| 26 | +- Fix containerd runc config error when creating a kind cluster |
| 27 | +- Use stable nividia-container-toolkit repo when creating a kind cluster |
| 28 | +- Switch to context package in go stdlib |
| 29 | +- Raise a warning instead of an error if GPU mode labeler fails |
| 30 | +- Add ada-lovelace architecture label for compute capability 8.9 |
| 31 | +- Ensure FAIL_ON_INIT_ERROR boolean env is quoted |
| 32 | +- Honor fail-on-init-error when no resources are found |
| 33 | +- Enable hostPID in the mps-control-daemon pod (#1045) |
| 34 | + |
3 | 35 | ### Version v0.17.1 |
4 | 36 | - Ensure that generated CDI specs do not contain `enable-cuda-compat` hooks |
5 | 37 | - Remove nvidia.com/gpu.imex-domain label |
|
0 commit comments