-
Notifications
You must be signed in to change notification settings - Fork 727
Bump release v0.17.2 #1263
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 release v0.17.2 #1263
Conversation
Signed-off-by: Evan Lezar <[email protected]>
Signed-off-by: Evan Lezar <[email protected]>
Signed-off-by: Evan Lezar <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR prepares the v0.17.2 release by updating version references across the project, including Makefiles, Kubernetes deployment configurations, Helm charts, documentation, and the changelog.
- Bump version numbers from v0.17.1 to v0.17.2 in various configuration files
- Update Helm chart version and associated documentation in README.md
- Add changelog entries for the new release
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
versions.mk | Updated the VERSION variable to v0.17.2 |
deployments/static/nvidia-device-plugin.yml | Updated container image version to v0.17.2 |
deployments/static/nvidia-device-plugin-compat-with-cpumanager.yml | Updated container image version to v0.17.2 |
deployments/static/gpu-feature-discovery-job.yaml.template | Updated version labels and image version to v0.17.2 |
deployments/static/gpu-feature-discovery-daemonset.yaml | Updated version labels and image version to v0.17.2 |
deployments/static/gpu-feature-discovery-daemonset-with-mig-single.yaml | Updated version labels and image version to v0.17.2 |
deployments/static/gpu-feature-discovery-daemonset-with-mig-mixed.yaml | Updated version labels and image version to v0.17.2 |
deployments/helm/nvidia-device-plugin/Chart.yaml | Bumped version and appVersion to 0.17.2 |
README.md | Updated version references and Helm commands to reflect v0.17.2 |
CHANGELOG.md | Added changelog entries for version v0.17.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non blocking NIT
CHANGELOG.md
Outdated
@@ -1,5 +1,9 @@ | |||
## Changelog | |||
|
|||
### Version v0.17.2 | |||
- Update nvidia.com/gpu.product label for detect blackwell architectures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Update nvidia.com/gpu.product label for detect blackwell architectures | |
- Update nvidia.com/gpu.product label to add blackwell architectures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or something similar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
Signed-off-by: Evan Lezar <[email protected]>
9dae926
to
6f85a49
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Prepare for the v0.17.2 release.