Skip to content

Commit 1cd2951

Browse files
committed
chore: Add getting-started scripts issue template
1 parent a0f37b8 commit 1cd2951

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
---
2+
name: Pre-Release Getting Started Script Update
3+
about: This template can be used to track the update of the "Getting Started" scripts in this repository leading up to the next Stackable release
4+
title: "chore(tracking): Check and update getting-started scripts"
5+
labels: ['epic']
6+
assignees: ''
7+
---
8+
9+
<!--
10+
Make sure to update the link in '.github/ISSUE_TEMPLATE/release.md' when
11+
you change the front matter above.
12+
-->
13+
14+
<!--
15+
DO NOT REMOVE THIS COMMENT. It is intended for people who might copy/paste from the previous release issue.
16+
This was created by an issue template: https://github.com/stackabletech/issues/issues/new/choose.
17+
-->
18+
19+
## Pre-Release Getting Started Script Updates
20+
21+
Part of <https://github.com/stackabletech/issues/issues/TRACKING_ISSUE>
22+
23+
Replace the items in the task lists below with the applicable Pull Requests
24+
25+
> [!TIP]
26+
> Create branches with predictable names so the links below work. Remember
27+
> to replace `xx.(x)x` with the appropriate release version:
28+
>
29+
> ```sh
30+
> git stash -m "unsaved work"
31+
> git fetch origin
32+
> git checkout -b fix/getting-started-pre-xx.(x)x origin/main
33+
> ```
34+
>
35+
> Then use the links below to automatically create applicable PRs for each operator
36+
> using the PR template.
37+
38+
<!--
39+
The following list was generated by:
40+
41+
# go to the stackable-templating repository, then run:
42+
yq '.repositories[].name' config/repositories.yaml \
43+
| sort \
44+
| xargs -I {} echo "- [ ] https://github.com/stackabletech/{}/compare/main..fix/getting-started-pre-$(date +%y.%-m)?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-$(date +%y.%-m)"
45+
-->
46+
47+
```[tasklist]
48+
### Getting Started Script Checks and Updates
49+
- [ ] https://github.com/stackabletech/airflow-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
50+
- [ ] https://github.com/stackabletech/commons-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
51+
- [ ] https://github.com/stackabletech/druid-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
52+
- [ ] https://github.com/stackabletech/edc-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
53+
- [ ] https://github.com/stackabletech/hbase-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
54+
- [ ] https://github.com/stackabletech/hdfs-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
55+
- [ ] https://github.com/stackabletech/hello-world-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
56+
- [ ] https://github.com/stackabletech/hive-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
57+
- [ ] https://github.com/stackabletech/kafka-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
58+
- [ ] https://github.com/stackabletech/listener-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
59+
- [ ] https://github.com/stackabletech/nifi-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
60+
- [ ] https://github.com/stackabletech/opa-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
61+
- [ ] https://github.com/stackabletech/secret-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
62+
- [ ] https://github.com/stackabletech/spark-k8s-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
63+
- [ ] https://github.com/stackabletech/superset-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
64+
- [ ] https://github.com/stackabletech/trino-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
65+
- [ ] https://github.com/stackabletech/zookeeper-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-scripts.md&title=fix(docs)%3A+Update+getting-started+scripts+pre-24.7
66+
```

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ labels: ['epic']
66
assignees: ''
77
---
88

9+
<!--
10+
Make sure to update the link in '.github/ISSUE_TEMPLATE/release.md' when
11+
you change the front matter above.
12+
-->
13+
914
<!--
1015
DO NOT REMOVE THIS COMMENT. It is intended for people who might copy/paste from the previous release issue.
1116
This was created by an issue template: https://github.com/stackabletech/issues/issues/new/choose.

0 commit comments

Comments
 (0)