From 1c146a7e627cb262c8e3323fa4ef4bd7495dc824 Mon Sep 17 00:00:00 2001 From: Dmitriy Chubinidze Date: Tue, 3 Jun 2025 12:28:57 +0000 Subject: [PATCH] Add release note about instances cold migration. Add release note about feature allowing for non-admin users to cold migrate instances. Change-Id: I394731ecc2eafd3724a0518b48ed860973670a1c --- releasenotes/notes/allow-non-admins-cold-migrate.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/allow-non-admins-cold-migrate.yaml diff --git a/releasenotes/notes/allow-non-admins-cold-migrate.yaml b/releasenotes/notes/allow-non-admins-cold-migrate.yaml new file mode 100644 index 0000000000..58a47a4ade --- /dev/null +++ b/releasenotes/notes/allow-non-admins-cold-migrate.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Cold migration action is now available in project dashboard for + non-admin users.