From 580bbd59ab5d202865d940dad20403884f96be1d Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 15 Jul 2025 11:04:26 +0200 Subject: [PATCH 1/2] chore: Update testing issue templates to include 25.7.0 improvements --- .../pre-release-from-scratch-testing.md | 20 ++++++++++++++++--- .../pre-release-upgrade-testing.md | 20 ++++++++++++++++--- .../release-from-scratch-testing.md | 18 ++++++++++++++++- 3 files changed, 51 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md b/.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md index 0263015f..fb43120b 100644 --- a/.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md +++ b/.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md @@ -23,8 +23,13 @@ the products. > Eg: > > ```md -> :green_circle: **airflow-scheduled-job** +> ## :green_circle: airflow-scheduled-job > +> +> - :hourglass: current stable (25.3.0) +> - :hourglass: upgrade to nightly (pending external dep bumps) +> +> Notes can be left here, for example: > The CRD had been updated and I needed to change the following in the manifest: > ... > ``` @@ -51,8 +56,6 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t | xargs -I {} echo "- [ ] [{}](https://docs.stackable.tech/home/nightly/demos/{})" --> - - - [ ] [airflow-scheduled-job](https://docs.stackable.tech/home/nightly/demos/airflow-scheduled-job) - [ ] [data-lakehouse-iceberg-trino-spark](https://docs.stackable.tech/home/nightly/demos/data-lakehouse-iceberg-trino-spark) - [ ] [end-to-end-security](https://docs.stackable.tech/home/nightly/demos/end-to-end-security) @@ -67,6 +70,17 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t - [ ] [trino-iceberg](https://docs.stackable.tech/home/nightly/demos/trino-iceberg) - [ ] [trino-taxi-data](https://docs.stackable.tech/home/nightly/demos/trino-taxi-data) +### Additional stacks + +If we have time (otherwise they can be tested and patched after the release) + +- [ ] monitoring +- [ ] logging +- [ ] dual-hive-hdfs-s3 +- [ ] observability @NickLarsenNZ +- [ ] tutorial-openldap +- [ ] openldap + ## Nightly from Scratch Testing Instructions These instructions are for deploying and completing the nightly demo from scratch. diff --git a/.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md b/.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md index 2552bd83..99e742f5 100644 --- a/.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md +++ b/.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md @@ -23,8 +23,13 @@ and products do not negatively impact the products. > Eg: > > ```md -> :green_circle: **airflow-scheduled-job** +> ## :green_circle: airflow-scheduled-job > +> +> - :hourglass: current stable (25.3.0) +> - :hourglass: upgrade to nightly (pending external dep bumps) +> +> Notes can be left here, for example: > The CRD had been updated and I needed to change the following in the manifest: > ... > ``` @@ -51,8 +56,6 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t | xargs -I {} echo "- [ ] [{}](https://docs.stackable.tech/home/stable/demos/{})" --> - - - [ ] [airflow-scheduled-job](https://docs.stackable.tech/home/stable/demos/airflow-scheduled-job) - [ ] [data-lakehouse-iceberg-trino-spark](https://docs.stackable.tech/home/stable/demos/data-lakehouse-iceberg-trino-spark) - [ ] [end-to-end-security](https://docs.stackable.tech/home/stable/demos/end-to-end-security) @@ -67,6 +70,17 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t - [ ] [trino-iceberg](https://docs.stackable.tech/home/stable/demos/trino-iceberg) - [ ] [trino-taxi-data](https://docs.stackable.tech/home/stable/demos/trino-taxi-data) +### Additional stacks + +If we have time (otherwise they can be tested and patched after the release) + +- [ ] monitoring +- [ ] logging +- [ ] dual-hive-hdfs-s3 +- [ ] observability @NickLarsenNZ +- [ ] tutorial-openldap +- [ ] openldap + ## Stable to Nightly Upgrade Testing Instructions These instructions are for deploying and completing the stable demo, and then diff --git a/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md b/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md index cde8bf61..43c71fb9 100644 --- a/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md +++ b/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md @@ -22,8 +22,13 @@ This is testing that the new release demos work as documented from scratch. > Eg: > > ```md -> :green_circle: **airflow-scheduled-job** +> ## :green_circle: airflow-scheduled-job > +> +> - :hourglass: current stable (25.3.0) +> - :hourglass: upgrade to nightly (pending external dep bumps) +> +> Notes can be left here, for example: > The CRD had been updated and I needed to change the following in the manifest: > ... > ``` @@ -67,6 +72,17 @@ GitHub handle next to the demo to indicate a particular demo was picked up for t - [ ] [trino-iceberg](https://docs.stackable.tech/home/nightly/demos/trino-iceberg) - [ ] [trino-taxi-data](https://docs.stackable.tech/home/nightly/demos/trino-taxi-data) +### Additional stacks + +If we have time (otherwise they can be tested and patched after the release) + +- [ ] monitoring +- [ ] logging +- [ ] dual-hive-hdfs-s3 +- [ ] observability @NickLarsenNZ +- [ ] tutorial-openldap +- [ ] openldap + ### YY.M.X from Scratch Testing Instructions These instructions are for deploying and completing the YY.M.X demo from scratch. From 1f6510047a139005149edd79ec864c370314075b Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 15 Jul 2025 12:36:52 +0200 Subject: [PATCH 2/2] fix: Adjust comments template --- .github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md | 4 ---- .github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md | 2 +- .github/ISSUE_TEMPLATE/release-from-scratch-testing.md | 4 ---- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md b/.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md index fb43120b..d519b801 100644 --- a/.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md +++ b/.github/ISSUE_TEMPLATE/pre-release-from-scratch-testing.md @@ -25,10 +25,6 @@ the products. > ```md > ## :green_circle: airflow-scheduled-job > -> -> - :hourglass: current stable (25.3.0) -> - :hourglass: upgrade to nightly (pending external dep bumps) -> > Notes can be left here, for example: > The CRD had been updated and I needed to change the following in the manifest: > ... diff --git a/.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md b/.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md index 99e742f5..ddbdea5f 100644 --- a/.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md +++ b/.github/ISSUE_TEMPLATE/pre-release-upgrade-testing.md @@ -26,7 +26,7 @@ and products do not negatively impact the products. > ## :green_circle: airflow-scheduled-job > > -> - :hourglass: current stable (25.3.0) +> - :hourglass: current stable (OO.M.X) > - :hourglass: upgrade to nightly (pending external dep bumps) > > Notes can be left here, for example: diff --git a/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md b/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md index 43c71fb9..adaa0fdd 100644 --- a/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md +++ b/.github/ISSUE_TEMPLATE/release-from-scratch-testing.md @@ -24,10 +24,6 @@ This is testing that the new release demos work as documented from scratch. > ```md > ## :green_circle: airflow-scheduled-job > -> -> - :hourglass: current stable (25.3.0) -> - :hourglass: upgrade to nightly (pending external dep bumps) -> > Notes can be left here, for example: > The CRD had been updated and I needed to change the following in the manifest: > ...