File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - " Cargo.*"
1111
1212env :
13- RUST_VERSION : 1.89 .0
13+ RUST_VERSION : 1.92 .0
1414
1515jobs :
1616 # This job is always run to ensure we don't miss any new upstream advisories
Original file line number Diff line number Diff line change 77 - " boil-[0-9]+.[0-9]+.[0-9]+**"
88
99env :
10- RUST_VERSION : 1.89 .0
10+ RUST_VERSION : 1.92 .0
1111
1212jobs :
1313 create-release :
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ All notable changes to this project will be documented in this file.
4343 Pull logging dependencies with ` mvn ` instead of ` curl ` to remove manual maintenance in Nexus ` packages ` .
4444- hbase: Update ` hbase-operator-tools ` from ` 1.3.0-fd5a5fb ` to ` 1.3.0 ` ([ #1425 ] ).
4545- nifi: Backported NiFi-15567 to NiFi 2.6.0 and 2.7.2 to fix CVE CVE-2026 -25903 ([ #1429 ] ).
46+ - ubi9-rust-builder: Bump Rust toolchain to ` 1.92.0 ` , and cargo-auditable to ` 0.7.2 ` ([ #XXXX] ).
4647
4748### Removed
4849
@@ -106,6 +107,7 @@ All notable changes to this project will be documented in this file.
106107[ #1426 ] : https://github.com/stackabletech/docker-images/pull/1426
107108[ #1428 ] : https://github.com/stackabletech/docker-images/pull/1428
108109[ #1429 ] : https://github.com/stackabletech/docker-images/pull/1429
110+ [ #XXXX ] : https://github.com/stackabletech/docker-images/pull/XXXX
109111
110112## [ 25.11.0] - 2025-11-07
111113
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.89 .0"
2+ channel = " 1.92 .0"
33profile = " default"
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ COPY stackable-base/stackable/curlrc /root/.curlrc
4444# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
4545# TODO (@NickLarsenNZ): Move the version into boil-config.toml once renovate can look there
4646# renovate: datasource=github-releases packageName=rust-lang/rust
47- ARG RUST_DEFAULT_TOOLCHAIN_VERSION=1.89 .0
47+ ARG RUST_DEFAULT_TOOLCHAIN_VERSION=1.92 .0
4848ENV RUST_DEFAULT_TOOLCHAIN_VERSION=${RUST_DEFAULT_TOOLCHAIN_VERSION}
4949# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
5050# renovate: datasource=crate packageName=cargo-cyclonedx
5151ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
5252# Find the latest version here: https://crates.io/crates/cargo-auditable
5353# renovate: datasource=crate packageName=cargo-auditable
54- ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.1
54+ ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.2
5555
5656RUN <<EOF
5757microdnf update
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ ENV RUSTUP_VERSION=1.28.2
1515# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
1616# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
1717# renovate: datasource=github-releases packageName=rust-lang/rust
18- ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.89 .0
18+ ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.92 .0
1919# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
2020# renovate: datasource=crate packageName=cargo-cyclonedx
2121ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
2222# Find the latest version here: https://crates.io/crates/cargo-auditable
2323# renovate: datasource=crate packageName=cargo-auditable
24- ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.1
24+ ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.2
2525# Find the latest version here: https://github.com/protocolbuffers/protobuf/releases
2626# Upload any newer version to nexus with ./.scripts/upload_new_protoc_version.sh
2727# renovate: datasource=github-releases packageName=protocolbuffers/protobuf
You can’t perform that action at this time.
0 commit comments