Skip to content

Commit ef010e6

Browse files
committed
chore: Pre-release updates for Stackable Release 26.3.0
1 parent 6133732 commit ef010e6

6 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/boil_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- "Cargo.*"
1111

1212
env:
13-
RUST_VERSION: 1.89.0
13+
RUST_VERSION: 1.92.0
1414

1515
jobs:
1616
# This job is always run to ensure we don't miss any new upstream advisories

.github/workflows/boil_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "boil-[0-9]+.[0-9]+.[0-9]+**"
88

99
env:
10-
RUST_VERSION: 1.89.0
10+
RUST_VERSION: 1.92.0
1111

1212
jobs:
1313
create-release:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ All notable changes to this project will be documented in this file.
4343
Pull logging dependencies with `mvn` instead of `curl` to remove manual maintenance in Nexus `packages`.
4444
- hbase: Update `hbase-operator-tools` from `1.3.0-fd5a5fb` to `1.3.0` ([#1425]).
4545
- nifi: Backported NiFi-15567 to NiFi 2.6.0 and 2.7.2 to fix CVE CVE-2026-25903 ([#1429]).
46+
- ubi9-rust-builder: Bump Rust toolchain to `1.92.0`, and cargo-auditable to `0.7.2` ([#XXXX]).
4647

4748
### Removed
4849

@@ -106,6 +107,7 @@ All notable changes to this project will be documented in this file.
106107
[#1426]: https://github.com/stackabletech/docker-images/pull/1426
107108
[#1428]: https://github.com/stackabletech/docker-images/pull/1428
108109
[#1429]: https://github.com/stackabletech/docker-images/pull/1429
110+
[#XXXX]: https://github.com/stackabletech/docker-images/pull/XXXX
109111

110112
## [25.11.0] - 2025-11-07
111113

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.89.0"
2+
channel = "1.92.0"
33
profile = "default"

stackable-devel/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ COPY stackable-base/stackable/curlrc /root/.curlrc
4444
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
4545
# TODO (@NickLarsenNZ): Move the version into boil-config.toml once renovate can look there
4646
# renovate: datasource=github-releases packageName=rust-lang/rust
47-
ARG RUST_DEFAULT_TOOLCHAIN_VERSION=1.89.0
47+
ARG RUST_DEFAULT_TOOLCHAIN_VERSION=1.92.0
4848
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=${RUST_DEFAULT_TOOLCHAIN_VERSION}
4949
# Find the latest version here: https://crates.io/crates/cargo-cyclonedx
5050
# renovate: datasource=crate packageName=cargo-cyclonedx
5151
ENV CARGO_CYCLONEDX_CRATE_VERSION=0.5.7
5252
# Find the latest version here: https://crates.io/crates/cargo-auditable
5353
# renovate: datasource=crate packageName=cargo-auditable
54-
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.1
54+
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.2
5555

5656
RUN <<EOF
5757
microdnf update

ubi9-rust-builder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ 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.89.0
18+
ENV RUST_DEFAULT_TOOLCHAIN_VERSION=1.92.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.1
24+
ENV CARGO_AUDITABLE_CRATE_VERSION=0.7.2
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)