Releases: NVIDIA/mig-parted
Releases · NVIDIA/mig-parted
v0.5.3
- Update to latest CUDA image 12.2.0
- Update example config for Hopper with H100 NVL and H800 NVL
v0.5.2
- 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
v0.5.1
- Remove race condition present in mig-manager when restarting operator-validator
- Add newer MIG profiles supported with NVML 12.0 to default config.yaml files
- Add profiles with media extensions for A30-24GB to default config.yaml files
- Add H100 and H800 profiles to default config.yaml files
- Add A800 profiles to default config.yaml files
- Update all calls to enumerate GPUs to use NVML or PCI as appropriate
- Bump vendored go-nvml to v12.0
- Update to latest CUDA image 12.0.1
- Bump Golang version to 1.20.1
v0.5.0
- Bump CUDA base image to 11.7.1
- Remove CUDA compat libs from mig-manager in favor of libs installed by the Driver
- Use symlink for config.yaml instead of static config file
- Add k8s-mig-manager-example for Hopper
- Update k8s-mig-manager-example with standalone RBAC objects
- Explicitly delete pods launched by operator validator before reconfig
- Allow missing GPUClients file in k8s-mig-manager
- Add hooks-minimal.yaml that gets linked if on Hopper or above
- Use symlink for hooks.yaml instead of static config file
- Update install script to use go 1.16.4
- Update hooks.sh to split out start/stop of k8s services from k8s pods
- Explicitly clear all MIG configurations before disabling MIG mode
v0.4.3
v0.4.2
v0.4.1
v0.4.0
- Update
nvidia-mig-parted.sh
to includeMIG_PARTED_CHECKPOINT_FILE
- Add checkpoint / restore commands to
mig-parted
CLI - Update golang version to 1.16.4
- Support instantiation of
*_PROFILE_6_SLICE
GIs and CIs - Update
cyrus-sasl-lib
to address CVE-2022-24407 - Add support for MIG profiles with
+me
as an attribute extension - Support Compute Instances in
mig-parted
config such that CI != GI - Update go-nvml to v0.11.6
- Change semantics of
all
to meanall-mig-capable
inmig-parted
config
v0.3.0
v0.2.0
- nvidia-mig-parted: Support passing newer GI and CI profile enums on older drivers
- k8s-mig-manager: Rename nvcr.io/nvidia to nvcr.io/nvidia/cloud-native
- k8s-mig-manager: Add support for pre-installed drivers
- systemd-mig-manager: Update logic to remove 'containerd' containers in utils.sh
- systemd-mig-manager: Update logic to shutdown only active systemd services in list
- ci-infrastructure: Rework build and CI to align with other projects
- ci-infrastructure: Use pulse instead of contamer for scans