Skip to content

Commit 686d4e4

Browse files
authored
chore(issue_templates): Add unused stacks to the list for release testing (#329)
1 parent 1af929f commit 686d4e4

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/ISSUE_TEMPLATE/release-from-scratch-testing.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,32 @@ stackablectl demo install <DEMO_NAME>
8585
# --- IMPORTANT ---
8686
# Run through the nightly demo instructions (refer to the list above).
8787
```
88+
89+
## List of Stacks
90+
91+
Some stacks are not used by demos, but still need testing in some way.
92+
93+
> [!TIP]
94+
> Some of the stacks have a [tutorial](https://docs.stackable.tech/home/nightly/tutorials/) to follow.
95+
96+
<!--
97+
The following list was generated by:
98+
99+
# Using the real `yq` that follows the same interface as `jq`
100+
yq -y --slurp '.[0] * .[1] | .allStacks - .usedStacks' \
101+
<(cat demos/demos-v2.yaml| yq '{usedStacks: [.demos[] | .stackableStack]}') \
102+
<(cat stacks/stacks-v2.yaml | yq '{allStacks: [.stacks | keys] | flatten}') \
103+
| sed -e 's/^- /- [ ] /g' \
104+
| sort
105+
-->
106+
107+
- [ ] monitoring
108+
- [ ] observability
109+
- [ ] openldap
110+
- [ ] tutorial-openldap
111+
112+
You can install the stack via:
113+
114+
```shell
115+
stackablectl stack install <STACK_NAME>
116+
```

0 commit comments

Comments
 (0)