Skip to content

Commit caf1cb3

Browse files
committed
chore: Update tasklists
1 parent 46b098d commit caf1cb3

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

.github/ISSUE_TEMPLATE/release.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: Release
3-
about: This template can be used to track the release process at Stackable
4-
title: Release XX.(X)X
2+
name: Release Tracking
3+
about: This template can be used to track the progress of the SDP
4+
title: "chore(tracking): Release SDP XX.(X)X"
55
labels: ['epic']
66
assignees: ''
77

@@ -21,23 +21,29 @@ assignees: ''
2121
2222
## Release checklists
2323

24+
Replace the items in the task lists below with the applicable Pull Requests / Issues
25+
26+
### General Pre-Requisites (before Feature Freeze)
27+
28+
```[tasklist]
29+
### Week 1
30+
- [ ] [Update and release operator-rs workspace members](https://github.com/stackabletech/operator-rs/issues/new?assignees=&labels=epic&projects=&template=release-workspace-members.md&title=chore%3A+Update+and+release+workspace+members)
31+
- [ ] [Update Rust toolchain of operators](https://github.com/stackabletech/operator-templating/issues/new?assignees=&labels=epic&projects=&template=pre-release.md&title=chore%3A+Update+Rust+toolchain+to+1.XX)
32+
- [ ] [TODO: Update Rust dependencies of operators](https://github.com/stackabletech/issues)
33+
- [ ] [Update Container Images](https://github.com/stackabletech/docker-images/issues/new?assignees=&labels=epic&projects=&template=pre-release.md&title=chore%3A+Update+Container+Images+for+Stackable+Release+XX.%28X%29X)
34+
```
35+
2436
```[tasklist]
25-
### General pre-requisites (before feature freeze)
26-
- [ ] **Week 1 tasks**
27-
- [ ] Update docker-images product versions (and ubiX-rust-builder toolchain)
28-
- [ ] Update operator-rs dependencies, rust-toolchain
29-
- [ ] Release operator-rs (use the helper scripts)
30-
- [ ] Update operator-templating (rust-toolchain)
31-
- [ ] Apply operator-templating to all operators (fix anything broken in the same PR)
32-
- [ ] Update operator dependencies. This should be done early in the release cycle to leave sufficient time for testing etc.
33-
- [ ] **Week 2 tasks**
37+
### Week 2
3438
- [ ] Run/check getting-started scripts
3539
- [ ] Run/check demos with dev release and main branch and create draft PR for release-related changes including updated screenshots
3640
- [ ] Ensure integration tests are successful on OpenShift
3741
- [ ] Test SDP release upgrade against several demos (i.e. install current release, run demo, bump to dev release, check what needs to be patched)
3842
- [ ] Run all of the test suites in Jenkins (with all product versions, not just "nightly")
3943
```
4044

45+
### Other Pre-Requisites (before Feature Freeze)
46+
4147
```[tasklist]
4248
### Other release-specific pre-requisites
4349
- [ ] ...

0 commit comments

Comments
 (0)