Skip to content

Commit 430571e

Browse files
authored
Merge pull request #222 from cdesiniotis/bump-project-v0.12.2
Bump project version to v0.12.2
2 parents 5b85f11 + 31c3047 commit 430571e

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,6 +1,14 @@
11
# NVIDIA MIG Manager Changelog
22

3+
## v0.12.2
34
- Add %posttrans to the rpm spec to ensure symlinks for config.yaml and hooks.yaml are maintained during an upgrade
5+
- Bump golang version to v1.24.5
6+
- Bump golang/x/net to v0.38.0
7+
- Bump k8s.io/{api,api-machinery,client-go} dependencies to v0.33.3
8+
- Bump CUDA base image version to 12.9.1
9+
- Bump NVIDIA Container Toolkit to v1.17.8
10+
- Bump go-nvlib to 0.7.3
11+
- Bump go-nvml to 0.12.9-0
412

513
## v0.12.1
614
- Add the 4g.90gb MIG profile for the B200 GPU

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

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

0 commit comments

Comments
 (0)