The device plugin consists in two artifacts:
- The Device Plugin container
- The Device Plugin helm chart
Publishing the container is automated through gitlab-ci and only requires one to tag the commit and push it to gitlab. Publishing the helm chart is currently manual, and we should move to an automated process ASAP
- Update the README changelog
- Update the README to change occurances of the old version (e.g:
v0.12.2) with the new version - Commit, Tag and Push to Gitlab
- Build a new helm package with
helm package ./deployments/helm/nvidia-device-plugin - Switch to the
gh-pagesbranch and move the newly generated package to thestablehelm repo - Run the
./build-index.shscript to rebuild the indices for each repo - Commit and push the
gh-pagesbranch to GitHub - Wait for the [CI job associated with your tag] (https://gitlab.com/nvidia/kubernetes/device-plugin/-/pipelines) to complete
- Create a new release on Github with the changelog