Skip to content

Commit

Permalink
docs: add release checklist to contribution guide (#3042)
Browse files Browse the repository at this point in the history
Co-authored-by: odubajDT <[email protected]>
  • Loading branch information
mowies and odubajDT authored Feb 14, 2024
1 parent 034dae3 commit 68094ab
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/docs/contribute/general/release-checklist.md
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
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ nav:
- PR review process: docs/contribute/general/git/review.md
- Contribution Guidelines: docs/contribute/general/contrib-guidelines-gen.md
- Refinement Process: docs/contribute/general/refinement-guide.md
- Release Checklist: docs/contribute/general/release-checklist.md
- Software contributions:
- docs/contribute/software/index.md
- Software development environment: docs/contribute/software/dev-environ.md
Expand Down

0 comments on commit 68094ab

Please sign in to comment.