[openstack-announce] [release][glance] python-glanceclient release 1.1.0 (liberty)
doug at doughellmann.com
doug at doughellmann.com
Tue Sep 15 11:56:52 UTC 2015
We are psyched to announce the release of:
python-glanceclient 1.1.0: OpenStack Image API Client Library
This release is part of the liberty release series.
With source available at:
http://git.openstack.org/cgit/openstack/python-glanceclient
With package available at:
https://pypi.python.org/pypi/python-glanceclient
For more details, please see the git log history below and:
http://launchpad.net/python-glanceclient/+milestone/1.1.0
Please report issues through launchpad:
http://bugs.launchpad.net/python-glanceclient
Changes in python-glanceclient 1.0.0..1.1.0
-------------------------------------------
8663586 Change next version in docs
04a54fe 1.0.1 Release notes
160825f Fixes CLI client called without subcommands
f6712f5 Print the reverting back to v1 to stderr
c8c8964 Updates default --sort behaviour
2c7da7c Invalid output running the command 'glance image-show <image_id>'
5026774 Don't make `help` require auth parameters
75ec903 check for None value in utils.safe_header
f0b30f4 Updated from global requirements
1322fbc Consider `--os-token` when using v2
47423eb Check if v2 is available and fallback
90b7dc4 Update path to subunit2html in post_test_hook
0869196 Fix the remove property logic in V2
1e2274a Password should be prompted once
Diffstat (except docs and test files)
-------------------------------------
glanceclient/common/http.py | 5 +-
glanceclient/common/utils.py | 2 +-
glanceclient/shell.py | 122 +++++++++++--------
glanceclient/v1/images.py | 5 +
glanceclient/v2/images.py | 2 +-
glanceclient/v2/shell.py | 7 +-
requirements.txt | 4 +-
12 files changed, 232 insertions(+), 97 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 81d0ec0..960c35d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr<2.0,>=1.4
+pbr<2.0,>=1.6
@@ -12 +12 @@ six>=1.9.0
-oslo.utils>=1.9.0 # Apache-2.0
+oslo.utils>=2.0.0 # Apache-2.0
More information about the OpenStack-announce
mailing list