We are thrilled to announce the release of: tacker-horizon 1.0.0: Tacker extension for Horizon This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/tacker-horizon Download the package from: https://tarballs.openstack.org/tacker-horizon/ Please report issues through: https://bugs.launchpad.net/tacker/+bugs For more details, please see below. Changes in tacker-horizon 0.15.0..1.0.0 --------------------------------------- 17798fa Drop Django 1.11 support 888b6fd translation: drop babel extractor definitions 3b2fd8e Use constraints file 1b1ee9e Use Horizon project template for django jobs 226f2d8 Drop python 2.7 support and testing Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 12 ++---- babel-django.cfg | 3 -- babel-djangojs.cfg | 12 ------ lower-constraints.txt | 44 +++++++++++++++++++++- .../notes/drop-py-2-7-55250f584936f88e.yaml | 6 +++ requirements.txt | 3 +- setup.cfg | 2 - tox.ini | 22 ++++------- 8 files changed, 60 insertions(+), 44 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b16f888..e705dde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,0 +10 @@ +Django>=2.2 # BSD @@ -17 +18 @@ python-tackerclient>=0.8.0 # Apache-2.0 -horizon>=14.0.0.0b3 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org