Skip to content

Commit ec4bc4e

Browse files
authored
chore(stackable-base): Bump containerdebug to 0.4.0 and config-utils to 0.4.0 (#1521)
* chore(stackable-base): Bump `containerdebug` and `config-utils` * changelog
1 parent a023461 commit ec4bc4e

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
@@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
2121

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

2526
### Fixed
2627

@@ -54,6 +55,7 @@ All notable changes to this project will be documented in this file.
5455
[#1514]: https://github.com/stackabletech/docker-images/pull/1514
5556
[#1518]: https://github.com/stackabletech/docker-images/pull/1518
5657
[#1520]: https://github.com/stackabletech/docker-images/pull/1520
58+
[#1521]: https://github.com/stackabletech/docker-images/pull/1521
5759

5860
## [26.3.0] - 2026-03-16
5961

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)