From 27103f0f094b0c9643904dabc9a4d3bc3a2d7ff2 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 11:19:19 +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/listener-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/listener-operator/values.yaml b/deploy/helm/listener-operator/values.yaml index 5e80f4c..626c213 100644 --- a/deploy/helm/listener-operator/values.yaml +++ b/deploy/helm/listener-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 39eb74aa73019d209f39c33dc7bf953918d8e948 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 5 May 2025 11:34:53 +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 a11d9b0..e77f109 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,9 +25,11 @@ All notable changes to this project will be documented in this file. - The file log directory was set by `STKBL_LISTENER_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 ([#304]). [#291]: https://github.com/stackabletech/listener-operator/pull/291 [#299]: https://github.com/stackabletech/listener-operator/pull/299 +[#304]: https://github.com/stackabletech/listener-operator/pull/304 ## [25.3.0] - 2025-03-21