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 committed Oct 18, 2024
1 parent 4aa07b4 commit efc0ea6
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/regular-tasks-for-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
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

## 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

- [ ] BCI Image Update

- [ ] 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 efc0ea6

Please sign in to comment.