Skip to content

Commit 1aa12e5

Browse files
authored
Merge pull request #286 from cdesiniotis/bump-0.13.1
Bump project version to 0.13.1
2 parents a1690d3 + d4470df commit 1aa12e5

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.13.1
4+
- Update k8s-mig-manager to use PATCH instead of UPDATE when updating node labels
5+
- Bump NVIDIA Container Toolkit to v1.18.1
6+
- Bump distroless base image to v3.2.1-dev
7+
- Bump golang version to 1.25.4
8+
- Bump k8s golang dependencies to 0.34.2
9+
310
## v0.13.0
411
- Fix device-filter for all-1g.24gb mig-parted config
512
- Port reconfigure-mig.sh to Go

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

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

0 commit comments

Comments
 (0)