We are chuffed to announce the release of: tacker-horizon 0.11.0: Tacker extension for Horizon This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/tacker-horizon/ For more details, please see below. Changes in tacker-horizon 0.10.0..0.11.0 ---------------------------------------- d61d76a Updated from global requirements f955b2a Fix logging of password during create_vim. eaebbeb Updated from global requirements 31c5a15 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- tacker_horizon/openstack_dashboard/api/tacker.py | 3 ++- test-requirements.txt | 16 ++++++++-------- 3 files changed, 11 insertions(+), 10 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 918df08..fb823fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ -oslo.log>=3.22.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7e13505..4bb889e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,2 +14,2 @@ django-nose>=1.4.4 # BSD -mock>=2.0 # BSD -mox3!=0.19.0,>=0.7.0 # Apache-2.0 +mock>=2.0.0 # BSD +mox3>=0.20.0 # Apache-2.0 @@ -17,2 +17,2 @@ nodeenv>=0.9.4 # BSD -nose # LGPL -nose-exclude # LGPL +nose>=1.3.7 # LGPL +nose-exclude>=0.3.0 # LGPL @@ -20 +20 @@ nosehtmloutput>=0.0.3 # Apache-2.0 -nosexcover # BSD +nosexcover>=1.0.10 # BSD @@ -23 +23 @@ oslosphinx>=4.7.0 # Apache-2.0 -reno!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 @@ -25,2 +25,2 @@ selenium>=2.50.1 # Apache-2.0 -sphinx>=1.6.2 # BSD -testtools>=1.4.0 # MIT +sphinx!=1.6.6,>=1.6.2 # BSD +testtools>=2.2.0 # MIT