[docs] Update REST API version history

Add the "maximum" marker for 2023.2 at microversion 3.70, which was
introduced by change I459f06504e90.

Add the "maximum" marker for 2024.1 and 2024.2 at microversion 3.71,
which was introduced by change I4aaa5da1ad67.

Change-Id: If889a3c2cb5eefc8e1ec7fb0963684fb30b8795b
This commit is contained in:
Pierre Riteau 2024-12-16 10:30:23 +01:00
parent c8ceeeb150
commit 92a4682d4d

View File

@ -529,15 +529,15 @@ following meanings:
- ``false``: Never do locking.
- ``null``: Forced locking regardless of the iSCSI initiator.
3.70 (Maximum in Zed and 2023.1)
--------------------------------
3.70 (Maximum in Zed, 2023.1 and 2023.2)
----------------------------------------
Add the ability to transfer encrypted volumes and their snapshots. The feature
removes a prior restriction on transferring encrypted volumes. Otherwise, the
API request and response schema are unchanged.
3.71
----
3.71 (Maximum in 2024.1 and 2024.2)
-----------------------------------
Add the ``os-extend_volume_completion`` volume action, which Nova can use
to notify Cinder of success and error when handling a ``volume-extended``
external server event.