1
1
---
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"
5
5
labels : ['epic']
6
6
assignees : ' '
7
7
@@ -21,23 +21,29 @@ assignees: ''
21
21
22
22
## Release checklists
23
23
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
+
24
36
``` [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
34
38
- [ ] Run/check getting-started scripts
35
39
- [ ] Run/check demos with dev release and main branch and create draft PR for release-related changes including updated screenshots
36
40
- [ ] Ensure integration tests are successful on OpenShift
37
41
- [ ] Test SDP release upgrade against several demos (i.e. install current release, run demo, bump to dev release, check what needs to be patched)
38
42
- [ ] Run all of the test suites in Jenkins (with all product versions, not just "nightly")
39
43
```
40
44
45
+ ### Other Pre-Requisites (before Feature Freeze)
46
+
41
47
``` [tasklist]
42
48
### Other release-specific pre-requisites
43
49
- [ ] ...
0 commit comments