[release-announce] [openstackclient] python-openstackclient 2.3.1 (mitaka)
no-reply at openstack.org
no-reply at openstack.org
Wed Feb 22 05:10:36 UTC 2017
We jubilantly announce the release of:
python-openstackclient 2.3.1: OpenStack Command-line Client
This release is part of the mitaka stable release series.
The source is available from:
https://git.openstack.org/cgit/openstack/python-openstackclient
Download the package from:
https://pypi.python.org/pypi/python-openstackclient
Please report issues through launchpad:
https://bugs.launchpad.net/python-openstackclient
For more details, please see below.
2.3.1
^^^^^
Bug Fixes
* Fixed SSL/TLS verification for Network v2 commands. The commands
were ignoring the "--insecure" and "--os-cacert" options and the
"OS_CACERT" environment variable which caused them to fail with "An
SSL error occurred." when authenticating using SSL/TLS. [Bug 1560157
(https://bugs.launchpad.net/python-openstackclient/+bug/1560157)]
Changes in python-openstackclient 2.3.0..2.3.1
----------------------------------------------
fbcda72 Add Mitaka relnotes
cec67dc Add early release notes for current Reno setup
21cbc1b arguments are not locale decoded into Unicode
53a79c3 Fix SSL/TLS verification for network commands
59bd93e Follow upper constraints for all tox targets
2577402 Updated from global requirements
2c076ec Updated from global requirements
82bb10e Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
openstackclient/network/client.py | 3 +-
openstackclient/shell.py | 15 +-
.../notes/bug-1560157-bce572f58b43efa1.yaml | 7 +
releasenotes/source/conf.py | 20 +
releasenotes/source/index.rst | 25 +
releasenotes/source/mitaka.rst | 6 +
releasenotes/source/pre_20_releases.rst | 694 +++++++++++++++++++++
requirements.txt | 4 +-
test-requirements.txt | 2 +-
tools/tox_install.sh | 55 ++
tox.ini | 9 +-
11 files changed, 832 insertions(+), 8 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 7349d9f..d9812df 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ six>=1.9.0 # MIT
-Babel>=1.3 # BSD
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
@@ -16 +16 @@ python-glanceclient>=2.0.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+python-keystoneclient!=1.8.0,!=2.1.0,<3.0.0,>=1.6.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 20a2d5a..43f820a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ discover # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
More information about the Release-announce
mailing list