We jubilantly announce the release of: magnum 2.1.0: Container Management project for OpenStack This release is part of the mitaka stable release series. The source is available from: ** http://git.openstack.org/cgit/openstack/magnum Download the package from: https://tarballs.openstack.org/magnum/ Please report issues through launchpad: ** http://bugs.launchpad.net/magnum For more details, please see below. Changes in magnum 2.0.0..2.1.0 ------------------------------ eb4b5d6 Updated from global requirements d1466e0 Remove constraints envs from tox.ini 8a9e408 Fix CVE-2016-7404 3d3d245 Fix gate: caused by tempest(removal of "service" param) 5ac9dfd Bay name must start with alphabets only c5950ca Allow passing a "insecure" flag in trusts 07285d2 Pass some common cert related arguments to clients c41470d Pass auth_token in auth_ref ba7065f Updated from global requirements 3a3d127 Gate: fix misc error in mitaka gate e2d013d Updated from global requirements fff3c0c Rename tenant to project in functional test 5a5d845 Updated from global requirements c0c2bdb Add a gitreview default target for gerrit for mitaka Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + magnum/api/controllers/v1/bay.py | 3 +- magnum/common/clients.py | 41 ++++-- magnum/common/keystone.py | 17 ++- .../fragments/write-heat-params-master.yaml | 2 +- .../mesos/fragments/write-heat-params.yaml | 2 +- .../swarm/fragments/write-heat-params.yaml | 2 +- requirements.txt | 10 +- test-requirements.txt | 2 +- tox.ini | 30 +--- 23 files changed, 355 insertions(+), 227 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2653251..6aea19f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ -Babel>=1.3 # BSD +Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD @@ -25 +25 @@ netaddr!=0.7.16,>=0.7.12 # BSD -oslo.concurrency>=3.5.0 # Apache-2.0 +oslo.concurrency>=3.7.1 # Apache-2.0 @@ -47 +47 @@ python-novaclient!=2.33.0,>=2.29.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 @@ -49 +49 @@ requests!=2.9.0,>=2.8.1 # Apache-2.0 -setuptools>=16.0 # PSF/ZPL +setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,>=16.0 # PSF/ZPL @@ -53 +53 @@ taskflow>=1.26.0 # Apache-2.0 -cryptography>=1.0 # BSD/Apache-2.0 +cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index a0c5eb6..8cd75ea 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ doc8 # Apache-2.0 -fixtures>=1.3.1 # Apache-2.0/BSD +fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org