File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ All notable changes to this project will be documented in this file.
4848- ubi9-rust-builder: Bump rust toolchain and cargo auditable versions ([ #1432 ] ).
4949- stackable-base: Bump ubi9 image hash ([ #1433 ] ).
5050- stackable-devel: Bump ubi9 image hash, update rust toolchain ([ #1433 ] , [ #1435 ] ).
51+ - stackable-base: Bump ` config-utils ` to ` 0.3.0 ` and ` cert-tools ` to ` 0.1.1 ` ([ #1442 ] ).
5152
5253### Removed
5354
@@ -122,6 +123,7 @@ All notable changes to this project will be documented in this file.
122123[ #1435 ] : https://github.com/stackabletech/docker-images/pull/1435
123124[ #1436 ] : https://github.com/stackabletech/docker-images/pull/1436
124125[ #1437 ] : https://github.com/stackabletech/docker-images/pull/1437
126+ [ #1442 ] : https://github.com/stackabletech/docker-images/pull/1442
125127
126128## [ 25.11.0] - 2025-11-07
127129
Original file line number Diff line number Diff line change @@ -11,15 +11,14 @@ FROM local-image/stackable-devel AS rust-binaries
1111
1212# Find the latest version here: https://github.com/stackabletech/config-utils/tags
1313# renovate: datasource=github-tags packageName=stackabletech/config-utils
14- ENV CONFIG_UTILS_VERSION=0.2 .0
14+ ENV CONFIG_UTILS_VERSION=0.3 .0
1515# Find the latest version here: https://github.com/stackabletech/containerdebug/tags
1616# renovate: datasource=github-tags packageName=stackabletech/containerdebug
1717ENV CONTAINERDEBUG_VERSION=0.2.0
1818# Find the latest version here: https://github.com/stackabletech/secret-operator/tags
1919# I could not find support for prefixes or regex in https://docs.renovatebot.com/modules/datasource/github-tags/,
2020# so I was unable to add a renovate hint.
21- ENV CERT_TOOLS_VERSION=0.1.0
22-
21+ ENV CERT_TOOLS_VERSION=0.1.1
2322
2423RUN <<EOF
2524. "$HOME/.cargo/env"
You can’t perform that action at this time.
0 commit comments