Skip to content

Commit 8546f1a

Browse files
authored
chore(ubi9): Bump Rust toolchain to 1.89.0, bump related tools (#1318)
* chore(ubi9): Bump stable Rust toolchain to 1.89.0 * chore(ubi9): Bump rustup to 1.28.2 * chore(ubi9): Bump cargo-auditable to 0.7.1 * chore: Add changelog entry * chore: Adjust changelog
1 parent 991e614 commit 8546f1a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

ubi9-rust-builder/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2121
ENV 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

0 commit comments

Comments
 (0)