diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-11-18 13:49:46 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-11-18 13:49:46 +0000 |
| commit | 9333d0e4f2b47cf9a0dd52d71bb3a231422b84d2 (patch) | |
| tree | a244cf4241c933df7b635efb8a3200666382f109 | |
| parent | ffd135c6f3e9b9319460353f4b2ad7a7551cfc93 (diff) | |
| parent | 01a6d7f1a937898267d34d7a19cdd6f5c164ad75 (diff) | |
| download | python-glanceclient-0.17.3.tar.gz | |
Merge "Release Notes for 0.17.3" into stable/kilo0.17.3
| -rw-r--r-- | doc/source/index.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 060a032..2eb80e7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -39,6 +39,20 @@ See also :doc:`/man/glance`. Release Notes ============= +0.17.3 +------ + +* Updated from global requirements +* 1496305_: Don't get the image before deleting it +* 1481729_: Ship the default image schema in the client +* 1477910_: V2: Do not validate image schema when listing +* 1323660_: Expose 'is_base' schema property attribute + +.. _1496305: https://bugs.launchpad.net/python-glanceclient/+bug/1496305 +.. _1481729: https://bugs.launchpad.net/python-glanceclient/+bug/1481729 +.. _1477910: https://bugs.launchpad.net/python-glanceclient/+bug/1477910 +.. _1323660: https://bugs.launchpad.net/python-glanceclient/+bug/1323660 + 0.17.2 ------ |
