diff --git a/.github/ISSUE_TEMPLATE/pre-release.md b/.github/ISSUE_TEMPLATE/pre-release.md index a969ae28..309f812a 100644 --- a/.github/ISSUE_TEMPLATE/pre-release.md +++ b/.github/ISSUE_TEMPLATE/pre-release.md @@ -38,16 +38,20 @@ Part of > the latest Rust toolchain (used by us). To keep the toolchain in sync across > all our operators, we update the version centrally in this repository. -### Tasks in this Repository +### Tasks - [ ] Run `niv update` and test via `make run-dev` - [ ] Update Rust toolchain in the `config/versions.yaml` file. -- [ ] Update Rust toolchain in UBI8, UBI9, and stackable-base images +- [ ] Update Rust toolchain in UBI9 and stackable-base images +- [ ] Update cargo-cyclonedx and cargo-auditable in UBI9 and stackable-base images - [ ] Generate downstream PRs using the ["Generate Downstream PRs"](https://github.com/stackabletech/operator-templating/actions/workflows/generate_prs.yml) action. -- [ ] [Search for PRs](https://github.com/search?q=org%3Astackabletech%20sort%3Aupdated-desc%20is%3Apr%20is%3Aopen%20Update%20templated%20files&type=pullrequests) and add them to the task list below. +- [ ] [Search for PRs](https://github.com/search?q=org%3Astackabletech%20sort%3Aupdated-desc%20is%3Apr%20is%3Aopen%20Update%20templated%20files&type=pullrequests) and add them to the list below. - [ ] Merge downstream PRs, see below for more details. -Replace the items in the task lists below with the applicable Pull Requests +### Downstream PRs + +> ![!NOTE] +> Replace the items in the task lists below with the applicable Pull Requests. -### Tasks in Downstream Operator Repositories - +- [ ] _PR for ubi9-rust-builder image_ +- [ ] _PR for stackable-base image_ - [ ] _PR for airflow-operator_ - [ ] _PR for commons-operator_ - [ ] _PR for druid-operator_