Skip to content

chore: Add cargo-cyclonedx and cargo-auditable to issue template #515

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
merged 1 commit into from
May 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions .github/ISSUE_TEMPLATE/pre-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,20 @@ Part of <https://github.com/stackabletech/issues/TRACKING_ISSUE>
> 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.

<!--
The following list was generated by:
Expand All @@ -57,8 +61,8 @@ Replace the items in the task lists below with the applicable Pull Requests
| xargs -I {} echo "- [ ] _PR for {}_"
-->

### 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_
Expand Down