Skip to content

Commit

Permalink
Update containerdebug to v0.1.1 (#959)
Browse files Browse the repository at this point in the history
* Update containerdebug to v0.1.1

* Changelog
  • Loading branch information
nightkr authored Dec 16, 2024
1 parent 34a11e4 commit 0e42f0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit 0e42f0f

Please sign in to comment.