diff options
| author | Erno Kuvaja <jokke@usr.fi> | 2015-11-18 10:30:03 +0000 |
|---|---|---|
| committer | Erno Kuvaja <jokke@usr.fi> | 2015-11-18 11:59:49 +0000 |
| commit | 01a6d7f1a937898267d34d7a19cdd6f5c164ad75 (patch) | |
| tree | f942c9e0c91de1547d43a7bb0a76fb1c8fc2a693 | |
| parent | fab2ace2b26db21f8873a2ad1b26b3808ea1535c (diff) | |
| download | python-glanceclient-01a6d7f1a937898267d34d7a19cdd6f5c164ad75.tar.gz | |
Release Notes for 0.17.3
ffd135c Updated from global requirements
fab2ace Updated from global requirements
68cf63d Don't get the image before deleting it
15fe21d Updated from global requirements
e7a801d Ship the default image schema in the client
320bc6f V2: Do not validate image schema when listing
0acf7cc Expose 'is_base' schema property attribute
Change-Id: Icc2f9108276747ea6324e410d56c7b73f1048562
| -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 ------ |
