Skip to content

Commit 3a04f88

Browse files
authored
chore(stackable-base): Bump containerdebug to 0.3.0 (#1447)
* chore(stackable-base): Bump containerdebug to 0.3.0 * changelog
1 parent 68a95e3 commit 3a04f88

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

stackable-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FROM local-image/stackable-devel AS rust-binaries
1414
ENV 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.

0 commit comments

Comments
 (0)