Skip to content

Commit cdc6209

Browse files
committed
chore(stackable-base): Bump containerdebug and config-utils
1 parent 13fabe6 commit cdc6209

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
2020

2121
- hbase: Update `hbase-opa-authorizer` from `0.1.0` to `0.2.0` and then `0.3.0` ([#1446], [#1454]).
2222
- 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]).
23+
- stackable-base: Bump `containerdebug` to `0.4.0` and `config-utils` to `0.4.0` ([#XXXX]).
2324

2425
### Fixed
2526

@@ -52,6 +53,7 @@ All notable changes to this project will be documented in this file.
5253
[#1512]: https://github.com/stackabletech/docker-images/pull/1512
5354
[#1518]: https://github.com/stackabletech/docker-images/pull/1518
5455
[#1520]: https://github.com/stackabletech/docker-images/pull/1520
56+
[#XXXX]: https://github.com/stackabletech/docker-images/pull/XXXX
5557

5658
## [26.3.0] - 2026-03-16
5759

stackable-base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ FROM local-image/stackable-devel AS rust-binaries
1111

1212
# Find the latest version here: https://github.com/stackabletech/config-utils/tags
1313
# renovate: datasource=github-tags packageName=stackabletech/config-utils
14-
ENV CONFIG_UTILS_VERSION=0.3.0
14+
ENV CONFIG_UTILS_VERSION=0.4.0
1515
# Find the latest version here: https://github.com/stackabletech/containerdebug/tags
1616
# renovate: datasource=github-tags packageName=stackabletech/containerdebug
17-
ENV CONTAINERDEBUG_VERSION=0.3.0
17+
ENV CONTAINERDEBUG_VERSION=0.4.0
1818
# Find the latest version here: https://github.com/stackabletech/secret-operator/tags
1919
# I could not find support for prefixes or regex in https://docs.renovatebot.com/modules/datasource/github-tags/,
2020
# so I was unable to add a renovate hint.

0 commit comments

Comments
 (0)