From 95d4ae1fa1a2b6118ee38709859b4ca61e6a7546 Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 24 Oct 2025 11:24:55 +0200 Subject: [PATCH 1/5] chore(ubi9): Bump stable Rust toolchain to 1.89.0 --- ubi9-rust-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi9-rust-builder/Dockerfile b/ubi9-rust-builder/Dockerfile index bf2a0c9c1..9767f20b1 100644 --- a/ubi9-rust-builder/Dockerfile +++ b/ubi9-rust-builder/Dockerfile @@ -15,7 +15,7 @@ ENV RUSTUP_VERSION=1.28.1 # This SHOULD be kept in sync with operator-templating and other tools to reduce build times # Find the latest version here: https://doc.rust-lang.org/stable/releases.html # renovate: datasource=github-releases packageName=rust-lang/rust -ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.87.0 +ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.89.0 # Find the latest version here: https://crates.io/crates/cargo-cyclonedx # renovate: datasource=crate packageName=cargo-cyclonedx ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7 From 3ecc7d4c5232ab0ad9b0d171c1d349571555188d Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 24 Oct 2025 11:25:24 +0200 Subject: [PATCH 2/5] chore(ubi9): Bump rustup to 1.28.2 --- ubi9-rust-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi9-rust-builder/Dockerfile b/ubi9-rust-builder/Dockerfile index 9767f20b1..bef8d7577 100644 --- a/ubi9-rust-builder/Dockerfile +++ b/ubi9-rust-builder/Dockerfile @@ -11,7 +11,7 @@ LABEL maintainer="Stackable GmbH" # See https://github.com/rust-lang/rustup/blob/4514d36fcc9c42416176111cd841c86f7ec44b2c/rustup-init.sh#L91 # Find the latest version here: https://github.com/rust-lang/rustup/blob/master/CHANGELOG.md # renovate: datasource=github-tags packageName=rust-lang/rustup -ENV RUSTUP_VERSION=1.28.1 +ENV RUSTUP_VERSION=1.28.2 # This SHOULD be kept in sync with operator-templating and other tools to reduce build times # Find the latest version here: https://doc.rust-lang.org/stable/releases.html # renovate: datasource=github-releases packageName=rust-lang/rust From 35f80512a6ff5acc482911ce6f0cc17ef910a6a6 Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 24 Oct 2025 11:26:04 +0200 Subject: [PATCH 3/5] chore(ubi9): Bump cargo-auditable to 0.7.1 --- ubi9-rust-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubi9-rust-builder/Dockerfile b/ubi9-rust-builder/Dockerfile index bef8d7577..8a8548efb 100644 --- a/ubi9-rust-builder/Dockerfile +++ b/ubi9-rust-builder/Dockerfile @@ -21,7 +21,7 @@ ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.89.0 ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7 # Find the latest version here: https://crates.io/crates/cargo-auditable # renovate: datasource=crate packageName=cargo-auditable -ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.0 +ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.1 # Find the latest version here: https://github.com/protocolbuffers/protobuf/releases # Upload any newer version to nexus with ./.scripts/upload_new_protoc_version.sh # renovate: datasource=github-releases packageName=protocolbuffers/protobuf From 25b3541efbbc682e0e383de66031558694692de5 Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 24 Oct 2025 11:53:05 +0200 Subject: [PATCH 4/5] chore: Add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5e5c99b..2a0b330d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ All notable changes to this project will be documented in this file. - all: Use our build-repo to cache NPM dependencies ([#1219]). - java: Use a more recent Maven version for all Java based products ([#1220], [[#1293]]). - ubi9-rust-builder: Bump ubi9 base image ([#1253]). +- ubi9-rust-builder: Bump Rust toolchain to 1.89.0, rustup to 1.28.2, and cargo-auditable to 0.7.1 ([#1318]). - stackable-base: Bump ubi9 base image ([#1253]). - stackable-devel: Bump ubi9 base image and update cargo-auditable to `0.7.0` ([#1253]). - vector: Bump to `0.49.0` ([#1258]). @@ -111,6 +112,7 @@ All notable changes to this project will be documented in this file. [#1314]: https://github.com/stackabletech/docker-images/pull/1314 [#1315]: https://github.com/stackabletech/docker-images/pull/1315 [#1316]: https://github.com/stackabletech/docker-images/pull/1316 +[#1318]: https://github.com/stackabletech/docker-images/pull/1318 ## [25.7.0] - 2025-07-23 From 1e8c91b7fad88794a8590437cde04f868297fb5b Mon Sep 17 00:00:00 2001 From: Techassi Date: Fri, 24 Oct 2025 12:06:36 +0200 Subject: [PATCH 5/5] chore: Adjust changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0b330d2..a8280048b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ All notable changes to this project will be documented in this file. - all: Use our build-repo to cache NPM dependencies ([#1219]). - java: Use a more recent Maven version for all Java based products ([#1220], [[#1293]]). - ubi9-rust-builder: Bump ubi9 base image ([#1253]). -- ubi9-rust-builder: Bump Rust toolchain to 1.89.0, rustup to 1.28.2, and cargo-auditable to 0.7.1 ([#1318]). +- ubi9-rust-builder: Bump Rust toolchain to `1.89.0`, rustup to `1.28.2`, and cargo-auditable to `0.7.1` ([#1318]). - stackable-base: Bump ubi9 base image ([#1253]). - stackable-devel: Bump ubi9 base image and update cargo-auditable to `0.7.0` ([#1253]). - vector: Bump to `0.49.0` ([#1258]).