|
| 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 | +In each operator repository, run the following commands. If any updates are |
| 24 | +required, open a PR using the applicable link below. |
| 25 | + |
| 26 | +```shell |
| 27 | +# Some of the scripts are in a code/ subdirectory |
| 28 | +# pushd docs/modules/superset/examples/getting_started |
| 29 | +# pushd docs/modules/superset/examples/getting_started/code |
| 30 | +pushd $(fd -td getting_started | grep examples); cd code 2>/dev/null || true |
| 31 | + |
| 32 | +# Make a fresh cluster (~12 seconds) |
| 33 | +kind delete cluster && kind create cluster |
| 34 | +./getting_started.sh stackablectl |
| 35 | + |
| 36 | +# Make a fresh cluster (~12 seconds) |
| 37 | +kind delete cluster && kind create cluster |
| 38 | +./getting_started.sh helm |
| 39 | + |
| 40 | +popd |
| 41 | +``` |
| 42 | + |
| 43 | +> [!TIP] |
| 44 | +> Create branches with predictable names so the links below work. Remember |
| 45 | +> to replace `xx.(x)x` with the appropriate release version: |
| 46 | +> |
| 47 | +> ```sh |
| 48 | +> git stash -m "unsaved work" |
| 49 | +> git fetch origin |
| 50 | +> git checkout -b fix/getting-started-pre-xx.(x)x origin/main |
| 51 | +> ``` |
| 52 | +> |
| 53 | +> Then use the links below to automatically create applicable PRs for each operator |
| 54 | +> using the PR template. |
| 55 | +
|
| 56 | +Replace the items in the task lists below with the applicable Pull Requests (if any). |
| 57 | +
|
| 58 | +<!-- |
| 59 | + The following list was generated by: |
| 60 | +
|
| 61 | + # go to the stackable-templating repository, then run: |
| 62 | + yq '.repositories[].name' config/repositories.yaml \ |
| 63 | + | sort \ |
| 64 | + | 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-script.md&title=fix%28docs%29%3A+Update+getting-started+script+pre-$(date +%y.%-m))" |
| 65 | +--> |
| 66 | +
|
| 67 | +```[tasklist] |
| 68 | +### Getting Started Script Checks and Updates |
| 69 | +- [ ] [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) |
| 70 | +- [ ] [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) |
| 71 | +- [ ] [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) |
| 72 | +- [ ] [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) |
| 73 | +- [ ] [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) |
| 74 | +- [ ] [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) |
| 75 | +- [ ] [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) |
| 76 | +- [ ] [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) |
| 77 | +- [ ] [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) |
| 78 | +- [ ] [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) |
| 79 | +- [ ] [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) |
| 80 | +- [ ] [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) |
| 81 | +- [ ] [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) |
| 82 | +- [ ] [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) |
| 83 | +- [ ] [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) |
| 84 | +- [ ] [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) |
| 85 | +- [ ] [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) |
| 86 | +``` |
0 commit comments