From a0f37b8726fcd808a75671d2920774f1747d151a Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 16 Jul 2024 13:54:23 +0200 Subject: [PATCH 1/8] chore: Rename Rust deps issue template --- .../{pre-release.md => pre-release-operator-rust-deps.md} | 1 - 1 file changed, 1 deletion(-) rename .github/ISSUE_TEMPLATE/{pre-release.md => pre-release-operator-rust-deps.md} (99%) diff --git a/.github/ISSUE_TEMPLATE/pre-release.md b/.github/ISSUE_TEMPLATE/pre-release-operator-rust-deps.md similarity index 99% rename from .github/ISSUE_TEMPLATE/pre-release.md rename to .github/ISSUE_TEMPLATE/pre-release-operator-rust-deps.md index ce2c910..3a731b1 100644 --- a/.github/ISSUE_TEMPLATE/pre-release.md +++ b/.github/ISSUE_TEMPLATE/pre-release-operator-rust-deps.md @@ -37,7 +37,6 @@ Replace the items in the task lists below with the applicable Pull Requests + + + +## Pre-Release Getting Started Script Updates + +Part of + +Replace the items in the task lists below with the applicable Pull Requests + +> [!TIP] +> Create branches with predictable names so the links below work. Remember +> to replace `xx.(x)x` with the appropriate release version: +> +> ```sh +> git stash -m "unsaved work" +> git fetch origin +> git checkout -b fix/getting-started-pre-xx.(x)x origin/main +> ``` +> +> Then use the links below to automatically create applicable PRs for each operator +> using the PR template. + + + +```[tasklist] +### Getting Started Script Checks and Updates +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +``` diff --git a/.github/ISSUE_TEMPLATE/pre-release-operator-rust-deps.md b/.github/ISSUE_TEMPLATE/pre-release-operator-rust-deps.md index 3a731b1..4226a78 100644 --- a/.github/ISSUE_TEMPLATE/pre-release-operator-rust-deps.md +++ b/.github/ISSUE_TEMPLATE/pre-release-operator-rust-deps.md @@ -6,6 +6,11 @@ labels: ['epic'] assignees: '' --- + + ```[tasklist] ### Getting Started Script Checks and Updates -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 -- [ ] 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 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 ``` From 249d0ac32af1e579756a35bcc9ee8a5481fa770a Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 16 Jul 2024 14:04:07 +0200 Subject: [PATCH 4/8] chore: Adjust task link texts --- .../pre-release-getting-started-scripts.md | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md b/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md index a8ed86e..b10f521 100644 --- a/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md +++ b/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md @@ -41,26 +41,26 @@ Replace the items in the task lists below with the applicable Pull Requests # go to the stackable-templating repository, then run: yq '.repositories[].name' config/repositories.yaml \ | sort \ - | 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%28docs%29%3A+Update+getting-started+scripts+pre-$(date +%y.%-m)" + | xargs -I {} echo "- [ ] [Update getting-started script for {}](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%28docs%29%3A+Update+getting-started+scripts+pre-$(date +%y.%-m))" --> ```[tasklist] ### Getting Started Script Checks and Updates -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 -- [ ] 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%28docs%29%3A+Update+getting-started+scripts+pre-24.7 +- [ ] [Update getting-started script for airflow-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for commons-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for druid-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for edc-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for hbase-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for hdfs-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for hello-world-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for hive-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for kafka-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for listener-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for nifi-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for opa-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for secret-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for spark-k8s-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for superset-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for trino-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for zookeeper-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) ``` From d4b83f50758c8307976a119b8fd40b968cc52102 Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 16 Jul 2024 14:16:06 +0200 Subject: [PATCH 5/8] Update .github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md Co-authored-by: Nick --- .github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md b/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md index b10f521..aaca8e4 100644 --- a/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md +++ b/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md @@ -20,7 +20,7 @@ assignees: '' Part of -Replace the items in the task lists below with the applicable Pull Requests +Replace the items in the task lists below with the applicable Pull Requests (if any). > [!TIP] > Create branches with predictable names so the links below work. Remember From f0644c5b6ab3aa93c8001e841477e6104ad33ee9 Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 16 Jul 2024 14:25:02 +0200 Subject: [PATCH 6/8] chore: Add code block --- .../pre-release-getting-started-scripts.md | 56 +++++++++++++------ 1 file changed, 38 insertions(+), 18 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md b/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md index aaca8e4..f8ee86b 100644 --- a/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md +++ b/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md @@ -35,32 +35,52 @@ Replace the items in the task lists below with the applicable Pull Requests (if > Then use the links below to automatically create applicable PRs for each operator > using the PR template. +In each operator repository, run the following commands. If any updates are +required, open a PR using the links below. + +```shell +# Some of the scripts are in a code/ subdirectory +# pushd docs/modules/superset/examples/getting_started +# pushd docs/modules/superset/examples/getting_started/code +pushd $(fd -td getting_started | grep examples); cd code 2>/dev/null || true + +# Make a fresh cluster (~12 seconds) +kind delete cluster && kind create cluster +./getting_started.sh stackablectl + +# Make a fresh cluster (~12 seconds) +kind delete cluster && kind create cluster +./getting_started.sh helm + +popd +``` + ```[tasklist] ### Getting Started Script Checks and Updates -- [ ] [Update getting-started script for airflow-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for commons-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for druid-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for edc-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for hbase-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for hdfs-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for hello-world-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for hive-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for kafka-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for listener-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for nifi-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for opa-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for secret-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for spark-k8s-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for superset-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for trino-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) -- [ ] [Update getting-started script for zookeeper-operator](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%28docs%29%3A+Update+getting-started+scripts+pre-24.7) +- [ ] [Update getting-started script for airflow-operator](https://github.com/stackabletech/airflow-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for commons-operator](https://github.com/stackabletech/commons-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for druid-operator](https://github.com/stackabletech/druid-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for edc-operator](https://github.com/stackabletech/edc-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for hbase-operator](https://github.com/stackabletech/hbase-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for hdfs-operator](https://github.com/stackabletech/hdfs-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for hello-world-operator](https://github.com/stackabletech/hello-world-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for hive-operator](https://github.com/stackabletech/hive-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for kafka-operator](https://github.com/stackabletech/kafka-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for listener-operator](https://github.com/stackabletech/listener-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for nifi-operator](https://github.com/stackabletech/nifi-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for opa-operator](https://github.com/stackabletech/opa-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for secret-operator](https://github.com/stackabletech/secret-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for spark-k8s-operator](https://github.com/stackabletech/spark-k8s-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for superset-operator](https://github.com/stackabletech/superset-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for trino-operator](https://github.com/stackabletech/trino-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) +- [ ] [Update getting-started script for zookeeper-operator](https://github.com/stackabletech/zookeeper-operator/compare/main..fix/getting-started-pre-24.7?quick_pull=1&template=pre-release-getting-started-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-24.7) ``` From b46d3d42fbd1769cca313e028dc60062537d7ca5 Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 16 Jul 2024 14:29:32 +0200 Subject: [PATCH 7/8] chore: Re-order-content --- .../pre-release-getting-started-scripts.md | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md b/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md index f8ee86b..de58bc2 100644 --- a/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md +++ b/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md @@ -20,23 +20,8 @@ assignees: '' Part of -Replace the items in the task lists below with the applicable Pull Requests (if any). - -> [!TIP] -> Create branches with predictable names so the links below work. Remember -> to replace `xx.(x)x` with the appropriate release version: -> -> ```sh -> git stash -m "unsaved work" -> git fetch origin -> git checkout -b fix/getting-started-pre-xx.(x)x origin/main -> ``` -> -> Then use the links below to automatically create applicable PRs for each operator -> using the PR template. - In each operator repository, run the following commands. If any updates are -required, open a PR using the links below. +required, open a PR using the applicable link below. ```shell # Some of the scripts are in a code/ subdirectory @@ -55,6 +40,21 @@ kind delete cluster && kind create cluster popd ``` +> [!TIP] +> Create branches with predictable names so the links below work. Remember +> to replace `xx.(x)x` with the appropriate release version: +> +> ```sh +> git stash -m "unsaved work" +> git fetch origin +> git checkout -b fix/getting-started-pre-xx.(x)x origin/main +> ``` +> +> Then use the links below to automatically create applicable PRs for each operator +> using the PR template. + +Replace the items in the task lists below with the applicable Pull Requests (if any). + ```[tasklist] ### Operator Rust Updates -- [ ] https://github.com/stackabletech/airflow-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/commons-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/druid-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/edc-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/hbase-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/hdfs-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/hello-world-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/hive-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/kafka-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/listener-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/nifi-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/opa-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/secret-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/spark-k8s-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/superset-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/trino-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 -- [ ] https://github.com/stackabletech/zookeeper-operator/compare/main..chore/bump-rust-deps-pre-24.7?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies+pre-24.7 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 +- [ ] 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 ```