Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Su <derek.su@suse.com>
  • Loading branch information
derekbit committed Jan 26, 2025
1 parent a2ac9dd commit 639e996
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/fix-cve-issues-for-release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Fix CVE Issues for Release
about: Security issue fix task for a release
title: "[RELEASE] Fix CVE Issues for v<x.y.z>"
title: "[RELEASE] Fix CVE Issues for {{ env.RELEASE_VERSION }}"
labels: ["release/task", "area/security", "area/install-uninstall-upgrade"]
assignees: ''

Expand All @@ -10,11 +10,11 @@ assignees: ''
## What's the task? Please describe

Identify and resolve CVE issues of Longhorn components:
- https://github.com/longhorn/longhorn/blob/v<x.y>.x/deploy/longhorn-images.txt
- https://github.com/longhorn/longhorn/blob/{{ env.BRANCH_NAME }}/deploy/longhorn-images.txt

## Describe the sub-tasks

- [ ] Identify CVE issues in Longhorn components for v<x.y.z>.
- [ ] Identify CVE issues in Longhorn components for {{ env.RELEASE_VERSION }}.
- [ ] Resolve the identified CVE issues.
- [ ] Perform CVE scans and possible fixes for each stage: Pre-RCs, RC1, RC2, etc.

Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/regular-tasks-for-feature-release.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
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
title: "[RELEASE] Regular Tasks for Feature Release {{ env.RELEASE_VERSION }}"
labels: ["release/task", "area/install-uninstall-upgrade"]
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.
Regular tasks for feature release {{ env.RELEASE_VERSION }} 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.

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Release Task
about: Create a release task
title: "[RELEASE] Release {{ env.RELEASE_VERSION }}"
labels: release/task
labels: ["release/task", "area/install-uninstall-upgrade"]
assignees: ''

---
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/create-release-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_VERSION: ${{ github.event.inputs.release_version }}
FEATURE_RELEASE: ${{ env.FEATURE_RELEASE }}
BBRANCH_NAME: ${{ env.BBRANCH_NAME }}

0 comments on commit 639e996

Please sign in to comment.