Skip to content

Commit bc38195

Browse files
Merge pull request #391 from NVIDIA/backport-390-to-release-0.14
[release-0.14] Bump version to v0.14.2
2 parents db4ac40 + eb75a63 commit bc38195

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## v0.14.2
4+
- Persist MIG_PARTED_CONFIG_FILE and MIG_PARTED_HOOKS_FILE across reboots
5+
- Bump NVIDIA Container Toolkit version to v1.19.1
6+
- Bump golang.org/x/net to v0.54.0
7+
- Bump distroless base image version to v4.0.6-dev
8+
- Bump golang version to 1.26.3
9+
310
## v0.14.1
411
- Reduce redundant NVML Init/Shutdown cycles
512
- Switch build base image from ubi9 to ubi8 to fix glibc compatibility

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

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

0 commit comments

Comments
 (0)