Skip to content

Commit a317716

Browse files
authored
chore(ubi8/9): Prepare images for Rust 2024 edition (#1050)
* chore(ubi8/9): Bump to Rust 1.85.0 * chore(ubi8/9): Bump cargo-cyclonedx and cargo-auditable * chore: Add changelog entry
1 parent 5a508c1 commit a317716

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212

1313
### Changed
1414

15+
- ubi-rust-builder: Bump Rust toolchain to 1.85.0, cargo-cyclonedx to 0.5.7, and cargo-auditable to 0.6.6 ([#1050]).
1516
- spark-k8s: Include spark-connect jars. Replace OpenJDK with Temurin JDK. Cleanup. ([#1034])
1617

1718
### Fixed
@@ -24,6 +25,7 @@ All notable changes to this project will be documented in this file.
2425
[#1034]: https://github.com/stackabletech/docker-images/pull/1034
2526
[#1042]: https://github.com/stackabletech/docker-images/pull/1042
2627
[#1044]: https://github.com/stackabletech/docker-images/pull/1044
28+
[#1050]: https://github.com/stackabletech/docker-images/pull/1050
2729

2830
## [25.3.0] - 2025-03-21
2931

ubi8-rust-builder/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ LABEL maintainer="Stackable GmbH"
1313
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
1414
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
1515
# renovate: datasource=github-releases packageName=rust-lang/rust
16-
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.84.1
16+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.85.0
1717
# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
1818
# renovate: datasource=crate packageName=cargo-cyclonedx
19-
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.5
19+
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
2020
# Find the latest version here: https://crates.io/crates/cargo-auditable
2121
# renovate: datasource=crate packageName=cargo-auditable
22-
ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.4
22+
ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.6
2323
# Find the latest version here: https://github.com/protocolbuffers/protobuf/releases
2424
# Upload any newer version to nexus with ./.scripts/upload_new_protoc_version.sh
2525
# renovate: datasource=github-releases packageName=protocolbuffers/protobuf

ubi9-rust-builder/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ LABEL maintainer="Stackable GmbH"
1010
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
1111
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
1212
# renovate: datasource=github-releases packageName=rust-lang/rust
13-
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.84.1
13+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.85.0
1414
# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
1515
# renovate: datasource=crate packageName=cargo-cyclonedx
16-
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.5
16+
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
1717
# Find the latest version here: https://crates.io/crates/cargo-auditable
1818
# renovate: datasource=crate packageName=cargo-auditable
19-
ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.4
19+
ENV CARGO_AUDITABLE_CRATE_VERSION=0.6.6
2020
# Find the latest version here: https://github.com/protocolbuffers/protobuf/releases
2121
# Upload any newer version to nexus with ./.scripts/upload_new_protoc_version.sh
2222
# renovate: datasource=github-releases packageName=protocolbuffers/protobuf

0 commit comments

Comments
 (0)