Skip to content

Commit 71b4b69

Browse files
committed
UBI 9 -> 10
1 parent 8cfbbaa commit 71b4b69

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/pre-release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Part of <https://github.com/stackabletech/issues/TRACKING_ISSUE>
4444
- [ ] Update stable Rust toolchain in the `config/versions.yaml` file.
4545
- [ ] Update nightly Rust toolchain in the `config/versions.yaml` file (Keep in sync across this,
4646
operator-rs and docker-images).
47-
- [ ] Update Rust toolchain in UBI9 and stackable-base images
48-
- [ ] Update cargo-cyclonedx and cargo-auditable in UBI9 and stackable-base images
47+
- [ ] Update Rust toolchain in UBI10 and stackable-base images
48+
- [ ] Update cargo-cyclonedx and cargo-auditable in UBI10 and stackable-base images
4949
- [ ] Generate downstream PRs using the ["Generate Downstream PRs"](https://github.com/stackabletech/operator-templating/actions/workflows/generate_prs.yml) action. Use the following title for downstream PRs: `chore(template): Updates for SDP YY.M.X`.
5050
- [ ] [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.
5151
- [ ] Add the `release/YY.M.X` label to the downstream PRs and continue to merge them. See below for more details.
@@ -63,7 +63,7 @@ Part of <https://github.com/stackabletech/issues/TRACKING_ISSUE>
6363
| xargs -I {} echo "- [ ] _PR for {}_"
6464
-->
6565

66-
- [ ] _PR for ubi9-rust-builder image_
66+
- [ ] _PR for ubi10-rust-builder image_
6767
- [ ] _PR for stackable-base image_
6868
- [ ] _PR for airflow-operator_
6969
- [ ] _PR for commons-operator_

config/versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# IMPORTANT
33
# If you change the Rust toolchain version here, make sure to also change
4-
# docker-images/ubi9-rust-builder/Dockerfile
4+
# docker-images/ubi10-rust-builder/Dockerfile
55
rust_version: 1.93.0
66

77
# This nightly version is only used for cargo fmt invocations, because we use nightly-only

0 commit comments

Comments
 (0)