Skip to content

Commit 1c6f55f

Browse files
committed
chore(stackable-base): Bump config-utils to 0.3.0 and cert-tools to 0.1.1
1 parent a6df3a5 commit 1c6f55f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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` ([#XXXX]).
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+
[#XXXX]: https://github.com/stackabletech/docker-images/pull/XXXX
125127

126128
## [25.11.0] - 2025-11-07
127129

stackable-base/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1717
ENV 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

2423
RUN <<EOF
2524
. "$HOME/.cargo/env"

0 commit comments

Comments
 (0)