From ed2b133d4e5ac91c7a5719f53e666e870f9fd546 Mon Sep 17 00:00:00 2001 From: Mike Perez Date: Tue, 7 Jul 2015 13:19:36 -0700 Subject: [PATCH] Prep for 1.3.0 Change-Id: I5c6665665427d0916a5e29396ab4fa0eb3e059c6 --- doc/source/index.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 7ece08530..c7b50d761 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -33,6 +33,23 @@ Release Notes MASTER ----- +1.3.0 +----- + +* Revert version discovery support due to this breaking deployments using + proxies. We will revisit this once the Kilo config option 'public_endpoint' + has been available longer to allow these deployments to work again with + version discovery available from the Cinder client. +* Add volume multi-attach support. +* Add encryption-type-update to update volume encryption types. + +.. _1454276 http://bugs.launchpad.net/python-cinderclient/+bug/1454276 +.. _1462104 http://bugs.launchpad.net/python-cinderclient/+bug/1462104 +.. _1418580 http://bugs.launchpad.net/python-cinderclient/+bug/1418580 +.. _1464160 http://bugs.launchpad.net/python-cinderclient/+bug/1464160 + + + 1.2.2 -----