From 54c1e8a3494e22df14d4ee4aefe132ed39980d5d Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Wed, 15 Apr 2026 13:03:16 +0000 Subject: [PATCH 1/2] chore: Generated commit to update templated files since the last template run up to stackabletech/operator-templating@d8c4b88106c95760340b425089d9da8232d69af4 Reference-to: stackabletech/operator-templating@d8c4b88 (Ignore RUSTSEC-2026-0097 in deny.toml) --- deny.toml | 7 +++++++ docker/Dockerfile | 2 +- rustfmt.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 8ec7e4528..4fa854b97 100644 --- a/deny.toml +++ b/deny.toml @@ -38,6 +38,13 @@ ignore = [ # # This can only be removed again if we decide to use a different crate. "RUSTSEC-2024-0436", + + # https://rustsec.org/advisories/RUSTSEC-2026-0097 + # rand 0.8.5 is unsound when log+thread_rng features are enabled and a custom logger calls rand::rng(). + # + # This version is pulled in transitively via num-bigint-dig -> rsa -> stackable-certs and cannot be + # updated until the upstream rsa crate bumps its rand dependency. + "RUSTSEC-2026-0097", ] [bans] diff --git a/docker/Dockerfile b/docker/Dockerfile index 118e18129..e844d2cc2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -37,7 +37,7 @@ ARG STACKABLE_USER_NAME="stackable" # "-c": Allows the execution of commands passed as a string SHELL ["/bin/bash", "-euo", "pipefail", "-c"] -# These labels have mostly been superseded by the OpenContainer spec annotations below but it doesn't hurt to include them +# These labels have mostly been superceded by the OpenContainer spec annotations below but it doesn't hurt to include them # http://label-schema.org/rc1/ LABEL name="Stackable Operator for Trino" LABEL maintainer="info@stackable.tech" diff --git a/rustfmt.toml b/rustfmt.toml index 03d21a4f6..07217b21f 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,5 +1,5 @@ # This file includes unstable features, so you need to run "cargo +nightly fmt" to format your code. -# It's also ok to use the stable toolchain by simple running "cargo fmt", but using the nightly formatter is preferred. +# It's also ok to use the stable toolchain by simple running "cargo fmt", but using the nigthly formatter is prefered. # https://doc.rust-lang.org/nightly/edition-guide/rust-2024/rustfmt-style-edition.html style_edition = "2024" From 28c1d2f71103ff2fc9e06c73fc11da2b26ae0d5f Mon Sep 17 00:00:00 2001 From: Siegfried Weber Date: Wed, 15 Apr 2026 15:15:09 +0200 Subject: [PATCH 2/2] chore: Re-apply #867 --- docker/Dockerfile | 2 +- rustfmt.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e844d2cc2..118e18129 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -37,7 +37,7 @@ ARG STACKABLE_USER_NAME="stackable" # "-c": Allows the execution of commands passed as a string SHELL ["/bin/bash", "-euo", "pipefail", "-c"] -# These labels have mostly been superceded by the OpenContainer spec annotations below but it doesn't hurt to include them +# These labels have mostly been superseded by the OpenContainer spec annotations below but it doesn't hurt to include them # http://label-schema.org/rc1/ LABEL name="Stackable Operator for Trino" LABEL maintainer="info@stackable.tech" diff --git a/rustfmt.toml b/rustfmt.toml index 07217b21f..03d21a4f6 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,5 +1,5 @@ # This file includes unstable features, so you need to run "cargo +nightly fmt" to format your code. -# It's also ok to use the stable toolchain by simple running "cargo fmt", but using the nigthly formatter is prefered. +# It's also ok to use the stable toolchain by simple running "cargo fmt", but using the nightly formatter is preferred. # https://doc.rust-lang.org/nightly/edition-guide/rust-2024/rustfmt-style-edition.html style_edition = "2024"