From 1c6f55fe2c24572bd846efe80c32fc710183085d Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 5 Mar 2026 16:11:30 +0100 Subject: [PATCH 1/2] chore(stackable-base): Bump `config-utils` to `0.3.0` and `cert-tools` to `0.1.1` --- CHANGELOG.md | 2 ++ stackable-base/Dockerfile | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2fbcdf3a..c8261bf4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ All notable changes to this project will be documented in this file. - ubi9-rust-builder: Bump rust toolchain and cargo auditable versions ([#1432]). - stackable-base: Bump ubi9 image hash ([#1433]). - stackable-devel: Bump ubi9 image hash, update rust toolchain ([#1433], [#1435]). +- stackable-base: Bump `config-utils` to `0.3.0` and `cert-tools` to `0.1.1` ([#XXXX]). ### Removed @@ -122,6 +123,7 @@ All notable changes to this project will be documented in this file. [#1435]: https://github.com/stackabletech/docker-images/pull/1435 [#1436]: https://github.com/stackabletech/docker-images/pull/1436 [#1437]: https://github.com/stackabletech/docker-images/pull/1437 +[#XXXX]: https://github.com/stackabletech/docker-images/pull/XXXX ## [25.11.0] - 2025-11-07 diff --git a/stackable-base/Dockerfile b/stackable-base/Dockerfile index 5ab6f6e48..78f0b2299 100644 --- a/stackable-base/Dockerfile +++ b/stackable-base/Dockerfile @@ -11,15 +11,14 @@ FROM local-image/stackable-devel AS rust-binaries # Find the latest version here: https://github.com/stackabletech/config-utils/tags # renovate: datasource=github-tags packageName=stackabletech/config-utils -ENV CONFIG_UTILS_VERSION=0.2.0 +ENV CONFIG_UTILS_VERSION=0.3.0 # Find the latest version here: https://github.com/stackabletech/containerdebug/tags # renovate: datasource=github-tags packageName=stackabletech/containerdebug ENV CONTAINERDEBUG_VERSION=0.2.0 # Find the latest version here: https://github.com/stackabletech/secret-operator/tags # I could not find support for prefixes or regex in https://docs.renovatebot.com/modules/datasource/github-tags/, # so I was unable to add a renovate hint. -ENV CERT_TOOLS_VERSION=0.1.0 - +ENV CERT_TOOLS_VERSION=0.1.1 RUN < Date: Thu, 5 Mar 2026 16:13:00 +0100 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8261bf4e..d29ae1ec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ All notable changes to this project will be documented in this file. - ubi9-rust-builder: Bump rust toolchain and cargo auditable versions ([#1432]). - stackable-base: Bump ubi9 image hash ([#1433]). - stackable-devel: Bump ubi9 image hash, update rust toolchain ([#1433], [#1435]). -- stackable-base: Bump `config-utils` to `0.3.0` and `cert-tools` to `0.1.1` ([#XXXX]). +- stackable-base: Bump `config-utils` to `0.3.0` and `cert-tools` to `0.1.1` ([#1442]). ### Removed @@ -123,7 +123,7 @@ All notable changes to this project will be documented in this file. [#1435]: https://github.com/stackabletech/docker-images/pull/1435 [#1436]: https://github.com/stackabletech/docker-images/pull/1436 [#1437]: https://github.com/stackabletech/docker-images/pull/1437 -[#XXXX]: https://github.com/stackabletech/docker-images/pull/XXXX +[#1442]: https://github.com/stackabletech/docker-images/pull/1442 ## [25.11.0] - 2025-11-07