diff --git a/deployments/systemd/packages/debian/changelog b/deployments/systemd/packages/debian/changelog index 21148076..a0f1e1a5 100644 --- a/deployments/systemd/packages/debian/changelog +++ b/deployments/systemd/packages/debian/changelog @@ -1,3 +1,14 @@ +nvidia-mig-manager (0.5.2-1) UNRELEASED; urgency=medium + + * Update to latest CUDA image 12.1.0 + * Update k8s-mig-manager to support CDI + * Add two new example configs for the newly supported profiles on A100 + * Update MIG profile code to rely on go-nvlib + * Update vendored go-nvlib to latest + * Update NVML wrapper to include MIG profiles from NVML v12.0 + + -- NVIDIA CORPORATION Tue, 28 Mar 2023 13:36:29 +0200 + nvidia-mig-manager (0.5.1-1) UNRELEASED; urgency=medium * Update to latest CUDA image 12.0.1 diff --git a/deployments/systemd/packages/rpm/SPECS/nvidia-mig-manager.spec b/deployments/systemd/packages/rpm/SPECS/nvidia-mig-manager.spec index 12de2e72..66d75408 100644 --- a/deployments/systemd/packages/rpm/SPECS/nvidia-mig-manager.spec +++ b/deployments/systemd/packages/rpm/SPECS/nvidia-mig-manager.spec @@ -133,6 +133,14 @@ maybe_remove_hooks_symlink maybe_remove_config_symlink %changelog +* Tue Mar 28 2023 NVIDIA CORPORATION 0.5.2-1 +- Update to latest CUDA image 12.1.0 +- Update k8s-mig-manager to support CDI +- Add two new example configs for the newly supported profiles on A100 +- Update MIG profile code to rely on go-nvlib +- Update vendored go-nvlib to latest +- Update NVML wrapper to include MIG profiles from NVML v12.0 + * Thu Mar 09 2023 NVIDIA CORPORATION 0.5.1-1 - Update to latest CUDA image 12.0.1 - Add newer MIG profiles supported with NVML 12.0 to default config.yaml files