Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump project to v0.8.0-rc.2 #91

Merged
merged 3 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# NVIDIA MIG Manager Changelog

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

## v0.8.0-rc.1
- Update to latest CUDA base image 12.5.0
- Bump Golang version to 1.22.4
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-rc.1-ubi8
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.8.0-rc.2-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-rc.1-ubi8
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager:v0.8.0-rc.2-ubi8
imagePullPolicy: IfNotPresent
env:
- name: NODE_NAME
Expand Down
4 changes: 2 additions & 2 deletions 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-rc.1
VERSION ?= v0.8.0-rc.2

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

Expand All @@ -24,4 +24,4 @@ BUILDIMAGE ?= ghcr.io/nvidia/k8s-test-infra:$(BUILDIMAGE_TAG)

GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")

NVIDIA_CTK_VERSION := v1.16.0-rc.1
NVIDIA_CTK_VERSION := v1.16.0-rc.2