-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Add getting-started scripts PR template #408
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## Check and Update Getting Started Script | ||
|
||
<!-- | ||
Make sure to update the link in 'issues/.github/ISSUE_TEMPLATE/pre-release-getting-started-scripts.md' | ||
Check notice on line 4 in template/.github/PULL_REQUEST_TEMPLATE/pre-release-getting-started-script.md GitHub Actions / LanguageTool[LanguageTool] template/.github/PULL_REQUEST_TEMPLATE/pre-release-getting-started-script.md#L4
Raw output
|
||
when you rename this file. | ||
--> | ||
|
||
<!-- | ||
Replace 'TRACKING_ISSUE' with the applicable release tracking issue number. | ||
--> | ||
|
||
Part of <https://github.com/stackabletech/issues/issues/TRACKING_ISSUE> | ||
|
||
> [!NOTE] | ||
> During a Stackable release we need to check (and optionally update) the | ||
> getting-started scripts to ensure they still work after product and operator | ||
> updates. | ||
|
||
```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 | ||
``` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
## Bump Rust Dependencies for Stackable Release XX.(X)X | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And this one:
|
||
|
||
<!-- | ||
Make sure to update the link in 'issues/.github/ISSUE_TEMPLATE/pre-release-operator-rust-deps.md' | ||
Check notice on line 4 in template/.github/PULL_REQUEST_TEMPLATE/pre-release-rust-deps.md GitHub Actions / LanguageTool[LanguageTool] template/.github/PULL_REQUEST_TEMPLATE/pre-release-rust-deps.md#L4
Raw output
|
||
when you rename this file. | ||
--> | ||
|
||
<!-- | ||
Replace 'TRACKING_ISSUE' with the applicable release tracking issue number. | ||
--> | ||
|
||
Part of <https://github.com/stackabletech/issues/TRACKING_ISSUE> | ||
Part of <https://github.com/stackabletech/issues/issues/TRACKING_ISSUE> | ||
|
||
> [!NOTE] | ||
> During a Stackable release we need to update various Rust dependencies before | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the linter isn't running, as in the downstream repos it picks this up: