From b73629144816effbcaacc1defc1ff126bfd80d12 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 10 Mar 2026 09:36:17 +0100 Subject: [PATCH 1/2] chore(stackable-base): Bump containerdebug to 0.3.0 --- CHANGELOG.md | 2 ++ stackable-base/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d29ae1ec6..39afb641e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ All notable changes to this project will be documented in this file. - 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` ([#1442]). +- stackable-base: Bump `containerdebug` `0.3.0` ([#XXXX]). ### Removed @@ -124,6 +125,7 @@ All notable changes to this project will be documented in this file. [#1436]: https://github.com/stackabletech/docker-images/pull/1436 [#1437]: https://github.com/stackabletech/docker-images/pull/1437 [#1442]: https://github.com/stackabletech/docker-images/pull/1442 +[#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 78f0b2299..7de424ea3 100644 --- a/stackable-base/Dockerfile +++ b/stackable-base/Dockerfile @@ -14,7 +14,7 @@ FROM local-image/stackable-devel AS rust-binaries 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 +ENV CONTAINERDEBUG_VERSION=0.3.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. From 4bdf7443c6ed731468c4b2dfcc42455aed26ef8a Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Tue, 10 Mar 2026 09:37:11 +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 39afb641e..d116853e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,7 +49,7 @@ All notable changes to this project will be documented in this file. - 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` ([#1442]). -- stackable-base: Bump `containerdebug` `0.3.0` ([#XXXX]). +- stackable-base: Bump `containerdebug` `0.3.0` ([#1447]). ### Removed @@ -125,7 +125,7 @@ All notable changes to this project will be documented in this file. [#1436]: https://github.com/stackabletech/docker-images/pull/1436 [#1437]: https://github.com/stackabletech/docker-images/pull/1437 [#1442]: https://github.com/stackabletech/docker-images/pull/1442 -[#XXXX]: https://github.com/stackabletech/docker-images/pull/XXXX +[#1447]: https://github.com/stackabletech/docker-images/pull/1447 ## [25.11.0] - 2025-11-07