forked from longhorn/longhorn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(template): add Regular Tasks for Feature Release template
Longhorn 9682 Signed-off-by: Derek Su <derek.su@suse.com>
- Loading branch information
Showing
1 changed file
with
46 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,46 @@ | ||
--- | ||
name: Regular Tasks for Feature Release | ||
about: Regular tasks for a feature release | ||
title: "[RELEASE] Regular Tasks for Feature Release v<x.y>.0" | ||
labels: release/task | ||
assignees: '' | ||
--- | ||
|
||
## What's the task? Please describe | ||
|
||
Regular tasks for feature release v<x.y>.0 must be completed well before the release, during the development phase. | ||
|
||
For OS distro updates for SLES and SLE Micro, need to update for each patch release as well. | ||
|
||
## Describe the sub-tasks | ||
|
||
- [ ] OS Distro Version Update (QA captain) | ||
- [ ] Verify by ci.longhorn.io/job/public/job | ||
- [ ] Update `Best Practices>Operating System` in the official document | ||
|
||
- [ ] K8s Distro Version Update for Testing Pipelines (QA captain) | ||
- [ ]Update to the latest supported K8s version (RKE2, K3s) | ||
|
||
- [ ] BCI Image Update for Component Container Base Image | ||
|
||
- [ ] Golang Version Update | ||
- [ ] BCI golang image update | ||
- [ ] go.mod update | ||
|
||
- [ ] Kubernetes Version Update | ||
- [ ] Update the official document with all versions we support | ||
- [ ] Update the minimum version in official document and chart if needed | ||
|
||
- [ ] Kubernetes Dependent Library Version Update | ||
|
||
- [ ] CSI Sidecar Version Update | ||
|
||
- [ ] Support Bundle Kit Version Update | ||
|
||
- [ ] NFS-Ganesha Version Update | ||
|
||
- [ ] SPDK Version Update | ||
|
||
## Additional context | ||
|
||
https://github.com/longhorn/longhorn/wiki/Version-Update-Policy |