[release-announce] tacker-horizon 0.13.0 (stein)
no-reply at openstack.org
no-reply at openstack.org
Thu Feb 28 14:43:38 UTC 2019
We exuberantly announce the release of:
tacker-horizon 0.13.0: Tacker extension for Horizon
This release is part of the stein release series.
The source is available from:
https://git.openstack.org/cgit/openstack/tacker-horizon
Download the package from:
https://tarballs.openstack.org/tacker-horizon/
Please report issues through launchpad:
https://bugs.launchpad.net/tacker
For more details, please see below.
Changes in tacker-horizon 0.12.0..0.13.0
----------------------------------------
d5b2b33 update python version in setup.cfg
3c4238f fix tox python3 overrides
2b88f20 Update hacking version
e21029f Change openstack-dev to openstack-discuss
006e0df Use template for lower-constraints
1ff8b0b Update http link to https link
59a6afd 1110_tox_version_too_low
ba03d4f Update the min version of tox to 2.0
adfd577 Remove use_mox directive
cbb6c55 add python 3.6 unit test job
74d4edd switch documentation job to new PTI
a780770 import zuul job settings from project-config
06eeb2b Drop nose dependencies
f958a4f Fix format errors in README
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 9 +++-
README.rst | 52 +++++++++-------------
lower-constraints.txt | 6 +--
requirements.txt | 2 +-
setup.cfg | 4 +-
.../dashboards/nfv/vnffgmanager/views.py | 5 ++-
test-requirements.txt | 3 +-
tox.ini | 6 ++-
16 files changed, 44 insertions(+), 54 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 6b897e1..e82098a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16 +16 @@ python-tackerclient>=0.8.0 # Apache-2.0
-horizon>=14.0.0.0b2 # Apache-2.0
+horizon>=14.0.0.0b3 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index fde0086..ed4d58e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
@@ -13 +12,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-django-nose>=1.4.4 # BSD
More information about the Release-announce
mailing list