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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ This will not be so crucial with release branches, but is nonetheless sensible a
51
51
- [ ] Create release tag(s) for operators (see stackable-utils for scripts to create tags)
52
52
- [ ] Create release tag for stackable-cockpit (optional, highly experimental, requires manual tag creation)
53
53
- [ ] Update changelogs in main branches (see stackable-utils for script to do this)
54
+
- [ ] Generate CRD docs [website](https://crds.stackable.tech/) for the new release by following these [instructions](https://github.com/stackabletech/crddocs)
54
55
- [ ] Check (selected) integration tests
55
56
- [ ] Check getting started scripts (use a table in Nuclino)
56
57
- [ ] Run/check getting-started scripts
@@ -99,7 +100,6 @@ Marketing tasks can now reference published documentation.
99
100
```[tasklist]
100
101
### Post-release tasks
101
102
- [ ] 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).
102
-
- [ ] ~~Run renovate manually by starting this action: https://github.com/stackabletech/ci/blob/main/.github/workflows/renovate.yml~~ (Doesn't work. Renovate is not automatable)
103
103
- [ ] Check/bump versions of kube-rs and k8s-openapi (also checking the version of k8s we build against)
104
104
- [ ] Check/bump ubi8 base image
105
105
- [ ] preflight now checks automatically it's own version and only runs if latest ~~Check/bump preflight~~
0 commit comments