File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ All notable changes to this project will be documented in this file.
4949- stackable-base: Bump ubi9 image hash ([ #1433 ] ).
5050- stackable-devel: Bump ubi9 image hash, update rust toolchain ([ #1433 ] , [ #1435 ] ).
5151- stackable-base: Bump ` config-utils ` to ` 0.3.0 ` and ` cert-tools ` to ` 0.1.1 ` ([ #1442 ] ).
52+ - stackable-base: Bump ` containerdebug ` ` 0.3.0 ` ([ #1447 ] ).
5253
5354### Removed
5455
@@ -124,6 +125,7 @@ All notable changes to this project will be documented in this file.
124125[ #1436 ] : https://github.com/stackabletech/docker-images/pull/1436
125126[ #1437 ] : https://github.com/stackabletech/docker-images/pull/1437
126127[ #1442 ] : https://github.com/stackabletech/docker-images/pull/1442
128+ [ #1447 ] : https://github.com/stackabletech/docker-images/pull/1447
127129
128130## [ 25.11.0] - 2025-11-07
129131
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ FROM local-image/stackable-devel AS rust-binaries
1414ENV CONFIG_UTILS_VERSION=0.3.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.2 .0
17+ ENV CONTAINERDEBUG_VERSION=0.3 .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