Skip to content

Commit 5669638

Browse files
authored
Merge pull request #122 from NVIDIA/bump-v0.9.1
Bump version to v0.9.1
2 parents a9700f4 + 176afef commit 5669638

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# NVIDIA MIG Manager Changelog
22

3+
## v0.9.1
4+
- Add H200 with PCI ID 0x233510DE
5+
- Fix bug with nvidia-gpu-reset.target setup
6+
- Bump Golang version to v1.23.1
7+
- Bump CUDA base image version to 12.6.1
8+
39
## v0.9.0
410
- Bump go-nvlib to 0.6.1
511
- Fix the H100 NVL mig profile configuration in the example file

deployments/container/nvidia-mig-manager-example-hopper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
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.0-ubi8
26+
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.9.1-ubi8
2727
imagePullPolicy: IfNotPresent
2828
env:
2929
- name: NODE_NAME

deployments/container/nvidia-mig-manager-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
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.0-ubi8
26+
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.9.1-ubi8
2727
imagePullPolicy: IfNotPresent
2828
env:
2929
- name: NODE_NAME

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
MODULE := github.com/NVIDIA/mig-parted
16-
VERSION ?= v0.9.0
16+
VERSION ?= v0.9.1
1717

1818
vVERSION := v$(VERSION:v%=%)
1919

0 commit comments

Comments
 (0)