pyscss is now maintained by support of horizon team so we can move back to
pyscss from pyscss2 (fork). It looks better to cut a new release of horizon
to avoid pyscss2 usage including lower-constraints in horizon plugins.
Change-Id: If9eedc7fd3881c46bfd77d2f87339157c371995d
Since the last release, horizon changed dependencies from pyScss and
django-pyscss to pyScss2 & django-pyscss2 as those projects are no more
maintained and that causes issues on py37 and above on various projects
that depends on horizon.
Change-Id: Icddb5be224931b45637003f6b83ccc3b87db0f71
Since the last release, horizon dropped python 2.7 support completely.
The min version of Django was also bumped from 1.11 to 2.2 and
Django 1.11 is the last Django relase with python 2.7 support.
Python 2.7 drop is a backward-incompatible change,
so the major version is bumped.
Change-Id: Ieff54bb356732ef92508af39984105d0b1ae0274
We bumped the default Django version to 2.2 in upper-constraints.txt
but the latest release of horizon caps the Django version to <2.2.
This leads to the situation that horizon plugins cannot install
horizon from PyPI. This is the main motivation of this release.
Change-Id: Id4f1ac6a714d709997b12a46883d575e70dff107
The parent patch proposes the release model change and
This is the first release for Ussuri.
Glance v1 support was dropped since the previous release
(i.e. Train release 16.0.0), so the major version is bumped.
This release would fix failures of the docs job in several horizon
plugins which is caused by the inconsistency between horizon 16.0.0
(train) and python-novaclient 16.0.0 (ussuri).
Change-Id: I72f79cfeea8e63812a18c8b09e31ed4df066d914
It was discussed in the Shanghai PTG.
horizon has two aspects: the one is to provide GUI to users and
the other is a library for horizon plugins.
When horizon plugins would like to use recent changes or to avoid bugs,
they need to consume beta releases of horizon.
More frequent releases of horizon would make more sense.
This commit changes the release model to cycle-with-intemediary.
After this change, horizon major version will be bumped when both
user-visible features and horizon plugin interfaces are dropped.
This menas the horizon major version can potentially be bumped
multiple times in a single development cycle.
Change-Id: I494063ca132b362cb769468fc588d71ec6264ca6
Adds deliverable stubs based on what was released in Train.
Change-Id: Iab182666ea65cdb7ea7e023853b18eaa9c57403b
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>