From 9dc05b3cb6da9123600eaa26985dae66221175e5 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 7 Oct 2015 09:50:15 -0500 Subject: [PATCH] Update release notes for 1.3.1 and 1.4.0 releases We've had a couple releases of the client but missed updating the docs with any release note information. Added summary of changes for each release. Change-Id: I47edb5199182ca0c952cf60e6b923e6d2edd80ff Closes-Bug: #1503705 --- doc/source/index.rst | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index c7b50d761..8725f85f2 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -33,6 +33,37 @@ Release Notes MASTER ----- +1.4.0 +----- + +* Improved error reporting on reaching quota. +* Volume status management for volume migration. +* Added command to fetch specified backend capabilities. +* Added commands for modifying image metadata. +* Support for non-disruptive backup. +* Support for cloning consistency groups. + +.. _1493612 https://bugs.launchpad.net/python-cinderclient/+bug/1493612 +.. _1482988 https://bugs.launchpad.net/python-cinderclient/+bug/1482988 +.. _1422046 https://bugs.launchpad.net/python-cinderclient/+bug/1422046 +.. _1481478 https://bugs.launchpad.net/python-cinderclient/+bug/1481478 +.. _1475430 https://bugs.launchpad.net/python-cinderclient/+bug/1475430 + +1.3.1 +----- + +* Fixed usage of the --debug option. +* Documentation and API example improvements. +* Set max volume size limit for the tenant. +* Added encryption-type-update to cinderclient. +* Added volume multi attach support. +* Support host-attach of volumes. + +.. _1467628 https://bugs.launchpad.net/python-cinderclient/+bug/1467628 +.. _1454436 https://bugs.launchpad.net/cinder/+bug/1454436 +.. _1423884 https://bugs.launchpad.net/python-cinderclient/+bug/1423884 +.. _1462104 https://bugs.launchpad.net/cinder/+bug/1462104 + 1.3.0 ----- @@ -48,8 +79,6 @@ MASTER .. _1418580 http://bugs.launchpad.net/python-cinderclient/+bug/1418580 .. _1464160 http://bugs.launchpad.net/python-cinderclient/+bug/1464160 - - 1.2.2 -----