summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Perez <thingee@gmail.com>2015-07-07 13:19:36 -0700
committerMike Perez <thingee@gmail.com>2015-07-07 13:19:36 -0700
commited2b133d4e5ac91c7a5719f53e666e870f9fd546 (patch)
tree42ca0a8fc4e8bef2a50fb2444757145d3e26fbc5 /doc
parentb7d62d05583d7dfda909f8fdc541596152387c70 (diff)
downloadpython-cinderclient-ed2b133d4e5ac91c7a5719f53e666e870f9fd546.tar.gz
Prep for 1.3.0
Change-Id: I5c6665665427d0916a5e29396ab4fa0eb3e059c6
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 7ece085..c7b50d7 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
-----