12 Commits

Author SHA1 Message Date
Akihiro Motoki
1f4856231f Release horizon 18.3.2 (ussuri)
This release is mainly to import translations.
It will be part of the ussuri release.

Change-Id: Ief7360b623682e86e51df8182eb94f71f61fc704
2020-05-07 01:16:23 +09:00
Akihiro Motoki
e880b5a933 horizon ussuri release highlight
It is a late commit but it is better than nothing.

Change-Id: If56b5ed35a3ec5328501b5e8f72c3b96698c3888
2020-04-28 19:27:53 +09:00
Hervé Beraud
149f7665bd add release note link for ussuri
Change-Id: I0c6210e7c45528e38b49fa70b65e5b15b8156e56
2020-04-27 15:53:43 +02:00
Akihiro Motoki
1607b8446d Release horizon 18.3.1 (ussuri)
horizon 18.3.0 has a ciritical bug that it breaks unit tests
of all horizon plugins.

Change-Id: I6683e9375712e9587fb1c1ceb32c5097dc3cc3cb
2020-04-19 09:32:57 +09:00
Akihiro Motoki
cde762d0d8 Release horizon 18.3.0 (ussuri)
This is a feature freeze release of horizon Ussuri.
stable/ussuri is created together.

Change-Id: I485468ec07f923ea2419b22aae1a1fe610b7b593
2020-04-17 22:54:35 +09:00
Akihiro Motoki
4f1b99a898 Release horizon 18.2.0 (ussuri)
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
2020-03-25 12:59:28 +09:00
elajkat
21e3eeb822 Release horizon 18.1.0 (ussuri)
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
2020-03-23 15:28:49 +00:00
Akihiro Motoki
3c4c9444ef Release horizon 18.0.0 (ussuri)
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
2020-01-09 22:48:30 +09:00
Akihiro Motoki
7fd1bd412c Release horizon 17.1.0 (ussuri)
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
2019-12-17 00:53:44 +09:00
Akihiro Motoki
364e10ac0a Release horizon 17.0.0 (ussuri)
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
2019-11-18 23:06:07 +09:00
Akihiro Motoki
427f5952cc Change horizon release model to cycle-with-intermediary
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
2019-11-18 22:46:04 +09:00
Sean McGinnis
f2559a011a Add Ussuri deliverable files
Adds deliverable stubs based on what was released in Train.

Change-Id: Iab182666ea65cdb7ea7e023853b18eaa9c57403b
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-10-16 22:11:00 +08:00