Skip to content

Commit 0e42f0f

Browse files
authored
Update containerdebug to v0.1.1 (#959)
* Update containerdebug to v0.1.1 * Changelog
1 parent 34a11e4 commit 0e42f0f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
- nifi: Add NiFi hadoop Azure and GCP libraries ([#943]).
10-
- base: Add containerdebug tool ([#928]).
10+
- base: Add containerdebug tool ([#928], [#959]).
1111
- tools: Add the package util-linux-core ([#952]).
1212
util-linux-core contains a basic set of Linux utilities, including the
1313
command logger which allows to enter messages into the system log.
@@ -28,6 +28,7 @@ All notable changes to this project will be documented in this file.
2828
[#952]: https://github.com/stackabletech/docker-images/pull/952
2929
[#953]: https://github.com/stackabletech/docker-images/pull/953
3030
[#955]: https://github.com/stackabletech/docker-images/pull/955
31+
[#959]: https://github.com/stackabletech/docker-images/pull/959
3132

3233
## [24.11.0] - 2024-11-18
3334

stackable-base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c0e70387664f30cd9cf2795b
1111
ENV CONFIG_UTILS_VERSION=0.2.0
1212
# Find the latest version here: https://github.com/stackabletech/containerdebug/tags
1313
# renovate: datasource=github-tags packageName=stackabletech/containerdebug
14-
ENV CONTAINERDEBUG_VERSION=0.1.0
14+
ENV CONTAINERDEBUG_VERSION=0.1.1
1515
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
1616
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
1717
# renovate: datasource=github-releases packageName=rust-lang/rust

0 commit comments

Comments
 (0)