You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,9 @@ assignees: ''
17
17
- [ ] Check Rust and e.g. cargo deps versions
18
18
- [ ] Run/check getting-started scripts
19
19
- [ ] Run/check demos with dev release and main branch and create draft PR for release-related changes
20
-
- [ ] TestOLM packages on Openshift
20
+
- [ ] Ensure integration tests are successful on OpenShift
21
21
- [ ] Test SDP release upgrade against 2-3 demos (i.e. install release, run demo, bump release, check what needs to be patched)
22
+
- [ ] TODO: get rid of this ? Update the getting-started page in the main docs and check it works with this release: https://github.com/stackabletech/documentation/blob/main/modules/ROOT/pages/getting_started.adoc
22
23
```
23
24
24
25
```[tasklist]
@@ -39,7 +40,6 @@ This will not be so crucial with release branches, but is nonetheless sensible a
39
40
- [ ] Create release branches for operators (see stackable-utils for script to create branches)
40
41
- [ ] Create release tag(s) for operators (see stackable-utils for scripts to create tags)
41
42
- [ ] Create release tag for stackable-cockpit (optional, highly experimental, requires manual tag creation)
42
-
- [ ] Ping the stackable-ionos-tech channel or anyone responsible once all tags are created
43
43
- [ ] Update changelogs in main branches (see stackable-utils for script to do this)
44
44
- [ ] Check (selected) integration tests (use a table in Nuclino - easier for concurrent editing)
45
45
- [ ] Check getting started scripts (use a table in Nuclino)
@@ -60,18 +60,18 @@ This will not be so crucial with release branches, but is nonetheless sensible a
60
60
- [ ] Upgrade guide: List supported k8s versions
61
61
- [ ] Update version of main documentation repo
62
62
- [ ] Set the release to "Released" in the Feature Tracker and create a new release
63
-
- [ ] Update the getting-started page in the main docs and check it works with this release: https://github.com/stackabletech/documentation/blob/main/modules/ROOT/pages/getting_started.adoc
64
63
```
65
64
66
65
Marketing tasks can now reference published documentation.
67
66
68
67
```[tasklist]
69
68
#### Marketing tasks
69
+
- [ ] Ping the stackable-ionos-tech channel or anyone responsible once all tags are created
70
70
- [ ] Write marketing / customer oriented release summary to be published in the marketing channels
71
71
- [ ] Update the homepage banner (as long as we have it) to point to the new release
72
72
- [ ] Write a blogpost / news article announcing the new release (optional)
73
73
- [ ] Write a description of new demos for hmepage/demos section
74
-
- [ ] Announce Release on linkedIn
74
+
- [ ] Announce Release on LinkedIn
75
75
- [ ] Announce Release in Newsletter (optional)
76
76
- [ ] Produce a release highlight video (optional)
77
77
- [ ] Announce Release on Hacker News (optional)
@@ -85,12 +85,11 @@ Marketing tasks can now reference published documentation.
85
85
86
86
```[tasklist]
87
87
### Post-release tasks
88
-
- [ ] Bump Rust version. This can be done [in this file](https://github.com/stackabletech/operator-templating/blob/main/repositories.yaml) by changing `rust_version` and also for the ubi base image [here](https://github.com/stackabletech/docker-images/blob/main/ubi8-rust-builder/Dockerfile#L25). Please be aware that this action will change it for all repositories at the same time (when merging the templating PRs).
88
+
- [ ] Bump Rust version. This can be done [in this file](https://github.com/stackabletech/operator-templating/blob/main/config/rust.yaml) by changing `rust_version` and also for the ubi base image [here](https://github.com/stackabletech/docker-images/blob/main/ubi8-rust-builder/Dockerfile#L25). Please be aware that this action will change it for all repositories at the same time (when merging the templating PRs).
89
89
- [ ] Run renovate manually by starting this action: https://github.com/stackabletech/ci/blob/main/.github/workflows/renovate.yml
90
90
- [ ] Check/bump versions of kube-rs and k8s-openapi (also checking the version of k8s we build against)
91
91
- [ ] Check/bump ubi8 base image
92
-
- [ ] Check/bump preflight
93
-
- [ ] Create issue for release-specific Openshift certification
92
+
- [ ] Openshift certification
94
93
- [ ] Define product versions to include in the next release
95
94
- [ ] Add branch protection to release branches once they are stable
0 commit comments