summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorErno Kuvaja <jokke@usr.fi>2015-08-27 09:23:39 +0000
committerErno Kuvaja <jokke@usr.fi>2015-08-27 20:02:30 +0000
commit54ae632f1b6dfba18a16ba934cd8052fe766693f (patch)
treedaf51b3f80906b2af06bd92c515109f9c8b14847 /doc
parentf25eb5e114bfa7eb82d3bb8b179840af03d43d8f (diff)
downloadpython-glanceclient-54ae632f1b6dfba18a16ba934cd8052fe766693f.tar.gz
1.0.0 release notes1.0.0
Change-Id: I2cc3ba8d0064d6f424f16be94deaecdf1c5c8332
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst52
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 396ad43..d5dfcf1 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -53,6 +53,58 @@ See also :doc:`/man/glance`.
Release Notes
=============
+1.0.0
+-----
+
+* This major release of python-glanceclient defaults to using the Images v2 API for the Command Line Interface. This is consistent with the current situation in the Glance project, where the Images v1 API is 'SUPPORTED' and the Images v2 API is 'CURRENT'. Further, it makes the CLI consistent with the client API, which has used the Images v2 API as the default since the Kilo release.
+
+A lot of effort has been invested to make the transition as smooth as possible, but we acknowledge that CLI users will encounter backwards incompatibility.
+
+* remcustssl_: Remove custom SSL compression handling
+* 14be607 Add more information show in v2
+* 1309272_: Require disk and container format on image-create
+* 1481729_: Ship the default image schema in the client
+* 181131e Use API v2 as default
+* 1477910_: V2: Do not validate image schema when listing
+* 9284eb4 Updated from global requirements
+* 1475769_: Add unicode support for properties values in v2 shell
+* 1479020_: Fix failure to create glance https connection pool
+* ec0f2df Enable flake8 checks
+* 1433637_: Extend unittests coverage for v2 tasks module
+* metatags_: Support for Metadata Definition Catalog for Tags
+* b48ff98 Fix exception message in Http.py
+* 1472234_: Fix an issue with broken test on ci
+* 1473454_: Remove usage of assert_called_once on Mock objects
+* 9fdd4f1 Add .eggs/* to .gitignore
+* 0f9aa99 Updated from global requirements
+* 1468485_: Account for dictionary order in test_shell.py
+* bp-oslo-ns_: Do not fall back to namespaced oslo.i18n
+* b10e893 Updated from global requirements
+* 1465373_: Add v2 support for the marker attribute
+* 997c12d Import only modules and update tox.ini
+* 0810805 Updated from global requirements
+* 1461678_: Close iterables at the end of iteration
+* bp-session_: Make glanceclient accept a session object
+* 5e85d61 cleanup openstack-common.conf and sync updated files
+* 1432701_: Add parameter 'changes-since' for image-list of v1
+
+.. _remcustssl: https://review.openstack.org/#/c/187674
+.. _1309272: https://bugs.launchpad.net/python-glanceclient/+bug/1309272
+.. _1481729: https://bugs.launchpad.net/python-glanceclient/+bug/1481729
+.. _1477910: https://bugs.launchpad.net/python-glanceclient/+bug/1477910
+.. _1475769: https://bugs.launchpad.net/python-glanceclient/+bug/1475769
+.. _1479020: https://bugs.launchpad.net/python-glanceclient/+bug/1479020
+.. _1433637: https://bugs.launchpad.net/python-glanceclient/+bug/1433637
+.. _metatags: https://review.openstack.org/#/c/179674/
+.. _1472234: https://bugs.launchpad.net/python-glanceclient/+bug/1472234
+.. _1473454: https://bugs.launchpad.net/python-cinderclient/+bug/1473454
+.. _1468485: https://bugs.launchpad.net/python-glanceclient/+bug/1468485
+.. _bp-oslo-ns: https://blueprints.launchpad.net/oslo-incubator/+spec/remove-namespace-packages
+.. _1465373: https://bugs.launchpad.net/python-glanceclient/+bug/1465373
+.. _1461678: https://bugs.launchpad.net/nova/+bug/1461678
+.. _bp-session: https://blueprints.launchpad.net/python-glanceclient/+spec/session-objects
+.. _1432701: https://bugs.launchpad.net/glance/+bug/1432701
+
0.19.0
------