Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 616 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (16 loc) · 616 Bytes

Release process

Controller release

  1. Merge all pr's to master which need to be part of the new release
  2. Create pr to master with these changes:
  3. Bump kustomization
  4. Create CHANGELOG.md entry with release and date
  5. Merge pr
  6. Push a tag following semantic versioning prefixed by 'v'. Do not create a github release, this is done automatically.
  7. Create new branch and add the following changes:
  8. Bump chart version
  9. Bump charts app version
  10. Create pr to master and merge

Helm chart change only

  1. Create branch with changes
  2. Bump chart version
  3. Create pr to master and merge