From 1b6f7ced4bc0fcebfd1ef1df158a090f7fca774f Mon Sep 17 00:00:00 2001 From: Alexander Wels Date: Tue, 15 Aug 2023 07:08:17 -0500 Subject: [PATCH] Updated release notes for 1.57.0 Signed-off-by: Alexander Wels --- manual-release-notes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manual-release-notes b/manual-release-notes index 4d990fc22d..1461bbf8fe 100644 --- a/manual-release-notes +++ b/manual-release-notes @@ -1,2 +1,12 @@ v1.57.0-rc1 release candidate 1 + +v1.57.0 +BugFix: Update populator CRDs roles to include cluster-readers (#2806) +Enhancement: Set clone strategy for ceph to CSI clone (#2817) +Enhancement: Annotate PVC with host-assisted clone fallback reason; add missing events (#2824) +BugFix: Fix DIC returned reconcile.Result for ImageStream (#2826) +BugFix: Fix race condition in populators so we clean PVC' after population in all cases (#2833) +BugFix: Always use scratchspace when importing and converting (#2832) (#2841) +BugFix: Fix broken local -> rook-ceph-block clone (#2842) +BugFix: Don't use scratch space for registry node pull imports (#2846)