|
1 | 1 | ## Changelog |
2 | 2 |
|
| 3 | +### Version v1.16.0-rc.1 |
| 4 | + |
| 5 | +- Skip container updates if only CDI is selected |
| 6 | +- Allow cdi hook path to be set |
| 7 | +- Add nvidiaDevRoot config option |
| 8 | +- Detect devRoot for driver installation |
| 9 | +- Set /dev/shm size from /proc/meminfo |
| 10 | +- Remove redundant version log |
| 11 | +- Remove provenance information from image manifests |
| 12 | +- add ngc image signing job for auto signing |
| 13 | +- fix: target should be binaries |
| 14 | +- Allow device discovery strategy to be specified |
| 15 | +- Refactor cdi handler construction |
| 16 | +- Add addMigMonitorDevices field to nvidia-device-plugin.options helper |
| 17 | +- Fix allPossibleMigStrategiesAreNone helm chart helper |
| 18 | +- use the helm quote function to wrap boolean values in quotes |
| 19 | +- Fix usage of hasConfigMap |
| 20 | +- Make info, nvml, and device lib construction explicit |
| 21 | +- Clean up construction of WSL devices |
| 22 | +- Remove unused function |
| 23 | +- Don't require node-name to be set if not needed |
| 24 | +- Make vgpu failures non-fatal |
| 25 | +- Use HasTegraFiles over IsTegraSystem |
| 26 | +- Raise error for MPS when using MIG |
| 27 | +- Align container driver root envvars |
| 28 | +- Update github.com/NVIDIA/go-nvml to v0.12.0-6 |
| 29 | +- Add unit tests cases for sanitise func |
| 30 | +- Improving logic to sanitize GFD generated node labels |
| 31 | +- Add newline to pod logs |
| 32 | +- Adding vfio manager |
| 33 | +- Add prepare-release.sh script |
| 34 | +- Don't require node-name to be set if not needed |
| 35 | +- Remove GitLab pipeline .gitlab.yml |
| 36 | +- E2E test: fix object names |
| 37 | +- strip parentheses from the gpu product name |
| 38 | +- E2E test: instanciate a logger for helm outputs |
| 39 | +- E2E test: enhance logging via ginkgo/gomega |
| 40 | +- E2E test: remove e2elogs helper pkg |
| 41 | +- E2E test: Create HelmClient during Framework init |
| 42 | +- E2E test: Add -ginkgo.v flag to increase verbosity |
| 43 | +- E2E test: Create DiagnosticsCollector |
| 44 | +- Update vendoring |
| 45 | +- Replace go-nvlib/pkg/nvml with go-nvml/pkg/nvml |
| 46 | +- Add dependabot updates for release-0.15 |
| 47 | + |
3 | 48 | ### Version v0.15.0 |
4 | 49 | - Moved `nvidia-device-plugin.yml` static deployment at the root of the repository to `deployments/static/nvidia-device-plugin.yml`. |
5 | 50 | - Simplify PCI device clases in NFD worker configuration. |
|
0 commit comments