File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11# NVIDIA MIG Manager Changelog
22
3+ ## v0.14.0
4+ - Remove references to deprecated dcgm.service
5+ - Add support for dynamic MIG config generation
6+ - Extend the functionality of apply-exit to refresh CDI config
7+ - Bump distroless base image version to v4.0.2-dev
8+ - Bump CUDA base image version 13.1.1-base-ubi9
9+ - Fix hooks not running when invoked via systemd service
10+ - Fix to use management mode when generating CDI spec
11+ - Bump NVIDIA Container Toolkit version to v1.19.0
12+ - Bump k8s golang dependencies to v0.35.2
13+ - Bump golang version to 1.26.1
14+
315## v0.13.1
416- Update k8s-mig-manager to use PATCH instead of UPDATE when updating node labels
517- Bump NVIDIA Container Toolkit to v1.18.1
Original file line number Diff line number Diff line change 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.13.1
26+ image : nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.14.0
2727 imagePullPolicy : IfNotPresent
2828 env :
2929 - name : NODE_NAME
Original file line number Diff line number Diff line change 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.13.1
26+ image : nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.14.0
2727 imagePullPolicy : IfNotPresent
2828 env :
2929 - name : NODE_NAME
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414
1515MODULE := github.com/NVIDIA/mig-parted
16- VERSION ?= v0.13.1
16+ VERSION ?= v0.14.0
1717
1818vVERSION := v$(VERSION:v%=% )
1919
You can’t perform that action at this time.
0 commit comments