From c9de6e0f5418735eaf2b91eee32830baa8ceaa43 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Wed, 19 Mar 2025 11:30:09 +0100 Subject: [PATCH 1/2] fix(stackable-cockpit/stacklet): Use heritage label for looking up minio Fixes #363 --- rust/stackable-cockpit/src/platform/stacklet/minio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/stackable-cockpit/src/platform/stacklet/minio.rs b/rust/stackable-cockpit/src/platform/stacklet/minio.rs index e7e77a40..c881409a 100644 --- a/rust/stackable-cockpit/src/platform/stacklet/minio.rs +++ b/rust/stackable-cockpit/src/platform/stacklet/minio.rs @@ -13,7 +13,7 @@ pub(super) async fn list(client: &Client, namespace: Option<&str>) -> Result Date: Wed, 19 Mar 2025 11:42:02 +0100 Subject: [PATCH 2/2] chore: Update changelog --- rust/stackablectl/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/stackablectl/CHANGELOG.md b/rust/stackablectl/CHANGELOG.md index fd8ee617..52247895 100644 --- a/rust/stackablectl/CHANGELOG.md +++ b/rust/stackablectl/CHANGELOG.md @@ -7,8 +7,10 @@ All notable changes to this project will be documented in this file. ### Fixes - Use `rustls-native-certs` so that `stackablectl` can be used in environments with internal PKI ([#351]). +- Use `heritage` label when looking up the `minio-console` stacklet ([#364]). [#351]: https://github.com/stackabletech/stackable-cockpit/pull/351 +[#364]: https://github.com/stackabletech/stackable-cockpit/pull/364 ## [24.11.3] - 2025-01-27