From ea7b9f39e2ee6fcc02ebbb33b0bcb3e58b64b09a Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 11:19:18 +0200 Subject: [PATCH 1/2] chore: Bump csi-provisioner to 5.2.0 Note: Image mirrored by https://github.com/stackabletech/docker-images/actions/runs/14833003316 --- deploy/helm/secret-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/secret-operator/values.yaml b/deploy/helm/secret-operator/values.yaml index 5318679a..c920d3bb 100644 --- a/deploy/helm/secret-operator/values.yaml +++ b/deploy/helm/secret-operator/values.yaml @@ -8,7 +8,7 @@ image: csiProvisioner: image: repository: oci.stackable.tech/sdp/sig-storage/csi-provisioner - tag: v5.1.0 + tag: v5.2.0 pullPolicy: IfNotPresent resources: requests: From bc29529d32ffd8b265cf320568295da4f85cbd7f Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 11:34:55 +0200 Subject: [PATCH 2/2] chore: Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3899e69c..26a0c575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ All notable changes to this project will be documented in this file. - The file log directory was set by `STKBL_SECRET_OLM_DEPLOYER_LOG_DIRECTORY`, and is now set by `FILE_LOG_DIRECTORY` (or via `--file-log-directory `). - Replace stackable-operator `print_startup_string` with `tracing::info!` with fields. +- Upgrade csi-provisioner to 5.2.0 ([#594]). ### Fixed @@ -42,6 +43,7 @@ All notable changes to this project will be documented in this file. [#586]: https://github.com/stackabletech/secret-operator/pull/586 [#587]: https://github.com/stackabletech/secret-operator/pull/587 [#591]: https://github.com/stackabletech/secret-operator/pull/591 +[#594]: https://github.com/stackabletech/secret-operator/pull/594 ## [25.3.0] - 2025-03-21