From 68c920f117b441c1a849b9e1f591728855513c23 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 3 Nov 2025 10:56:41 +0100 Subject: [PATCH] chore(issue_templates): Add unused stacks to the list for release testing --- .../release-from-scratch-testing.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md b/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md index cde8bf61..50e6ca44 100644 --- a/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md +++ b/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md @@ -85,3 +85,32 @@ stackablectl demo install # --- IMPORTANT --- # Run through the nightly demo instructions (refer to the list above). ``` + +## List of Stacks + +Some stacks are not used by demos, but still need testing in some way. + +> [!TIP] +> Some of the stacks have a [tutorial](https://docs.stackable.tech/home/nightly/tutorials/) to follow. + + + +- [ ] monitoring +- [ ] observability +- [ ] openldap +- [ ] tutorial-openldap + +You can install the stack via: + +```shell +stackablectl stack install +```