Skip to content

Commit

Permalink
Merge pull request #118 from NVIDIA/bump-project-0.9.0
Browse files Browse the repository at this point in the history
Bump version to v0.9.0
  • Loading branch information
cdesiniotis authored Aug 28, 2024
2 parents 23df29e + 1ef7f1a commit 53e8b01
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# NVIDIA MIG Manager Changelog

## v0.9.0
- Bump go-nvlib to 0.6.1
- Fix the H100 NVL mig profile configuration in the example file
- Add arm64 packages
- Add a new nvidia-gpu-services.target to ensure proper startup order
- Add H800 with PCI ID 232410DE
- Bump Golang version to 1.23.0
- Bump nvidia-ctk version to v1.16.1
- Bump CUDA base image version to 12.6.0

## v0.8.0
- Add H200 141GB to the example config file
- Bump CUDA base image version to 12.5.1

## v0.8.0-rc.2
- Add --nvidia-cdi-hook flag to mig-manager
- Bump nvidia-ctk version to v0.16.0-rc.2
- Bump nvidia-ctk version to v1.16.0-rc.2
- Bump Golang version to 1.22.5

## v0.8.0-rc.1
Expand All @@ -18,7 +28,7 @@
- Align nvidia driver root envvar names with other components
- Add support for H100 NVL 94GB
- Add dev-root option to mig-manager container
- Bump nvidia-ctk version to v0.16.0-rc.1
- Bump nvidia-ctk version to v1.16.0-rc.1

## v0.7.0
- Update to latest CUDA base image 12.4.1
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.8.0-ubi8
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.9.0-ubi8
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.8.0-ubi8
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.9.0-ubi8
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.8.0
VERSION ?= v0.9.0

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

Expand Down

0 comments on commit 53e8b01

Please sign in to comment.