-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Provide issue template to track progress of new KEDA release (#…
…3539) Signed-off-by: Tom Kerkhove <[email protected]>
- Loading branch information
1 parent
b16166a
commit 11f2fc5
Showing
1 changed file
with
23 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,23 @@ | ||
--- | ||
name: KEDA Release Tracker | ||
about: Template to keep track of the progress for a new KEDA release. | ||
title: "Release: " | ||
labels: governance,release-management | ||
assignees: tomkerkhove,zroubalik,jorturfer | ||
--- | ||
|
||
This issue template is used to track the rollout of a new KEDA version. | ||
|
||
For the full release process, we recommend reading [this document](https://github.com/kedacore/keda/blob/main/RELEASE-PROCESS.MD). | ||
|
||
## Progress | ||
|
||
- [ ] Prepare changelog | ||
- [ ] Add the new version to GitHub Bug report template | ||
- [ ] Publish new documentation version | ||
- [ ] Create KEDA release | ||
- [ ] Setup continous container scanning with Snyk | ||
- [ ] Prepare & ship Helm chart | ||
- [ ] Prepare next release | ||
- [ ] Provide update in Slack | ||
- [ ] Tweet about new release |