Skip to content

Commit

Permalink
Merge pull request #141 from cdesiniotis/bump-0.10.0
Browse files Browse the repository at this point in the history
Bump version to v0.10.0
  • Loading branch information
tariq1890 authored Oct 25, 2024
2 parents 53b9f02 + 87cc20f commit d71ebfd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# NVIDIA MIG Manager Changelog

## v0.10.0
- Add GH200 144G HBM3e with PCI ID x234810DE
- Bump Golang version to v1.23.2
- Bump CUDA base image version to 12.6.2
- Switch to the UBI9 CUDA base image
- Bump nvidia-ctk version to v1.16.2
- Bump go-nvlib to 0.7.0
- Bump vendored go dependencies

## v0.9.1
- Add H200 with PCI ID 0x233510DE
- Fix bug with nvidia-gpu-reset.target setup
Expand Down
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.9.1-ubi8
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.10.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.9.1-ubi8
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.10.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.9.1
VERSION ?= v0.10.0

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

Expand Down

0 comments on commit d71ebfd

Please sign in to comment.