-
Notifications
You must be signed in to change notification settings - Fork 0
chore: Add operator Rust update issue template #605
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
Merged
Techassi
merged 3 commits into
main
from
chore/add-operator-bumps-tracking-issue-template
Jul 16, 2024
Merged
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,56 @@ | ||
--- | ||
name: Pre-Release Operator Rust Updates | ||
about: This template can be used to track the progress of Rust updates across our operators leading up to the Stackable release | ||
title: "chore(tracking): Update Rust dependencies of operators for Stackable release XX.(X)X" | ||
labels: ['epic'] | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
DO NOT REMOVE THIS COMMENT. It is intended for people who might copy/paste from the previous release issue. | ||
This was created by an issue template: https://github.com/stackabletech/issues/issues/new/choose. | ||
--> | ||
|
||
## Pre-Release Operator Rust Updates | ||
|
||
<!-- | ||
Replace 'TRACKING_ISSUE' with the applicable release tracking issue number. | ||
--> | ||
|
||
Part of <https://github.com/stackabletech/issues/TRACKING_ISSUE> | ||
|
||
Replace the items in the task lists below with the applicable Pull Requests | ||
|
||
> [!TIP] | ||
> Use the links below to automatically create applicable PRs for each operator | ||
> using the PR template. | ||
Techassi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
<!-- | ||
The following list was generated by: | ||
|
||
cd operator-templating | ||
yq '.repositories[].name' config/repositories.yaml \ | ||
| sort \ | ||
| xargs -I {} echo "- [ ] https://github.com/stackabletech/{}/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies" | ||
Techassi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
--> | ||
|
||
```[tasklist] | ||
### Operator Rust Updates | ||
- [ ] https://github.com/stackabletech/airflow-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/commons-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/druid-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/edc-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/hbase-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/hdfs-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/hello-world-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/hive-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/kafka-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/listener-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/nifi-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/opa-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/secret-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/spark-k8s-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/superset-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/trino-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
- [ ] https://github.com/stackabletech/zookeeper-operator/compare/main..chore/bump-rust-deps?quick_pull=1&template=pre-release.md&title=chore%3A+Bump+Rust+dependencies | ||
Techassi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
``` |
This file contains hidden or 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 was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.