Skip to content

Commit

Permalink
Merge pull request #168 from NVIDIA/bumpver
Browse files Browse the repository at this point in the history
bump mig-parted version to v0.11.0
  • Loading branch information
tariq1890 authored Feb 4, 2025
2 parents f4bdae8 + 7842446 commit 5d3c046
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# NVIDIA MIG Manager Changelog

## v0.11.0
- Add support for the B200 GPU with PCI Device ID 2901
- Bump golang version to v1.23.5
- Bump golang/x/net to v0.33.0
- Bump nvidia-ctk version to v1.17.4
- Bump CUDA base image version to 12.8.0
- Bump go-nvml to 0.12.4-1
- Bump k8s.io/{api,api-machinery,client-go} dependencies to v0.32.1
- Bump matryer/moq to v0.5.1
- Fix rpm spec to maintain the config.yaml and hooks.yaml symlinks during an update
- Point the QEMU artifacts image to the most recent tag - `tonistiigi/binfmt:master`

## v0.10.0
- Add GH200 144G HBM3e with PCI ID x234810DE
Expand Down Expand Up @@ -156,4 +166,4 @@
- Update packaged config.yaml to include more supported devices

## v0.1.0
- Initial release of rpm package for v0.1.0
- Initial release of rpm package for v0.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: nvidia-mig-manager-service-account
containers:
- name: nvidia-mig-manager
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.10.0-ubi9
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.11.0-ubi9
imagePullPolicy: IfNotPresent
env:
- name: NODE_NAME
Expand Down
2 changes: 1 addition & 1 deletion deployments/container/nvidia-mig-manager-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
serviceAccountName: nvidia-mig-manager-service-account
containers:
- name: nvidia-mig-manager
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.10.0-ubi9
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.11.0-ubi9
imagePullPolicy: IfNotPresent
env:
- name: NODE_NAME
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

MODULE := github.com/NVIDIA/mig-parted
VERSION ?= v0.10.0
VERSION ?= v0.11.0

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

Expand Down

0 comments on commit 5d3c046

Please sign in to comment.