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