Release of New Version

This is a TODO list for releasing a new driver version:
1. Verify driver version strings updated in the /version file

2. Build image locally

cd build
./build.sh

3. Commit all changes

4. Create git tag to indicate the version
git tag -a v0.0.1 -m v0.0.1

5. Push Version to GitHub
git push github HEAD:<version>_rc

6. Create GitHub Pull Request

7. Login to Docker Hub
docker login

  • enter your Docker Hub username and password
  • you must be a member of the Excelero Organization in Docker Hub in order to push an image to it.

8. Push image to Docker Hub
docker push excelero/nvmesh-csi-driver:<version>

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment