Skip to content

Commit 5d3c046

Browse files
authored
Merge pull request #168 from NVIDIA/bumpver
bump mig-parted version to v0.11.0
2 parents f4bdae8 + 7842446 commit 5d3c046

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

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

3+
## v0.11.0
4+
- Add support for the B200 GPU with PCI Device ID 2901
5+
- Bump golang version to v1.23.5
6+
- Bump golang/x/net to v0.33.0
7+
- Bump nvidia-ctk version to v1.17.4
8+
- Bump CUDA base image version to 12.8.0
9+
- Bump go-nvml to 0.12.4-1
10+
- Bump k8s.io/{api,api-machinery,client-go} dependencies to v0.32.1
11+
- Bump matryer/moq to v0.5.1
312
- Fix rpm spec to maintain the config.yaml and hooks.yaml symlinks during an update
13+
- Point the QEMU artifacts image to the most recent tag - `tonistiigi/binfmt:master`
414

515
## v0.10.0
616
- Add GH200 144G HBM3e with PCI ID x234810DE
@@ -156,4 +166,4 @@
156166
- Update packaged config.yaml to include more supported devices
157167

158168
## v0.1.0
159-
- Initial release of rpm package for v0.1.0
169+
- Initial release of rpm package for v0.1.0

deployments/container/nvidia-mig-manager-example-hopper-blackwell.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.10.0-ubi9
26+
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.11.0-ubi9
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.10.0-ubi9
26+
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.11.0-ubi9
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.10.0
16+
VERSION ?= v0.11.0
1717

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

0 commit comments

Comments
 (0)