File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ All notable changes to this project will be documented in this file.
3939- all: Use our build-repo to cache NPM dependencies ([ #1219 ] ).
4040- java: Use a more recent Maven version for all Java based products ([ #1220 ] , [[ #1293 ]] ).
4141- ubi9-rust-builder: Bump ubi9 base image ([ #1253 ] ).
42+ - ubi9-rust-builder: Bump Rust toolchain to ` 1.89.0 ` , rustup to ` 1.28.2 ` , and cargo-auditable to ` 0.7.1 ` ([ #1318 ] ).
4243- stackable-base: Bump ubi9 base image ([ #1253 ] ).
4344- stackable-devel: Bump ubi9 base image and update cargo-auditable to ` 0.7.0 ` ([ #1253 ] ).
4445- vector: Bump to ` 0.49.0 ` ([ #1258 ] ).
@@ -111,6 +112,7 @@ All notable changes to this project will be documented in this file.
111112[ #1314 ] : https://github.com/stackabletech/docker-images/pull/1314
112113[ #1315 ] : https://github.com/stackabletech/docker-images/pull/1315
113114[ #1316 ] : https://github.com/stackabletech/docker-images/pull/1316
115+ [ #1318 ] : https://github.com/stackabletech/docker-images/pull/1318
114116
115117## [ 25.7.0] - 2025-07-23
116118
Original file line number Diff line number Diff line change @@ -11,17 +11,17 @@ LABEL maintainer="Stackable GmbH"
1111# See https://github.com/rust-lang/rustup/blob/4514d36fcc9c42416176111cd841c86f7ec44b2c/rustup-init.sh#L91
1212# Find the latest version here: https://github.com/rust-lang/rustup/blob/master/CHANGELOG.md
1313# renovate: datasource=github-tags packageName=rust-lang/rustup
14- ENV RUSTUP_VERSION=1.28.1
14+ 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.87 .0
18+ ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.89 .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.0
24+ ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.1
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