From 7377d7ed807068b9abf0aac099f4a43d798eb9f2 Mon Sep 17 00:00:00 2001 From: Alexander Wels Date: Fri, 3 Mar 2023 14:50:07 -0600 Subject: [PATCH] 1.56.0 release Signed-off-by: Alexander Wels --- manual-release-notes | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manual-release-notes b/manual-release-notes index 5a2de45fbc..e89bc7007c 100644 --- a/manual-release-notes +++ b/manual-release-notes @@ -1,2 +1,7 @@ v1.56.0 - +Stop forcing preallocation on block imports (#2598) +Annotation to check for statically provisioned PVs when creating DataVolumes (#2605) +Get rid of sync/updateStatus shared state (#2607) +Respect bind.immediate annotation by not attempting fancy clones (#2612) +Add manila csi to list of known provisioners (#2614) +Add sourceRef support for VolumeSnapshot sources (#2616)