-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated commit to update templated files based on rev 9219135 in st…
…ackabletech/operator-templating repo. (#485) Triggered by: Manual run triggered by: NickLarsenNZ with message [deploy new release templates and assorted lint fixes]
- Loading branch information
1 parent
a15c61a
commit 84f8a56
Showing
17 changed files
with
117 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
.github/PULL_REQUEST_TEMPLATE/pre-release-getting-started-script.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Bump Rust Dependencies for Stackable Release XX.(X)X | ||
|
||
<!-- | ||
Make sure to update the link in 'issues/.github/ISSUE_TEMPLATE/pre-release-operator-rust-deps.md' | ||
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 update various Rust dependencies before | ||
> entering the final release period to ensure we run the latest versions of | ||
> crates. These bumps also include previously updated and released crates from | ||
> the `operator-rs` repository. | ||
```[tasklist] | ||
### Tasks | ||
- [ ] Bump Rust Dependencies, see below for more details. | ||
- [ ] Add changelog entry stating which important crates were bumped (including the version). | ||
``` | ||
|
||
> [!NOTE] | ||
> The bumping / updating of Rust dependencies is done in multiple steps: | ||
> | ||
> 1. Update the minimum Version in the root `Cargo.toml` manifest. | ||
> 2. Run the `cargo update` command, which also updates the `Cargo.lock` file. | ||
> 3. Lastly, run `make regenerate-nix` to update the `Cargo.nix` file. | ||
```[tasklist] | ||
### Bump Rust Dependencies | ||
- [ ] Bump `stackable-operator` and friends. | ||
- [ ] Bump `product-version`. | ||
- [ ] Bump all other dependencies. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
<!-- markdownlint-disable MD041 MD051 --> | ||
It is part of the Stackable Data Platform, a curated selection of the best open source data apps like Apache Kafka, Apache Druid, Trino or Apache Spark, [all](#other-operators) working together seamlessly. Based on Kubernetes, it runs everywhere – [on prem or in the cloud](#supported-platforms). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters