Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 561 Bytes

release.md

File metadata and controls

15 lines (15 loc) · 561 Bytes

Release Process

  1. Update CHANGELOG-0.x.md
  2. Update chart version (if necessary) in osc-bsu-csi-driver/Chart.yaml and driver version in osc-bsu-csi-driver/values.yaml
  3. Update docs/README.md
  • Update the version of the plugin
  • Update the CSI spec version
  • Update the kubernetes mininmal and recommended version
  1. Generate helm doc make helm-docs
  2. Tag the release
git tag -a vX.X.X -m "Release vX.X.X"
  1. Generate the docker image with make build-image
  2. Push the docker image to the registry
  3. Make the release on Github