Skip to content

Commit 66bc07c

Browse files
authored
Merge pull request #229 from NVIDIA/bump-project-0.12.3
bump version of mig-parted to v0.12.3
2 parents a8b4c6a + fd8644f commit 66bc07c

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

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

3-
- Use the correct mig partition settings for the GB200
3+
## v0.12.3
4+
- Use the correct MIG profiles for GB200
5+
- Add MIG profiles for RTX PRO 6000 Blackwell
6+
- Bump golang version to 1.24.6
7+
- Bump go-nvlib to 0.7.4
8+
- Update libxml2 and sqlite-libs packages in ubi9 image to resolve CVEs
49

510
## v0.12.2
611
- Add %posttrans to the rpm spec to ensure symlinks for config.yaml and hooks.yaml are maintained during an upgrade

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.2-ubi9
26+
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.12.3-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.2-ubi9
26+
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.12.3-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.2
16+
VERSION ?= v0.12.3
1717

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

0 commit comments

Comments
 (0)