From cdc62093fe82ad87dcc523dfcd8477b3d27e7b3b Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Wed, 3 Jun 2026 12:24:24 +0200 Subject: [PATCH 1/2] chore(stackable-base): Bump `containerdebug` and `config-utils` --- CHANGELOG.md | 2 ++ stackable-base/Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dda2e1655..5edc6a5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. - hbase: Update `hbase-opa-authorizer` from `0.1.0` to `0.2.0` and then `0.3.0` ([#1446], [#1454]). - ci: Bump `docker/login-action` from `v3.6.0` to `v4.1.0` and `stackabletech/actions` to `v0.14.3` to escape Node.js 20 deprecation ([#1507]). +- stackable-base: Bump `containerdebug` to `0.4.0` and `config-utils` to `0.4.0` ([#XXXX]). ### Fixed @@ -52,6 +53,7 @@ All notable changes to this project will be documented in this file. [#1512]: https://github.com/stackabletech/docker-images/pull/1512 [#1518]: https://github.com/stackabletech/docker-images/pull/1518 [#1520]: https://github.com/stackabletech/docker-images/pull/1520 +[#XXXX]: https://github.com/stackabletech/docker-images/pull/XXXX ## [26.3.0] - 2026-03-16 diff --git a/stackable-base/Dockerfile b/stackable-base/Dockerfile index 7de424ea3..b24f41195 100644 --- a/stackable-base/Dockerfile +++ b/stackable-base/Dockerfile @@ -11,10 +11,10 @@ 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.3.0 +ENV CONFIG_UTILS_VERSION=0.4.0 # Find the latest version here: https://github.com/stackabletech/containerdebug/tags # renovate: datasource=github-tags packageName=stackabletech/containerdebug -ENV CONTAINERDEBUG_VERSION=0.3.0 +ENV CONTAINERDEBUG_VERSION=0.4.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 00a63f649b5e8a8521c5adaa6f411496a6cf29a1 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Wed, 3 Jun 2026 12:25:48 +0200 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5edc6a5dc..b0f0d02a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file. - hbase: Update `hbase-opa-authorizer` from `0.1.0` to `0.2.0` and then `0.3.0` ([#1446], [#1454]). - ci: Bump `docker/login-action` from `v3.6.0` to `v4.1.0` and `stackabletech/actions` to `v0.14.3` to escape Node.js 20 deprecation ([#1507]). -- stackable-base: Bump `containerdebug` to `0.4.0` and `config-utils` to `0.4.0` ([#XXXX]). +- stackable-base: Bump `containerdebug` to `0.4.0` and `config-utils` to `0.4.0` ([#1521]). ### Fixed @@ -53,7 +53,7 @@ All notable changes to this project will be documented in this file. [#1512]: https://github.com/stackabletech/docker-images/pull/1512 [#1518]: https://github.com/stackabletech/docker-images/pull/1518 [#1520]: https://github.com/stackabletech/docker-images/pull/1520 -[#XXXX]: https://github.com/stackabletech/docker-images/pull/XXXX +[#1521]: https://github.com/stackabletech/docker-images/pull/1521 ## [26.3.0] - 2026-03-16