From b69353b6c853489a12e726c064425dc5b5e8d841 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Fri, 11 Mar 2022 08:58:20 -0500 Subject: [PATCH] Add yoga release note prelude Also update the max microversion for yoga in the api version history document. Change-Id: I0573499b6d4141d3739033d3af5dbfec681fa908 --- .../openstack/rest_api_version_history.rst | 4 ++-- ...yoga-release-prelude-9fc369cf00df1a48.yaml | 23 +++++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/yoga-release-prelude-9fc369cf00df1a48.yaml diff --git a/cinder/api/openstack/rest_api_version_history.rst b/cinder/api/openstack/rest_api_version_history.rst index 63aa5668090..9e0da20fdb0 100644 --- a/cinder/api/openstack/rest_api_version_history.rst +++ b/cinder/api/openstack/rest_api_version_history.rst @@ -514,7 +514,7 @@ equivalent to ``https://$(controller)s/volume/v3/volumes``. When interacting with the cinder service as system or domain scoped users, a project_id should not be specified in the API path. -3.68 ----- +3.68 (Maximum in Yoga) +---------------------- Support ability to re-image a volume with a specific image. Specify the ``os-reimage`` action in the request body. diff --git a/releasenotes/notes/yoga-release-prelude-9fc369cf00df1a48.yaml b/releasenotes/notes/yoga-release-prelude-9fc369cf00df1a48.yaml new file mode 100644 index 00000000000..e5bf8152708 --- /dev/null +++ b/releasenotes/notes/yoga-release-prelude-9fc369cf00df1a48.yaml @@ -0,0 +1,23 @@ +--- +prelude: | + Welcome to the Yoga release of the OpenStack Block Storage service + (cinder). With this release, the Block Storage API version 3 has + reached microversion **3.68**. The cinder team would like to + bring the following points to your attention. Details may be + found throughout this document. + + * Microversion 3.67 is introduced as a marker to indicate that + any instance of the Block Storage API 3.67 or greater treats + a project_id in the URL as optional. This change is backward + compatible: the API can handle legacy URLs containing a project_id + as well as URLs without a project_id. This is the case regardless + of what microversion specified in a request. See the "New + Features" section for details. + + * Microversion 3.68 introduces a new volume action, ``os-reimage``, + that allows a user to replace the current content of a specified + volume with the data of a specified image supplied by the Image + service (glance). See the "New Features" section for details. + + * Some new backend storage drivers have been added, and many current + drivers have added features and fixed bugs.