Skip to content

Commit 3634ef5

Browse files
authored
chore: Remove tasklists (#724)
1 parent 6b59754 commit 3634ef5

5 files changed

+33
-52
lines changed

.github/ISSUE_TEMPLATE/03-pre-release-getting-started-scripts.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ popd
5353
> Then use the links below to automatically create applicable PRs for each operator
5454
> using the PR template.
5555
56-
Replace the items in the task lists below with the applicable Pull Requests (if any).
56+
### Getting Started Script Checks and Updates
57+
58+
Replace the items in the task list below with the applicable Pull Requests (if any).
5759
5860
<!--
5961
The following list was generated by:
@@ -66,8 +68,6 @@ Replace the items in the task lists below with the applicable Pull Requests (if
6668
| xargs -I {} echo "- [ ] [Update getting-started script for {}](https://github.com/stackabletech/{}/compare/${MAIN_BRANCH}...fix/getting-started-pre-${STACKABLE_RELEASE}?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-${STACKABLE_RELEASE})"
6769
-->
6870
69-
```[tasklist]
70-
### Getting Started Script Checks and Updates
7171
- [ ] [Update getting-started script for airflow-operator](https://github.com/stackabletech/airflow-operator/compare/main...fix/getting-started-pre-YY.M.X?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-YY.M.X)
7272
- [ ] [Update getting-started script for commons-operator](https://github.com/stackabletech/commons-operator/compare/main...fix/getting-started-pre-YY.M.X?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-YY.M.X)
7373
- [ ] [Update getting-started script for druid-operator](https://github.com/stackabletech/druid-operator/compare/main...fix/getting-started-pre-YY.M.X?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-YY.M.X)
@@ -85,4 +85,3 @@ Replace the items in the task lists below with the applicable Pull Requests (if
8585
- [ ] [Update getting-started script for superset-operator](https://github.com/stackabletech/superset-operator/compare/main...fix/getting-started-pre-YY.M.X?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-YY.M.X)
8686
- [ ] [Update getting-started script for trino-operator](https://github.com/stackabletech/trino-operator/compare/main...fix/getting-started-pre-YY.M.X?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-YY.M.X)
8787
- [ ] [Update getting-started script for zookeeper-operator](https://github.com/stackabletech/zookeeper-operator/compare/main...fix/getting-started-pre-YY.M.X?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-YY.M.X)
88-
```

.github/ISSUE_TEMPLATE/04-pre-release-openshift-tests.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ OPERATOR_VERSION: 0.0.0-dev
2929
TEST_SCRIPT_PARAMS: --test-suite openshift
3030
```
3131

32+
### Integration Tests on OpenShift
33+
3234
<!--
3335
The following list was generated by:
3436
@@ -38,8 +40,6 @@ TEST_SCRIPT_PARAMS: --test-suite openshift
3840
| xargs -I {} echo "- [ ] [{}](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/{}-it-custom/build)"
3941
-->
4042

41-
```[tasklist]
42-
### Integration Tests on OpenShift
4343
- [ ] [airflow-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/airflow-operator-it-custom/build)
4444
- [ ] [commons-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/commons-operator-it-custom/build)
4545
- [ ] [druid-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/druid-operator-it-custom/build)
@@ -57,4 +57,3 @@ TEST_SCRIPT_PARAMS: --test-suite openshift
5757
- [ ] [superset-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/superset-operator-it-custom/build)
5858
- [ ] [trino-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/trino-operator-it-custom/build)
5959
- [ ] [zookeeper-operator](https://testing.stackable.tech/view/02%20Operator%20Tests%20%28custom%29/job/zookeeper-operator-it-custom/build)
60-
```

.github/ISSUE_TEMPLATE/05-pre-release-operator-rust-deps.md

+21-23
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ assignees: ''
2424

2525
Part of <https://github.com/stackabletech/issues/issues/TRACKING_ISSUE>
2626

27-
Replace the items in the task lists below with the applicable Pull Requests
28-
2927
> [!TIP]
3028
> Create branches with predictable names so the links below work. Remember
3129
> to replace `YY.M.X` with the appropriate release version:
@@ -39,32 +37,32 @@ Replace the items in the task lists below with the applicable Pull Requests
3937
> Then use the links below to automatically create applicable PRs for each operator
4038
> using the PR template.
4139
40+
### Operator Rust Updates
41+
42+
Replace the items in the task list below with the applicable Pull Requests.
43+
4244
<!--
4345
The following list was generated by:
4446
4547
# go to the stackable-templating repository, then run:
4648
yq '.repositories[].name' config/repositories.yaml \
4749
| sort \
48-
| xargs -I {} echo "- [ ] https://github.com/stackabletech/{}/compare/main...chore/bump-rust-deps-pre-$(date +%y.%-m)?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-$(date +%y.%-m)"
50+
| xargs -I {} echo "- [ ] [{}](https://github.com/stackabletech/{}/compare/main...chore/bump-rust-deps-pre-$(date +%y.%-m)?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-$(date +%y.%-m))"
4951
-->
5052
51-
```[tasklist]
52-
### Operator Rust Updates
53-
- [ ] https://github.com/stackabletech/airflow-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
54-
- [ ] https://github.com/stackabletech/commons-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
55-
- [ ] https://github.com/stackabletech/druid-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
56-
- [ ] https://github.com/stackabletech/edc-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
57-
- [ ] https://github.com/stackabletech/hbase-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
58-
- [ ] https://github.com/stackabletech/hdfs-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
59-
- [ ] https://github.com/stackabletech/hello-world-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
60-
- [ ] https://github.com/stackabletech/hive-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
61-
- [ ] https://github.com/stackabletech/kafka-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
62-
- [ ] https://github.com/stackabletech/listener-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
63-
- [ ] https://github.com/stackabletech/nifi-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
64-
- [ ] https://github.com/stackabletech/opa-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
65-
- [ ] https://github.com/stackabletech/secret-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
66-
- [ ] https://github.com/stackabletech/spark-k8s-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
67-
- [ ] https://github.com/stackabletech/superset-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
68-
- [ ] https://github.com/stackabletech/trino-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
69-
- [ ] https://github.com/stackabletech/zookeeper-operator/compare/main...chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7
70-
```
53+
- [ ] [airflow-operator](https://github.com/stackabletech/airflow-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
54+
- [ ] [commons-operator](https://github.com/stackabletech/commons-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
55+
- [ ] [druid-operator](https://github.com/stackabletech/druid-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
56+
- [ ] [hbase-operator](https://github.com/stackabletech/hbase-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
57+
- [ ] [hdfs-operator](https://github.com/stackabletech/hdfs-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
58+
- [ ] [hello-world-operator](https://github.com/stackabletech/hello-world-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
59+
- [ ] [hive-operator](https://github.com/stackabletech/hive-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
60+
- [ ] [kafka-operator](https://github.com/stackabletech/kafka-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
61+
- [ ] [listener-operator](https://github.com/stackabletech/listener-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
62+
- [ ] [nifi-operator](https://github.com/stackabletech/nifi-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
63+
- [ ] [opa-operator](https://github.com/stackabletech/opa-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
64+
- [ ] [secret-operator](https://github.com/stackabletech/secret-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
65+
- [ ] [spark-k8s-operator](https://github.com/stackabletech/spark-k8s-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
66+
- [ ] [superset-operator](https://github.com/stackabletech/superset-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
67+
- [ ] [trino-operator](https://github.com/stackabletech/trino-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)
68+
- [ ] [zookeeper-operator](https://github.com/stackabletech/zookeeper-operator/compare/main...chore/bump-rust-deps-pre-25.4?quick_pull=1&template=pre-release-rust-deps.md&title=chore%3A+Bump+Rust+dependencies+pre-25.4)

.github/ISSUE_TEMPLATE/07-release-getting-started-scripts.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ popd
5858
> Then use the links below to automatically create applicable PRs for each operator
5959
> using the PR template.
6060
61-
Replace the items in the task lists below with the applicable Pull Requests (if any).
61+
### Getting Started Script Checks and Updates
62+
63+
Replace the items in the task list below with the applicable Pull Requests (if any).
6264
6365
<!--
6466
The following list was generated by:
@@ -71,8 +73,6 @@ Replace the items in the task lists below with the applicable Pull Requests (if
7173
| xargs -I {} echo "- [ ] [Update getting-started script for {}](https://github.com/stackabletech/{}/compare/${RELEASE_BRANCH}...fix/getting-started-${STACKABLE_RELEASE}?quick_pull=1&template=release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+${STACKABLE_RELEASE})"
7274
-->
7375
74-
```[tasklist]
75-
### Getting Started Script Checks and Updates
7676
- [ ] [Update getting-started script for airflow-operator](https://github.com/stackabletech/airflow-operator/compare/release-YY.M...fix/getting-started-YY.M.X?quick_pull=1&template=release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+YY.M.X)
7777
- [ ] [Update getting-started script for commons-operator](https://github.com/stackabletech/commons-operator/compare/release-YY.M...fix/getting-started-YY.M.X?quick_pull=1&template=release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+YY.M.X)
7878
- [ ] [Update getting-started script for druid-operator](https://github.com/stackabletech/druid-operator/compare/release-YY.M...fix/getting-started-YY.M.X?quick_pull=1&template=release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+YY.M.X)
@@ -90,4 +90,3 @@ Replace the items in the task lists below with the applicable Pull Requests (if
9090
- [ ] [Update getting-started script for superset-operator](https://github.com/stackabletech/superset-operator/compare/release-YY.M...fix/getting-started-YY.M.X?quick_pull=1&template=release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+YY.M.X)
9191
- [ ] [Update getting-started script for trino-operator](https://github.com/stackabletech/trino-operator/compare/release-YY.M...fix/getting-started-YY.M.X?quick_pull=1&template=release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+YY.M.X)
9292
- [ ] [Update getting-started script for zookeeper-operator](https://github.com/stackabletech/zookeeper-operator/compare/release-YY.M...fix/getting-started-YY.M.X?quick_pull=1&template=release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+YY.M.X)
93-
```

.github/ISSUE_TEMPLATE/08-release-retro.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,11 @@ After the YY.M.X release, we will hold a release-retro to discuss what went well
1111
- [ ] Schedule the retro
1212
- [ ] Create action items during the retro
1313

14-
The task list below can capture items as we think of them.
15-
16-
<!--details-->
17-
```[tasklist]
18-
### Items for discussion
19-
```
20-
<!--/details-->
21-
2214
> [!TIP]
23-
> During the retro, edit this description and remove the commented actions task list below
24-
25-
<!--
26-
During the retro, uncomment the below to record actions into.
27-
You can then wrap the above tasklist in a <details> tag to hide it away
28-
-->
29-
<!--
15+
> Feel free to add comments to this issue. We will then hold a post-release retro and product action items.
3016
31-
```[tasklist]
32-
### Action items
33-
```
17+
<!-- uncomment after the release retro
18+
## Action items
3419
20+
- [ ] ...
3521
-->

0 commit comments

Comments
 (0)