Release of New Version

This is a TODO list for releasing a new driver version:

  1. Verify all version changes are committed
  2. Run ./bump_version.sh script
cd developer_tools
./bump_version <new version name>  #for example ./bump_version v1.0.2

This will Create a version bump commit including update to YAML files and create a git tag for the version

  1. Build image locally
cd build
./build.sh
  1. Push Version to GitHub
    git push github HEAD:<version>
  1. Create GitHub Pull Request
  1. Login to Docker Hub
    docker login
  1. enter your Docker Hub username and password
  1. you must be a member of the Excelero Organization in Docker Hub in order to push an image to it.
  1. 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