[release-announce] [octavia] python-octaviaclient 1.1.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Tue Jul 11 22:12:21 UTC 2017
We contentedly announce the release of:
python-octaviaclient 1.1.0: Octavia client for OpenStack Load
Balancing
This release is part of the pike release series.
The source is available from:
http://git.openstack.org/cgit/openstack/python-octaviaclient
Download the package from:
https://pypi.python.org/pypi/python-octaviaclient
Please report issues through launchpad:
http://bugs.launchpad.net/octavia
For more details, please see below.
Changes in python-octaviaclient 1.0.0..1.1.0
--------------------------------------------
420f889 Remove rogue calls to str.upper in l7rules
7aa02f4 Replace six.iteritems() with .items()
9ca80e8 Updated from global requirements
591f6b3 Add TLS-HELLO option for HealthMonitors
5b9bb42 Remove old pep8 ignores that are no longer necessary
0ea3887 Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
octaviaclient/hacking/checks.py | 2 +-
octaviaclient/osc/v2/health_monitor.py | 4 ++--
octaviaclient/osc/v2/utils.py | 4 ++--
requirements.txt | 4 ++--
test-requirements.txt | 6 +++---
tools/tox_install.sh | 30 ++++++++++++++++++++++++++++++
tox.ini | 6 +++---
9 files changed, 49 insertions(+), 19 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 32a5a9a..9186b7c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ iso8601>=0.1.11 # MIT
-keystoneauth1>=2.20.0 # Apache-2.0
+keystoneauth1>=2.21.0 # Apache-2.0
@@ -28 +28 @@ PyYAML>=3.10.0 # MIT
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 24d336e..cf0c5a0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
@@ -10 +10 @@ mock>=2.0 # BSD
-keystoneauth1>=2.20.0 # Apache-2.0
+keystoneauth1>=2.21.0 # Apache-2.0
@@ -13 +13 @@ python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
-sphinx!=1.6.1,>=1.5.1 # BSD
+sphinx>=1.6.2 # BSD
More information about the Release-announce
mailing list