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.
7
7
### Added
8
8
9
9
- nifi: Add NiFi hadoop Azure and GCP libraries ([ #943 ] ).
10
- - base: Add containerdebug tool ([ #928 ] ).
10
+ - base: Add containerdebug tool ([ #928 ] , [ # 959 ] ).
11
11
- tools: Add the package util-linux-core ([ #952 ] ).
12
12
util-linux-core contains a basic set of Linux utilities, including the
13
13
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.
28
28
[ #952 ] : https://github.com/stackabletech/docker-images/pull/952
29
29
[ #953 ] : https://github.com/stackabletech/docker-images/pull/953
30
30
[ #955 ] : https://github.com/stackabletech/docker-images/pull/955
31
+ [ #959 ] : https://github.com/stackabletech/docker-images/pull/959
31
32
32
33
## [ 24.11.0] - 2024-11-18
33
34
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c0e70387664f30cd9cf2795b
11
11
ENV CONFIG_UTILS_VERSION=0.2.0
12
12
# Find the latest version here: https://github.com/stackabletech/containerdebug/tags
13
13
# renovate: datasource=github-tags packageName=stackabletech/containerdebug
14
- ENV CONTAINERDEBUG_VERSION=0.1.0
14
+ ENV CONTAINERDEBUG_VERSION=0.1.1
15
15
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
16
16
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
17
17
# renovate: datasource=github-releases packageName=rust-lang/rust
You can’t perform that action at this time.
0 commit comments