Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 501 Bytes

RELEASE.md

File metadata and controls

20 lines (11 loc) · 501 Bytes

Release Process

TODO: Migrate these to github actions.

Prerelease

  1. Ensure the CHANGELOG.md is up to date.
  2. Bump the Chart.yaml version or appVersion as needed.

Test the build of cluster-config-maps

  1. Build the csi driver: make docker.build

Release cluster-config-maps

  1. Build the csi driver: git tag 0.x.x && git push --tags

Release Helm Chart

  1. Regenerate the helm chart + docs: helm.generate