|
| 1 | +--- |
| 2 | +name: Pre-Release Operator Rust Updates |
| 3 | +about: This template can be used to track the progress of Rust updates across our operators leading up to the Stackable release |
| 4 | +title: "chore(tracking): Update Rust dependencies of operators for Stackable release XX.(X)X" |
| 5 | +labels: ['epic'] |
| 6 | +assignees: '' |
| 7 | +--- |
| 8 | + |
| 9 | +<!-- |
| 10 | + DO NOT REMOVE THIS COMMENT. It is intended for people who might copy/paste from the previous release issue. |
| 11 | + This was created by an issue template: https://github.com/stackabletech/issues/issues/new/choose. |
| 12 | +--> |
| 13 | + |
| 14 | +## Pre-Release Operator Rust Updates |
| 15 | + |
| 16 | +<!-- |
| 17 | + Replace 'TRACKING_ISSUE' with the applicable release tracking issue number. |
| 18 | +--> |
| 19 | + |
| 20 | +Part of <https://github.com/stackabletech/issues/TRACKING_ISSUE> |
| 21 | + |
| 22 | +Replace the items in the task lists below with the applicable Pull Requests |
| 23 | + |
| 24 | +> [!TIP] |
| 25 | +> Use the links below to automatically create applicable PRs for each operator |
| 26 | +> using the PR template. |
| 27 | +
|
| 28 | +<!-- |
| 29 | + The following list was generated by: |
| 30 | +
|
| 31 | + cd operator-templating |
| 32 | + yq '.repositories[].name' config/repositories.yaml \ |
| 33 | + | sort \ |
| 34 | + | 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" |
| 35 | +--> |
| 36 | + |
| 37 | +```[tasklist] |
| 38 | +### Operator Rust Updates |
| 39 | +- [ ] 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 |
| 40 | +- [ ] 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 |
| 41 | +- [ ] 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 |
| 42 | +- [ ] 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 |
| 43 | +- [ ] 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 |
| 44 | +- [ ] 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 |
| 45 | +- [ ] 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 |
| 46 | +- [ ] 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 |
| 47 | +- [ ] 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 |
| 48 | +- [ ] 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 |
| 49 | +- [ ] 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 |
| 50 | +- [ ] 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 |
| 51 | +- [ ] 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 |
| 52 | +- [ ] 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 |
| 53 | +- [ ] 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 |
| 54 | +- [ ] 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 |
| 55 | +- [ ] 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 |
| 56 | +``` |
0 commit comments