Skip to content

Commit b418315

Browse files
committed
chore: Add operator Rust update issue template
1 parent bad7209 commit b418315

File tree

3 files changed

+64
-180
lines changed

3 files changed

+64
-180
lines changed

.github/ISSUE_TEMPLATE/pre-release.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
name: Pre-Release Operator Rust Updates
3+
about: This template can be used to track the progress of Rust updates across our operators leading up to the Stackable release
4+
title: "chore(tracking): Update Rust dependencies of operators for Stackable release XX.(X)X"
5+
labels: ['epic']
6+
assignees: ''
7+
---
8+
9+
<!--
10+
DO NOT REMOVE THIS COMMENT. It is intended for people who might copy/paste from the previous release issue.
11+
This was created by an issue template: https://github.com/stackabletech/issues/issues/new/choose.
12+
-->
13+
14+
## Pre-Release Operator Rust Updates
15+
16+
<!--
17+
Replace 'TRACKING_ISSUE' with the applicable release tracking issue number.
18+
-->
19+
20+
Part of <https://github.com/stackabletech/issues/TRACKING_ISSUE>
21+
22+
Replace the items in the task lists below with the applicable Pull Requests
23+
24+
> [!TIP]
25+
> Use the links below to automatically create applicable PRs for each operator
26+
> using the PR template.
27+
28+
<!--
29+
The following list was generated by:
30+
31+
cd operator-templating
32+
yq '.repositories[].name' config/repositories.yaml \
33+
| sort \
34+
| xargs -I {} echo "- [ ] https://github.com/stackabletech/{}/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies"
35+
-->
36+
37+
```[tasklist]
38+
### Operator Rust Updates
39+
- [ ] https://github.com/stackabletech/airflow-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
40+
- [ ] https://github.com/stackabletech/commons-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
41+
- [ ] https://github.com/stackabletech/druid-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
42+
- [ ] https://github.com/stackabletech/edc-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
43+
- [ ] https://github.com/stackabletech/hbase-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
44+
- [ ] https://github.com/stackabletech/hdfs-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
45+
- [ ] https://github.com/stackabletech/hello-world-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
46+
- [ ] https://github.com/stackabletech/hive-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
47+
- [ ] https://github.com/stackabletech/kafka-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
48+
- [ ] https://github.com/stackabletech/listener-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
49+
- [ ] https://github.com/stackabletech/nifi-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
50+
- [ ] https://github.com/stackabletech/opa-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
51+
- [ ] https://github.com/stackabletech/secret-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
52+
- [ ] https://github.com/stackabletech/spark-k8s-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
53+
- [ ] https://github.com/stackabletech/superset-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
54+
- [ ] https://github.com/stackabletech/trino-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
55+
- [ ] https://github.com/stackabletech/zookeeper-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies
56+
```

.github/ISSUE_TEMPLATE/release.md

Lines changed: 8 additions & 4 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

@@ -20,9 +20,13 @@ assignees: ''
2020
2121
## Release checklists
2222

23+
Replace the items in the task lists below with the applicable Pull Requests / Issues
24+
2325
```[tasklist]
2426
### 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.
27+
- [ ] [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)
28+
- [ ] [TODO: Update Rust toolchain](https://github.com/stackabletech/operator-templating)
29+
- [ ] [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)
2630
- [ ] Check Rust and e.g. cargo deps versions
2731
- [ ] Run/check getting-started scripts
2832
- [ ] Run/check demos with dev release and main branch and create draft PR for release-related changes

.github/ISSUE_TEMPLATE/release_version_updates.md

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)