From 0e42f0fcdf536da7e0f66b8ea727df6fe54c6066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natalie=20Klestrup=20R=C3=B6ijezon?= Date: Mon, 16 Dec 2024 15:24:50 +0100 Subject: [PATCH] Update containerdebug to v0.1.1 (#959) * Update containerdebug to v0.1.1 * Changelog --- CHANGELOG.md | 3 ++- stackable-base/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b31dae4e7..8b1fd725c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/stackable-base/Dockerfile b/stackable-base/Dockerfile index b98912498..9e3dd2050 100644 --- a/stackable-base/Dockerfile +++ b/stackable-base/Dockerfile @@ -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