Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
### Added

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

## [24.11.0] - 2024-11-18

Expand Down
2 changes: 1 addition & 1 deletion stackable-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c0e70387664f30cd9cf2795b
ENV CONFIG_UTILS_VERSION=0.2.0
# Find the latest version here: https://github.com/stackabletech/containerdebug/tags
# renovate: datasource=github-tags packageName=stackabletech/containerdebug
ENV CONTAINERDEBUG_VERSION=0.1.0
ENV CONTAINERDEBUG_VERSION=0.1.1
# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
# renovate: datasource=github-releases packageName=rust-lang/rust
Expand Down
Loading