Skip to content

Commit e648002

Browse files
authored
Merge pull request #180 from NVIDIA/bump-0.12.0
Bump project version to 0.12.0
2 parents c3e0657 + d438e3e commit e648002

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

3+
## v0.12.0
4+
- Add support for the HGX GB200 GPU with PCI Device ID 2941
5+
- Bump golang version to v1.24.1
6+
- Bump go-nvlib to 0.7.1
7+
- Bump k8s.io/{api,api-machinery,client-go} dependencies to v0.32.2
8+
- Bump matryer/moq to v0.5.3
9+
- Bump github.com/urfave/cli/v2 to 2.27.6
10+
311
## v0.11.0
412
- Add support for the B200 GPU with PCI Device ID 2901
513
- Bump golang version to v1.23.5

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

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

0 commit comments

Comments
 (0)