File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# NVIDIA MIG Manager Changelog
22
3+ ## v0.10.0
4+ - Add GH200 144G HBM3e with PCI ID x234810DE
5+ - Bump Golang version to v1.23.2
6+ - Bump CUDA base image version to 12.6.2
7+ - Switch to the UBI9 CUDA base image
8+ - Bump nvidia-ctk version to v1.16.2
9+ - Bump go-nvlib to 0.7.0
10+ - Bump vendored go dependencies
11+
312## v0.9.1
413- Add H200 with PCI ID 0x233510DE
514- Fix bug with nvidia-gpu-reset.target setup
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.9.1-ubi8
26+ image : nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.10.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.9.1-ubi8
26+ image : nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.10.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.9.1
16+ VERSION ?= v0.10.0
1717
1818vVERSION := v$(VERSION:v%=% )
1919
You can’t perform that action at this time.
0 commit comments