Skip to content

Commit fab5315

Browse files
authored
Merge pull request #263 from NVIDIA/bump-0.13.0
Bump project version to v0.13.0
2 parents 45e37b2 + 8dc7b24 commit fab5315

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

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.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

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.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

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.12.3
16+
VERSION ?= v0.13.0
1717

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

0 commit comments

Comments
 (0)