Skip to content

Commit d21ed05

Browse files
author
john-griffith
committed
Update version and index.rst for push
Update prior to push 1.0.7 to PyPi. Includes changes/updates to doc/source/index and adds link to README.rst Change-Id: I666f3e6004885db7a688abdac88fa1154d83f8c9
1 parent ab72726 commit d21ed05

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,5 @@ Quick-start using keystone::
148148
>>> nt = client.Client(USER, PASS, TENANT, AUTH_URL, service_type="volume")
149149
>>> nt.volumes.list()
150150
[...]
151+
152+
See release notes and more at `<http://docs.openstack.org/developer/python-cinderclient/>`_.

doc/source/index.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,23 @@ See also :doc:`/man/cinder`.
2929

3030
Release Notes
3131
=============
32+
1.0.7
33+
-----
34+
* Add support for read-only volumes
35+
* Add support for setting snapshot metadata
36+
* Deprecate volume-id arg to backup restore in favor of --volume
37+
* Add quota-usage command
38+
* Fix exception deprecation warning message
39+
* Report error when no args supplied to rename cmd
40+
41+
.. _1241941: http://bugs.launchpad.net/python-cinderclient/+bug/1241941
42+
.. _1242816: http://bugs.launchpad.net/python-cinderclient/+bug/1242816
43+
.. _1233311: http://bugs.launchpad.net/python-cinderclient/+bug/1233311
44+
.. _1227307: http://bugs.launchpad.net/python-cinderclient/+bug/1227307
45+
.. _1240151: http://bugs.launchpad.net/python-cinderclient/+bug/1240151
46+
.. _1241682: http://bugs.launchpad.net/python-cinderclient/+bug/1241682
47+
48+
3249
1.0.6
3350
-----
3451
* Add support for multiple endpoints
@@ -38,6 +55,7 @@ Release Notes
3855
* Add update action for snapshot metadata
3956
* Add encryption metadata support
4057
* Add volume migrate support
58+
* Add support for QoS specs
4159

4260
.. _1221104: http://bugs.launchpad.net/python-cinderclient/+bug/1221104
4361
.. _1220590: http://bugs.launchpad.net/python-cinderclient/+bug/1220590

0 commit comments

Comments
 (0)