Skip to content

Commit

Permalink
chore(template): add Regular Tasks for Feature Release template
Browse files Browse the repository at this point in the history
Longhorn 9682

Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit authored and innobead committed Oct 18, 2024
1 parent 74a8afd commit 9e13e5f
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/regular-tasks-for-release.md
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

0 comments on commit 9e13e5f

Please sign in to comment.