File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments