@@ -16,20 +16,26 @@ assignees: ''
16
16
17
17
> [ !IMPORTANT]
18
18
> Important dates:
19
- > -
19
+ > - ... - Release planning
20
+ > - ... - Target release date
20
21
21
22
## Release checklists
22
23
23
24
``` [tasklist]
24
25
### General pre-requisites (before feature freeze)
25
- - [ ] Bump operator-rs to latest version in all operators. This should be done early in the release cycle to leave sufficient time for testing etc.
26
- - [ ] Check Rust and e.g. cargo deps versions
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**
27
34
- [ ] Run/check getting-started scripts
28
- - [ ] Run/check demos with dev release and main branch and create draft PR for release-related changes
29
- - [ ] Update demo docs and screenshots
35
+ - [ ] Run/check demos with dev release and main branch and create draft PR for release-related changes including updated screenshots
30
36
- [ ] Ensure integration tests are successful on OpenShift
31
- - [ ] Test SDP release upgrade against several demos (i.e. install release, run demo, bump release, check what needs to be patched)
32
- - [ ] Run all of the test suites (with all product versions, not just "nightly")
37
+ - [ ] 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
+ - [ ] Run all of the test suites in Jenkins (with all product versions, not just "nightly")
33
39
```
34
40
35
41
``` [tasklist]
0 commit comments