Skip to content

Commit ae3ccbb

Browse files
authored
chore(stackable-devel): Bump stable Rust toolchain to 1.89.0 (#1319)
* chore(stackable-devel): Bump stable Rust toolchain to 1.89.0 * chore(stackable-devel): Bump cargo-auditable to 0.7.1 * chore: Add changelog entry
1 parent 8546f1a commit ae3ccbb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ All notable changes to this project will be documented in this file.
4242
- ubi9-rust-builder: Bump Rust toolchain to `1.89.0`, rustup to `1.28.2`, and cargo-auditable to `0.7.1` ([#1318]).
4343
- stackable-base: Bump ubi9 base image ([#1253]).
4444
- stackable-devel: Bump ubi9 base image and update cargo-auditable to `0.7.0` ([#1253]).
45+
- stackable-devel: Bump Rust toolchain to `1.89.0` and cargo-auditable to `0.7.1` ([#1319]).
4546
- vector: Bump to `0.49.0` ([#1258]).
4647
- airflow: Bump uvicorn dependency to `0.37.0` ([#1264]).
4748
- trino-cli: Bump to 477 ([#1285]).
@@ -113,6 +114,7 @@ All notable changes to this project will be documented in this file.
113114
[#1315]: https://github.com/stackabletech/docker-images/pull/1315
114115
[#1316]: https://github.com/stackabletech/docker-images/pull/1316
115116
[#1318]: https://github.com/stackabletech/docker-images/pull/1318
117+
[#1319]: https://github.com/stackabletech/docker-images/pull/1319
116118

117119
## [25.7.0] - 2025-07-23
118120

stackable-devel/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ COPY stackable-base/stackable/curlrc /root/.curlrc
4343
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
4444
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
4545
# renovate: datasource=github-releases packageName=rust-lang/rust
46-
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.87.0
46+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.89.0
4747
# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
4848
# renovate: datasource=crate packageName=cargo-cyclonedx
4949
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
5050
# Find the latest version here: https://crates.io/crates/cargo-auditable
5151
# renovate: datasource=crate packageName=cargo-auditable
52-
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.0
52+
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.1
5353

5454
RUN <<EOF
5555
microdnf update

0 commit comments

Comments
 (0)