File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11# NVIDIA MIG Manager Changelog
22
3+ ## v0.13.0
4+ - Fix device-filter for all-1g.24gb mig-parted config
5+ - Port reconfigure-mig.sh to Go
6+ - Move to distroless as the base image for nvidia-mig-manager
7+ - Add MIG profiles for B300 and GB300 in the mig-parted config
8+ - Bump NVIDIA Container Toolkit to v1.18.0
9+ - Bump github.com/NVIDIA/go-nvlib from 0.7.4 to 0.8.1
10+
311## v0.12.3
412- Use the correct MIG profiles for GB200
513- Add MIG profiles for RTX PRO 6000 Blackwell
Original file line number Diff line number Diff line change 2323 serviceAccountName : nvidia-mig-manager-service-account
2424 containers :
2525 - name : nvidia-mig-manager
26- image : nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.12.3 -ubi9
26+ image : nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.13.0 -ubi9
2727 imagePullPolicy : IfNotPresent
2828 env :
2929 - name : NODE_NAME
Original file line number Diff line number Diff line change 2323 serviceAccountName : nvidia-mig-manager-service-account
2424 containers :
2525 - name : nvidia-mig-manager
26- image : nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.12.3 -ubi9
26+ image : nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.13.0 -ubi9
2727 imagePullPolicy : IfNotPresent
2828 env :
2929 - name : NODE_NAME
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515MODULE := github.com/NVIDIA/mig-parted
16- VERSION ?= v0.12.3
16+ VERSION ?= v0.13.0
1717
1818vVERSION := v$(VERSION:v%=% )
1919
You can’t perform that action at this time.
0 commit comments