-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add release checklist to contribution guide (#3042)
Co-authored-by: odubajDT <[email protected]>
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Release Checklist | ||
|
||
This page should be used to document the current process to create a full release for Keptn. | ||
|
||
## Checklist | ||
|
||
1. (in-between every release: resolve conflicts in release-please-manifest file) | ||
1. run security scans | ||
1. release python runtime | ||
1. update helm tests and helm chart docs with new python runtime version in renovate PR | ||
1. merge python runtime renovate PRs | ||
1. release deno runtime | ||
1. update helm tests and helm chart docs with new deno runtime version in renovate PR | ||
1. merge deno runtime renovate PRs | ||
1. re-generate cert-manager Helm chart docs bump cert-manager chart version in main chart | ||
1. release cert-manager by merging pr in charts | ||
1. manually updates the cert manager library inside metrics and lifecycle operator with current commit hash from master | ||
1. re-generate metrics-operator Helm chart docs | ||
1. release metrics operator bump metrics operator chart version in main chart | ||
1. release metrics-operator helm chart | ||
1. release scheduler | ||
1. fix scheduler pr conflicts re-generate lifecycle-operator Helm chart docs | ||
1. release lifecycle operator bump lifecycle-operator chart version in main chart | ||
1. release lifecycle-operator helm chart | ||
1. helm dep update to fix Chart.lock files | ||
1. klt release bump umbrella chart version in main chart | ||
1. release the Keptn chart | ||
1. update `stable` tag to the new keptn version and rebuild stable tag on readthedocs | ||
1. verify docs | ||
1. manually test examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters