File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c0e70387664f30cd9cf2795b
1111ENV 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
You can’t perform that action at this time.
0 commit comments