Skip to content

Commit

Permalink
Merge pull request #62 from NVIDIA/bump-0.7.0
Browse files Browse the repository at this point in the history
Bump project version to v0.7.0
  • Loading branch information
cdesiniotis authored Apr 22, 2024
2 parents 10421cd + 0a2b15c commit 76371de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# NVIDIA MIG Manager Changelog

## v0.7.0
- Update to latest CUDA base image 12.4.1
- Bump Golang version to 1.22.2
- Update vendored go dependencies

## v0.6.0
- Update to latest CUDA base image 12.3.2
- Migrate to using github.com/NVIDIA/go-nvlib
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.6.0-ubi8
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.7.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.6.0-ubi8
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.7.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.6.0
VERSION ?= v0.7.0

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

Expand Down

0 comments on commit 76371de

Please sign in to comment.